0.9.4claws35
[claws.git] / ChangeLog.claws
1 2003-08-23 [christoph]  0.9.4claws35
2
3         * src/news.c
4                 news folders should be scanned when opened
5
6 2003-08-22 [christoph]  0.9.4claws34
7
8         * src/prefs_folder_item.c
9                 use macro to assign strings that always frees the old string
10
11         * src/gtk/gtkaspell.[ch]
12                 add gtkaspell_set_dictionary_menu_active_item() to set active
13                 item in dictionary option menu
14
15         * src/prefs_spelling.c
16                 use gtkaspell_set_dictionary_menu_active_item() to select
17                 dictionary
18
19 2003-08-21 [christoph]  0.9.4claws33
20
21         * src/folder.[ch]
22         * src/imap.c
23         * src/mbox_folder.c
24         * src/mh.c
25         * src/news.c
26                 optimize folder system
27
28         * src/gtk/gtkstext.c
29                 fix division by zero when font has 0 width for ' '
30
31 2003-08-21 [paul]       0.9.4claws32
32
33         * sync with 0.9.4cvs7
34                 see ChangeLog 2003-08-20
35
36 2003-08-19 [paul]       0.9.4claws31
37
38         * src/common/defs.h
39                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
40                 SYLDOC_FAQ_HTML_INDEX.
41         * src/manual.c
42                 use LC_MESSAGES instead of LC_ALL to find the current
43                 language
44
45           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
46
47 2003-08-19 [paul]       0.9.4claws30
48
49         * po/bg.po
50                 updated by George Danchev
51
52 2003-08-18 [luke]       0.9.4claws29
53         * src/mimeview.[ch]
54         * src/gtk/gtkvscrollbutton.[ch]
55                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
56                   dependencies; do it the GTK way; reduce code -14/+2 lines)
57                 o removed horizontal separator between icons
58
59 2003-08-17 [christoph]  0.9.4claws28
60
61         * src/procmsg.c
62                 no subject threading when the subject has no reply prefix
63
64 2003-08-16 [christoph]  0.9.4claws27
65
66         * src/mainwindow.c
67                 remember and restore window sizes and position when the main
68                 window is hidden or shown
69
70         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
71          minimised/reopened using trayicon)
72
73 2003-08-16 [paul]       0.9.4claws26
74
75         * src/crash.c
76                 add #include "defs.h"
77
78 2003-08-16 [paul]       0.9.4claws25
79
80         * src/plugins/clamav/clamav_plugin.c
81                 reword a debug_print
82                 
83         * src/plugins/dillo_viewer/dillo_prefs.c
84                 cosmetic: change the labels' text, add tooltips, and
85                 left-align the hint
86
87 2003-08-15 [christoph]  0.9.4claws24
88
89         * src/news.c
90                 complete last change (forgot some changes)
91
92 2003-08-15 [christoph]  0.9.4claws23
93
94         * src/news.c
95                 o check number of messages and don't return a 0 message
96                   when no messages are available
97                 o don't parse xref header anymore
98
99         (closes Bug 203 I'm not getting any news)
100
101 2003-08-15 [paul]       0.9.4claws22
102
103         * src/common/defs.h
104           src/crash.c
105                 update and define claws bugzilla location
106
107 2003-08-15 [paul]       0.9.4claws21
108
109         * po/ru.po
110                 update submitted by Ruslan N. Balkin
111
112 2003-08-14 [christoph]  0.9.4claws20
113
114         * src/procmsg.c
115                 fix search for oldest node in subject threading
116
117 2003-08-14 [christoph]  0.9.4claws19
118
119         * src/procmsg.c
120         * src/common/utils.h
121                 add possibility to check all nodes with the same subject for
122                 subject threading, not only the oldest node. Should not break
123                 threads anymore if the oldest node is thread_by_subject_max_age
124                 days older then parent, because it can now find a child of
125                 oldest node as new parent.
126
127 2003-08-11 [christoph]  0.9.4claws18
128
129         * src/plugins/spamassassin/spamassassin.c
130                 run spam check in background process
131
132 2003-08-10 [alfons]     0.9.4claws17
133
134         * src/summaryview.c
135                 make `Select All' sensitive too
136
137 2003-08-10 [christoph]  0.9.4claws16
138
139         * src/imap.c
140                 add more checks in imap_close
141
142 2003-08-09 [alfons]     0.9.4claws15
143
144         * src/prefs_spelling.c
145                 no spell checking UI if not requested
146
147 2003-08-09 [alfons]     0.9.4claws14
148
149         * src/gtk/prefswindow.c
150                 make it compile
151
152 2003-08-09 [christoph]  0.9.4claws13
153
154         * src/prefs_spelling.c
155         * src/gtk/prefswindow.[ch]
156         * src/plugins/clamav/clamav_plugin_gtk.c
157         * src/plugins/spamassassin/spamassassin_gtk.c
158                 sort prefs pages by heighest weight in tree
159
160 2003-08-09 [paul]       0.9.4claws12
161
162         * sync with 0.9.4cvs6
163                 see ChangeLog 2003-08-07
164                 
165         * AUTHORS
166                 add Leandro and Luke to claws-branch section
167
168 2003-08-09 [christoph]  0.9.4claws11
169
170         * src/gtk/Makefile.am
171         * src/gtk/colorsel.[ch]                 ** NEW **
172                 create a color selection dialog that can be used as a simple
173                 function call with it's own gtk main loop like filesel.[ch]
174
175         * src/Makefile.am
176         * src/main.c
177         * src/prefs_common.c
178         * src/prefs_spelling.[ch]               ** NEW **
179         * src/prefs_spelling.glade              ** NEW **
180         * src/gtk/gtkutils.[ch]
181                 move "Spell Checker" prefs to new prefs dialog
182
183         * src/prefs_folder_item.c
184                 use new colorsel dialog
185
186 2003-08-08 [paul]       0.9.4claws10
187
188         * src/inc.c
189                 clear the progress bar unconditionally
190
191 2003-08-08 [paul]       0.9.4claws9
192
193         * sync with 0.9.4cvs4
194                 see ChangeLog 2003-07-31
195
196 2003-08-07 [christoph]  0.9.4claws8
197
198         * configure.ac
199                 fix bug in image viewer plugin part
200
201         * src/imap.c
202                 don't execute close command if the folder item is not selected
203
204 2003-08-07 [hoa]        0.9.4claws7
205
206         * src/filtering.[ch]
207         * src/matcher_parser.h
208         * src/matcher_parser_parse.y
209                 can define several actions for each filtering rule
210                 can import old versions of filtering rules
211
212         * src/prefs_filtering.c
213                 call to a new dialog box to define actions
214
215         * src/prefs_filtering_action.[ch]
216                 dialog box to define actions for filtering rules
217
218 2003-08-06 [christoph]  0.9.4claws6
219
220         * src/imap.c
221                 make sure source folder is selected when copying messages
222
223 2003-08-06 [christoph]  0.9.4claws5
224
225         * sync with 0.9.4cvs2
226                 see ChangeLog 2003-07-29                
227
228 2003-08-05 [paul]       0.9.4claws4
229
230         * sync with 0.9.4cvs3
231                 see ChangeLog 2003-07-30
232
233 2003-08-04 [match]      0.9.4claws3
234
235         * po/POTFILES.in
236                 export of LDIF files.
237
238 2003-08-04 [match]      0.9.4claws2
239
240         * src/ldif.[ch]
241                 support for export LDIF. documented.
242         * src/importldif.[ch]
243         * src/exportldif.[ch]
244                 add tooltips. documented.
245         * src/exphtmldlg.[ch]
246         * src/common/xmlprops.[ch]
247                 documented.
248         * src/exportldif.[ch]                   ** NEW **
249         * src/expldifdlg.[ch]                   ** NEW **
250         * src/addressbook.[ch]
251         * src/Makefile.am
252                 export of LDIF files.
253                 documented.
254
255 2003-08-04 [christoph]  0.9.4claws1
256
257         * .cvsignore
258         * Makefile.am
259         * configure.ac
260         * sylpheed-claws.pc.in                  ** NEW **
261         * src/Makefile.am
262         * src/common/Makefile.am
263         * src/gtk/Makefile.am
264                 install sylpheed header files in $(pkgincludedir) and create a
265                 pkg-config file to allow building a plugin without the source
266                 package
267
268 2003-08-04 [paul]       0.9.4claws
269
270         * version 0.9.4claws
271
272 2003-08-04 [paul]       0.9.3claws97
273
274         * po/es.po
275                 update Spanish translation. Submitted by Ricardo
276                 Mones Lastra.
277
278 2003-08-03 [paul]       0.9.3claws96
279
280         * po/hr.po
281           po/sr.po
282                 update Croatian and Serbian translations. Submitted by
283                 Dragan and Urke MMI respectively
284
285 2003-08-03 [alfons]     0.9.3claws95
286
287         * src/summaryview.c
288                 mark flag has precedence over important flag - seems
289                 to have been changed in sync of 0.9.3claws45. this fixes
290                 a regression where messages that were scored as important
291                 don't show their mark flags. (using the same column for
292                 both importance as mark flags is the real problem
293                 ofcourse)
294
295 2003-08-03 [melvin]     0.9.3claws94
296
297         * po/fr.po
298                 Updated French translations.
299
300 2003-08-03 [melvin]     0.9.3claws93
301
302         * src/Makefile.am
303                 Fixed typo introduced after 0.9.3claws92 
304                 that prevented compilation
305                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
306                 CPPFLAGS and YFLAGS to allow user setting these.
307         * src/common/Makefile.am
308         * src/gtk/Makefile.am
309         * src/plugins/clamav/Makefile.am
310         * src/plugins/demo/Makefile.am
311         * src/plugins/dillo_viewer/Makefile.am
312         * src/plugins/image_viewer/Makefile.am
313         * src/plugins/mathml_viewer/Makefile.am
314         * src/plugins/spamassassin/Makefile.am
315         * src/plugins/trayicon/Makefile.am
316         * src/plugins/trayicon/libeggtrayicon/Makefile.am
317                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
318                 CPPFLAGS and YFLAGS to allow user setting these.
319
320 2003-08-02 [christoph]  0.9.3claws92
321
322         * configure.ac
323                 o rearrange plugin tests
324                 o add test for clamav.h to ClamAV tests
325
326 2003-08-02 [luke]       0.9.3claws91
327
328         * src/mimeview.c
329                 o fixed appearance of icon list when toggling back from the 
330                   ctree
331                 o toggling of icons using the keyboard works correctly
332                 o fixed all other keyboard shortcuts to work when icons are
333                   active
334         
335         * src/messageview.c
336                 o fixed bug 4 - focus lost when changing messageview view type
337
338 2003-08-02 [christoph]  0.9.3claws90
339
340         * src/common/hooks.c
341                 fix crash when pointer stored in hash table could get invalid
342                 when a plugin is unloaded
343
344 2003-08-01 [christoph]  0.9.3claws89
345
346         * configure.ac
347                 o try to build all plugins (except spamassassin) by default
348                 o don't build a plugin if a dependency check fails
349
350         * src/common/hooks.c
351                 fix warning
352
353 2003-08-01 [match]      0.9.3claws88
354
355         * src/importldif.c
356                 allow single click field selection. document code.
357
358 2003-08-01 [christoph]  0.9.3claws87
359
360         * src/plugins/clamav/clamav_plugin.c
361         * src/plugins/clamav/clamav_plugin_gtk.c
362         * src/plugins/dillo_viewer/dillo_viewer.c
363         * src/plugins/image_viewer/plugin.c
364         * src/plugins/mathml_viewer/mathml_viewer.c
365         * src/plugins/spamassassin/spamassassin.c
366         * src/plugins/spamassassin/spamassassin_gtk.c
367         * src/plugins/trayicon/trayicon.c
368                 add version check to all plugins
369
370 2003-08-01 [hoa]        0.9.3claws86
371
372         * src/prefs_filtering.c
373                 fixed a cosmetic bug, during creation of dialog box,
374                 wrong widgets were shown after creation.
375
376 2003-08-01 [luke]       0.9.3claws85
377
378         * src/mainwindow.c
379                 o fixed visibility of icons/mimeview after toggling separate
380                   message/folder view (factored out some similar code too).
381
382
383 2003-07-31 [alfons]     0.9.3claws84
384
385         * src/mimeview.c
386                 tweak icon box UI a bit more, now allowing right-clicks actions
387                 getting the relevant mime data too; should fix #250, "Can't save 
388                 attachments sometimes".
389
390 2003-07-30 [alfons]     0.9.3claws83
391
392         * src/compose.c
393                 don't do auto-save-draft inside key press handler, but rather
394                 schedule it half of a second later; should fix #67, "autosave 
395                 make re-rediting message crazy"
396
397 2003-07-30 [christoph]  0.9.3claws82
398
399         * src/plugins/trayicon/trayicon.c
400                 process pending events before unloading the plugin
401
402         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
403
404 2003-07-30 [alfons]     0.9.3claws81
405
406         * src/common/hooks.c
407                 parameter 2 of g_hook_destroy() should really be a hook id
408
409 2003-07-30 [alfons]     0.9.3claws80
410
411         * src/common/plugin.c
412                 fix a possibly harmful function signature mismatch 
413                 for plugin_done
414
415 2003-07-30 [alfons]     0.9.3claws79
416
417         * src/common/hooks[.ch]
418                 const correctness
419
420 2003-07-30 [darko]      0.9.3claws78
421
422         * src/summaryview.c
423                 make it compile again
424
425 2003-07-30 [luke]       0.9.3claws77
426
427         * src/crash.c
428         * src/main.c
429                 o added/moved signal handlers for SIGTERM (normal kill command) 
430                   and SIGINT (ctl-c) to be used even without 
431                   --enable-crash-dialog, fixing bug 166
432
433         * src/summaryview.c
434                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
435                   bug 227
436
437         * src/mainwindow.c
438                 o changed sensitivity condition for 'Next new' and 'Next 
439                   unread', fixing bug 8
440
441 2003-07-29 [alfons]     0.9.3claws76
442
443         * src/common/utils.[ch]
444                 add generate_msgid()
445         * src/messageview.c
446                 save ack'ed RRR; fixes #205, "return receipt is not saved in
447                 sent folder".
448
449 2003-07-29 [alfons]     0.9.3claws75
450
451         * src/messageview.c
452                 fix a memleak (claws-only)
453
454 2003-07-29 [alfons]     0.9.3claws74
455
456         * src/mimeview.[ch]
457         * src/gtk/gtkvscrollbutton.[ch]
458                 fix UI glitch where mime icon toolbox' scroll position is not 
459                 reset after switching to another message
460                 
461
462 2003-07-29 [paul]       0.9.3claws73
463
464         * src/prefs_folder_item.c
465                 split the prefs into 2 separate pages
466
467 2003-07-29 [paul]       0.9.3claws72
468
469         * src/compose.c
470                 prepend "\n\n" to a signature without a separator too
471
472 2003-07-29 [paul]       0.9.3claws71
473
474         * src/compose.c
475                 fix bug where changing to an account without an auto-sig
476                 from an initial account without an auto-sig would insert 
477                 2 blank lines at the cursor point
478                 fix bug where changing to an account with an auto-sig
479                 from an initial account without an auto-sig would insert
480                 the sig at the cursor point
481
482 2003-07-29 [paul]       0.9.3claws70
483
484         * src/folderview.c
485                 use the colour from the folder pref unless the folder
486                 has new messages
487
488 2003-07-29 [alfons]     0.9.3claws69
489
490         * src/procmsg.[ch]
491         * src/messageview.c
492         * src/procheader.c
493                 rewrite return receipt request work a little bit (the former 
494                 implementation presumably depended too much on the UI setting
495                 flags). (we're losing the old pending flag.) 
496
497 2003-07-28 [christoph]  0.9.3claws68
498
499         * src/folder.c
500         * src/imap.c
501         * src/mh.c
502         * src/procmsg.[ch]
503                 fix copy to IMAP folder from other folder
504
505 2003-07-28 [christoph]  0.9.3claws67
506
507         * src/procmsg.c
508                 fix sync of procmsg_get_message_file_list
509
510 2003-07-28 [christoph]  0.9.3claws66
511
512         * sync with 0.9.3cvs14
513                 see ChangeLog 2003-07-18
514         * sync with 0.9.3cvs17
515                 see ChangeLog 2003-07-23
516
517         (closes Bug 234 segmentation fault after sending out mail via
518          smtp(auth))
519
520 2003-07-28 [paul]       0.9.3claws65
521
522         * po/es.po
523                 update Spanish translation, submitted by Ricardo Mones
524                 Lastra
525
526 2003-07-28 [christoph]  0.9.3claws64
527
528         * src/folder.[ch]
529         * src/imap.c
530         * src/mh.c
531                 return new message numbers as a GRelation instead of a GSList
532                 that has to be in the same order as the input list. A list
533                 would make it hard for IMAP to optimize oepration by sorting
534                 the input list. The returned list would have to be reordered
535                 to match the same order that input list has.
536
537         * src/gtk/gtkaspell.c
538                 fix missing return value, could cause a crash when garbage is
539                 on the stack that is used as the expected return value
540
541 2003-07-28 [paul]       0.9.3claws63
542
543         * sync with 0.9.4cvs1
544                 see ChangeLog 2003-07-28
545
546 2003-07-27 [alfons]     0.9.3claws62
547
548         * src/mimeview.c
549                 tweak it more to make icon list act like a check button group
550
551 2003-07-27 [christoph]  0.9.3claws61
552
553         * sync with 0.9.3cvs20
554                 see ChangeLog 2003-07-25
555
556 2003-07-27 [paul]       0.9.3claws60
557
558         * src/procmsg.c
559                 re-commit changes from 0.9.3claws58 -
560                 accidently removed in 0.9.3claws59
561
562 2003-07-27 [paul]       0.9.3claws59
563
564         * src/procmsg.[ch]
565                 a sync from 0.9.3cvs17
566                 see ChangeLog 2003-07-23
567
568 2003-07-27 [alfons]     0.9.3claws58
569
570         * src/procmsg.c
571                 add missing header members to MsgInfo; fixes the problem of 
572                 not displaying X-Faces, as noticed by Ricardo Mones
573
574 2003-07-26 [christoph]  0.9.3claws57
575
576         * sync with 0.9.3cvs18
577                 see ChangeLog 2003-07-24
578
579 2003-07-26 [christoph]  0.9.3claws56
580
581         * sync with 0.9.3cvs17
582                 see ChangeLog 2003-07-23
583
584 2003-07-26 [christoph]  0.9.3claws55
585
586         * src/folder.[ch]
587         * src/imap.c
588         * src/mbox_folder.c
589         * src/mh.c
590         * src/news.c
591                 add support for copy function that copy multiple messages
592                 (not implemented yet)
593
594         * src/summaryview.c
595                 add missing return value
596
597 2003-07-26 [paul]       0.9.3claws54
598
599         * tools/multiwebsearch.pl
600                 do whitespace substitution before passing the string
601                 to the browser. fixes bug with browsers that don't
602                 do whitespace conversion themselves.
603
604 2003-07-25 [christoph]  0.9.3claws53
605
606         * src/folder.[ch]
607         * src/imap.c
608         * src/mh.c
609                 rewrite adding of multiple messages to a folder for
610                 claws' folder system
611
612 2003-07-25 [luke]       0.9.3claws52
613
614         * src/mimeview.c
615                 o icon toggles set correctly on leaving ctree mimeview
616
617 2003-07-25 [paul]       0.9.3claws51
618
619         * partial sync with 0.9.3cvs21 [src/main.c]
620                 see ChangeLog 2003-07-25
621
622 2003-07-24 [paul]       0.9.3claws50
623
624         * tools/maildir2sylpheed.pl
625                 fix typo
626
627 2003-07-24 [paul]       0.9.3claws49
628
629         * src/mimeview.c
630                 increase the gutter size of paned so that the panes
631                 can be resized
632                 
633         * src/plugins/demo/demo.c
634                 squeeze in another typo fix
635
636 2003-07-24 [paul]       0.9.3claws48
637
638         * src/plugins/demo/demo.c
639           src/prefs_account.c
640                 small changes to the English
641                 
642         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
643           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
644           src/Makefile.am
645           src/stock_pixmap.c
646                 rename the misspelled icon
647
648 2003-07-23 [alfons]     0.9.3claws47
649
650         * src/mimeview.c
651                 make icon list look like a list of toggles
652
653 2003-07-23 [luke]       0.9.3claws46
654
655         * src/pixmaps/mimeview_gpg_expired.xpm
656         * src/pixmaps/mimeview_gpg_failed.xpm
657         * src/pixmaps/mimeview_gpg_passed.xpm
658         * src/pixmaps/mimeview_text_html.xpm
659         * src/pixmaps/mimeview_image.xpm
660                 o all icons the same size
661
662         * src/mimeview.[ch]
663                 o mimeview ctree arranged vertically above the viewer
664                 o icons changed to buttons
665                 o can use keyboard to select an icon (Enter)
666                 o resize icon list to width of icons
667
668         *  src/gtk/gtkvscrollbutton.c
669                 o sensitivity of buttons reacts to position
670
671 2003-07-23 [christoph]  0.9.3claws45
672
673         * sync with 0.9.3cvs14 (incomplete)
674                 see ChangeLog 2003-07-17
675
676 2003-07-23 [alfons]     0.9.3claws44
677
678         * src/folder.c
679         * src/procmsg.h
680                 sync with my local tree to restore some claws-only things
681
682 2003-07-23 [paul]       0.9.3claws43
683
684         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
685           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
686           src/Makefile.am
687           src/mimeview.c
688           src/procmime.h
689           src/rfc2015.c
690           src/stock_pixmap.[ch]
691                 indicate missing keys and expired sigs/keys
692                 in mime view column
693
694 2003-07-23 [paul]       0.9.3claws42
695
696         * src/compose.c
697                 Redirect fixes: enable automatic account selection and
698                 do not append signature to message on changing account
699                 fixes Bug[s] #248
700
701 2003-07-23 [paul]       0.9.3claws41
702
703         * sync with 0.9.3cvs16
704                 see ChangeLog 2003-07-23
705
706 2003-07-23 [alfons]     0.9.3claws40
707
708         * src/inc.c
709                 give progress dialog a main window, and give it the first 
710                 one (presumably the only one). fixes bug #247, "segfault on 
711                 pop-before-smtp" 
712
713 2003-07-22 [alfons]     0.9.3claws39
714
715         * src/summaryview.c
716                 shift-space scrolls up
717
718 2003-07-22 [paul]       0.9.3claws38
719
720         * sync with 0.9.3cvs15
721                 see ChangeLog 2003-07-22
722
723 2003-07-20 [alfons]     0.9.3claws37
724
725         * src/compose.c
726                 put menu inside #ifdef USE_ASPELL..#endif
727
728 2003-07-20 [christoph]  0.9.3claws36
729
730         * src/procmsg.c
731                 fix wrong flags in MsgInfo returned by
732                 procmsg_msginfo_get_full_info()
733
734         (closes Bug 221 Deleting messages from the Message View gives incorrect
735          new/unread message counts in the folder view)
736
737         * src/plugins/spamassassin/spamassassin_gtk.c
738                 add gettext macro for prefs page title
739
740 2003-07-20 [paul]       0.9.3claws35
741
742         * src/mimeview.c
743                 redraw icon list on signature check
744
745 2003-07-20 [christoph]  0.9.3claws34
746
747         * src/Makefile.am
748         * src/account.c
749         * src/folder.[ch]
750         * src/folder_item_prefs.[ch]            ** NEW **
751         * src/folderview.c
752         * src/mainwindow.c
753         * src/mh.c
754         * src/prefs_gtk.c
755         * src/prefs_scoring.c
756         * src/summaryview.c
757         * src/prefs_folder_item.[ch]
758                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
759                   Properties dialog
760                 o use prefswindow for folder properties
761
762         * src/gtk/prefswindow.[ch]
763                 change implementation to use an invisible notebook instead
764                 of unparenting widgets
765
766 2003-07-20 [christoph]  0.9.3claws33
767
768         * src/compose.h
769         * src/folder.c
770         * src/folderview.h
771         * src/headerview.h
772         * src/prefs_filtering.h
773         * src/prefs_folder_item.[ch]
774         * src/procmime.h
775         * src/procmsg.h
776         * src/summaryview.h
777                 clean up header mess
778                 (always use 1. typedefs, 2. #includes, 3. structures)
779
780         * src/common/version.h.in
781                 add casts for constants
782
783         * src/plugins/demo/demo.c
784                 fix typo
785
786         * src/plugins/spamassassin/spamassassin.c
787                 remove unused variable
788
789 2003-07-20 [alfons]     0.9.3claws32
790
791         * src/mimeview.c
792                 o make icon buttons respond on left click
793                 o minor cosmetic change
794
795 2003-07-19 [luke]       0.9.3claws31
796
797         * src/mimeview.[ch]
798         * src/gtk/gtkvscrollbutton.c
799         * src/messageview.c
800                 o improved mimeview behaviour when selecting a new message
801                 o plus code cleanups to remove compile warnings
802
803
804 2003-07-19 [alfons]     0.9.3claws30
805
806         * src/procmsg.c
807         * src/compose.c
808         * src/common/utils.[ch]
809                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
810
811 2003-07-19 [alfons]     0.9.3claws29
812
813         * src/prefs_folder_item.c
814                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
815                 string pointers
816
817 2003-07-19 [luke]       0.9.3claws28
818
819         * src/messageview.c
820         * src/mimeview.[ch]
821         * src/procmime.h
822         * src/rfc2015.c
823         * src/stock_pixmap.[ch]
824         * src/gtk/Makefile.am
825         * src/Makefile.am
826         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
827         * src/pixmaps/mime_*.xpm                ** NEW **
828                 o mimeview rearrangement with a new icon shortcut bar
829
830 2003-07-19 [alfons]     0.9.3claws27
831
832         * src/folderview.c
833                 o plug leaking nodes_to_recollapse
834                 o add folderview_recollapse_all_nodes() (not used yet)
835
836 2003-07-19 [alfons]     0.9.3claws26
837
838         * src/compose.c
839         * src/common/utils.c
840                 honour #240 "Better SUBJECT handling" by cleaning the prefix
841                 for both forwarding as replying
842
843 2003-07-18 [christoph]  0.9.3claws25
844
845         * configure.ac
846         * src/common/sylpheed.[ch]
847         * src/common/version.h.in
848                 add version in numeric form to allow easy comparison
849
850         * src/plugins/demo/demo.c
851                 add version check
852                 - sylpheed version > plugin version => never allowed, sylpheed
853                   could contain unknown API changes
854                 - sylpheed version < minimum version required => don't load,
855                   API required not available (if linking does not fail)
856
857 2003-07-18 [alfons]     0.9.3claws24
858         
859         * src/common/plugin.[ch]
860                 const correctness
861
862 2003-07-18 [christoph]  0.9.3claws23
863
864         * src/common/hooks.c
865                 fix crash when hooks where unregisted
866
867         * src/plugins/trayicon/trayicon.c
868                 unregister detroy signal before destroying the widget
869                 (still crashes when the plugin is unloaded)
870
871 2003-07-18 [alfons]     0.9.3claws22
872         
873         * src/folderview.c
874                 delay expanding folder tree during drags until timeout triggered
875                 (needs perhaps some tweaking, so testing is welcome)
876
877 2003-07-17 [alfons]     0.9.3claws21
878
879         * src/folderview.c
880                 clean up cruft
881
882 2003-07-17 [christoph]  0.9.3claws20
883
884         * src/common/session.c
885                 fix opening of SSL connections
886
887         * src/plugins/image_viewer/Makefile.am
888                 add OPENSSL_CFLAGS (we should find a better solution to remove
889                 this dependencies if they are not required)
890
891         * src/plugins/spamassassin/spamassassin.c
892                 remove setlocale workaround (fixed in libspamc)
893
894         (closes Bug Bug 184 Entering non-ascii character deletes previous char
895          if spell checking enabled)
896
897 2003-07-17 [alfons]     0.9.3claws19
898
899         * src/common/hooks.[ch]
900         * src/plugins/clamav/clamav_plugin.c
901         * src/plugins/spamassassin/spamassassin.c
902         * src/plugins/trayicon/trayicon.c
903                 fix signedness muck 
904
905 2003-07-17 [alfons]     0.9.3claws18
906
907         * src/procmime.c
908                 plug memleak
909
910 2003-07-17 [alfons]     0.9.3claws17
911
912         * src/inc.c
913                 plug memleak
914
915 2003-07-17 [paul]       0.9.3claws16
916
917         * src/common/defs.h
918           src/mainwindow.c
919           src/manual.[ch]
920                 add link to the Claws site's FAQ page, after the suggestion
921                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
922                 Move url strings to defs.h
923                 
924         * src/mainwindow.c
925                 fix typo to prevent "unknown menu entry" warnings
926
927 2003-07-17 [alfons]     0.9.3claws15
928
929         * src/folderview.[ch]
930         * src/summaryview.[ch]
931         * src/mimeview.[ch]
932                 plug DnD leaks 
933
934 2003-07-17 [paul]       0.9.3claws14
935
936         * src/inc.c
937                 remove two instances of 'GTK_EVENTS_FLUSH' because
938                 they are unnecessary and probably cause a stack overflow
939
940 2003-07-16 [christoph]  0.9.3claws13
941
942         * src/mimeview.[ch]
943                 use an invisible GTK notebook to switch between viewers
944                 instead of reparenting widgets
945
946 2003-07-16 [christoph]  0.9.3claws12
947
948         * src/folder.c
949                 move folder_item_update_freeze() to correct place in
950                 folder_item_scan_full()
951
952 2003-07-16 [paul]       0.9.3claws11
953
954         * sync with 0.9.3cvs12
955                 see ChangeLog 2003-07-14 and 2003-07-15
956
957 2003-07-16 [christoph]  0.9.3claws10
958
959         * src/imap.[ch]
960         * src/prefs_account.[ch]
961                 sync IMAP CRAM-MD5 authentication with sylpheed-main
962
963 2003-07-15 [alfons]     0.9.3claws9
964
965         * src/main.c
966                 make --config-dir do something useful
967
968 2003-07-15 [alfons]     0.9.3claws8
969
970         * src/procmsg.c
971                 o fix a bug where 'last' didn't really point to the last message
972                   in the top level list of children, but to the last threaded
973                   message. 
974                 
975                 o clean up and make it easier to sync
976
977 2003-07-15 [alfons]     0.9.3claws7
978
979         * src/mainwindow.c
980                 make correct menu items sensitive       
981
982 2003-07-14 [alfons]     0.9.3claws6
983
984         * src/procmsg.c
985                 tune the threader so it will not subject-thread any message
986                 without a subject prefix (this will not thread correctly if 
987                 a parent is delivered after their childs, but it looks 
988                 better right now)
989
990 2003-07-13 [christoph]  0.9.3claws5
991
992         * src/mainwindow.c
993                 group "Add mailbox *..." menu items in submenu
994
995 2003-07-13 [alfons]     0.9.3claws4
996
997         * src/summaryview.c
998                 correct summary_toggle_pressed() signature and make sure
999                 signal is not passed on
1000
1001 2003-07-13 [alfons]     0.9.3claws3
1002
1003         * src/summaryview.c
1004                 o for now don't pass on keys when they we're handled by 
1005                   ctree::key_press_event
1006                 o clean up
1007
1008 2003-07-13 [alfons]     0.9.3claws2
1009         
1010         * src/main.c
1011                 add command line option "--config-dir" to get the current 
1012                 configuration dir
1013
1014 2003-07-12 [alfons]     0.9.3claws1
1015
1016         * src/matcher.[ch]
1017         * src/matcher_parser_parse.y
1018         * src/prefs_filtering.c
1019         * src/filtering.c
1020                 add "Lock" filter action to lock messages;
1021
1022         * src/filtering.c       
1023                 remove debug_print()    
1024         * src/prefs_filtering.c
1025                 re-organize matcher part 9: 
1026                 make action text entries easily extendible;
1027                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1028                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1029
1030 2003-07-12 [paul]
1031
1032         * tools/README
1033                 update old information and add missing
1034                 information
1035
1036 2003-07-12 [paul]       0.9.3claws
1037
1038         * 0.9.3claws released
1039         
1040 2003-07-12 [paul]       0.9.0claws103
1041
1042         * src/Makefile.am
1043                 add addrquery.h
1044
1045 2003-07-12 [melvin]     0.9.0claws102
1046
1047         * src/messageview.c
1048                 Fixed bug #215: Show MIME tab for single text/html messages. 
1049                 
1050 2003-07-12 [paul]       0.9.0claws101
1051
1052         * man/sylpheed.1
1053                 updated
1054
1055 2003-07-12 [paul]       0.9.0claws100
1056
1057         * po/es.po
1058           po/hr.po
1059           po/pl.po
1060           po/sr.po
1061                 update Spanish, Croatian, Polish, Serbian translations.
1062                 submitted by Ricardo Mones Lastra, Dragan, Witold
1063                 Wladyslaw Wojciech Wilk, Urke MMI
1064
1065 2003-07-12 [melvin]     0.9.0claws99
1066
1067         * po/fr.po
1068                 Updated French translations.
1069
1070 2003-07-12 [paul]       0.9.0claws98
1071
1072         * src/addressbook.c
1073                 disable 'Lookup' button as it has no effect
1074
1075 2003-07-11 [alfons]     0.9.0claws97
1076         
1077         * src/summaryview.c
1078                 summary_searchbar_pressed() should return TRUE to signal that
1079                 event was handled. when returning void, the return value passed
1080                 to GTK is actually random, but maybe FALSE, in which case the
1081                 event is handled by parent
1082                 
1083 2003-07-10 [paul]       0.9.0claws96
1084
1085         * ac/missing/gettext.m4
1086                 update to version 0.12
1087
1088 2003-07-10 [paul]       0.9.0claws95
1089
1090         * src/plugins/clamav/clamav_plugin.c
1091                 fix bug where multipart/alternative messages
1092                 would slip through without being scanned
1093
1094 2003-07-10 [christoph]  0.9.0claws94
1095
1096         * src/folder.c
1097                 correct check if folder supports removing when a message is
1098                 moved. if not the message is only copied.
1099
1100         (closes Bug 132 crash on startup in newsgroups folders)
1101
1102 2003-07-09 [alfons]     0.9.0claws93
1103
1104         * configure.ac
1105         * src/common/defs.h
1106                 --with-config-dir (default .sylpheed)
1107
1108 2003-07-09 [christoph]  0.9.0claws92
1109
1110         * configure.ac
1111                 use PKG_CHECK_MODULES to check for gtkmathview
1112                 (version 0.4.2 now required)
1113
1114 2003-07-08 [melvin]     0.9.0claws91
1115
1116         * src/action.c
1117                 Implemented a progress bar that counts the number of completed
1118                 tasks when the action runs more than one command.
1119
1120 2003-07-08 [alfons]     0.9.0claws90
1121
1122         * src/procmsg.c
1123                 if queued message has an invalid Message-Id, don't try to
1124                 find message it refers to (fixes #209 "crash when processing 
1125                 in folder")
1126
1127 2003-07-08 [paul]       0.9.0claws89
1128
1129         * sync with 0.9.3cvs2
1130                 see ChangeLog 2003-07-08
1131
1132 2003-07-08 [match]      0.9.0claws88
1133
1134         * src/ldapctrl.c
1135                 extend LDAP search for first/last name by parsing search term.
1136
1137 2003-07-08 [alfons]     0.9.0claws87
1138
1139         * src/send_message.c
1140                 fix bug #208 "Status message stuck when sending on POP3 account"
1141
1142 2003-07-07 [paul]       0.9.0claws86
1143
1144         * po/hr.po
1145                 new Croatian translation, submitted by
1146                 Dragan <drleskov@inet.hr>
1147
1148 2003-07-07 [paul]       0.9.0claws85
1149
1150         * sync with 0.9.3cvs1
1151                 see ChangeLog 2003-07-07
1152
1153 2003-07-05 [christoph]  0.9.0claws84
1154
1155         * src/Makefile.am
1156         * src/messageview.c
1157         * src/mimeview.[ch]
1158         * src/stock_pixmap.[ch]
1159         * src/pixmaps/messageview_text.xpm              ** NEW **
1160                 move mimeview tabs to the right side and use icons
1161                 instead of text to save some space
1162
1163         (patch by Luke Plant <lukeplant@softhome.net>)
1164
1165 2003-07-05 [christoph]  0.9.0claws83
1166
1167         * src/inc.c
1168                 add NULL pointer checks
1169
1170         (patch by Luke Plant <lukeplant@softhome.net>)
1171         (closes Bug 204 0.9.0 quits on authentication error?!)
1172
1173 2003-07-05 [alfons]     0.9.0claws82
1174
1175         * configure.ac
1176                 take the clue in bug #202 "./configure script - 
1177                 'if test' comparison failure" reported by John Kristoff. 
1178
1179 2003-07-04 [christoph]  0.9.0claws81
1180
1181         * src/plugins/spamassassin/spamassassin.c
1182                 set timeout for spam check
1183
1184 2003-07-04 [christoph]  0.9.0claws80
1185
1186         * src/main.c
1187                 destroy all FolderItems when shutting down to
1188                 allow folders to clean up
1189
1190 2003-07-04 [melvin]     0.9.0claws79
1191
1192         * src/gtk/gtkaspell.c
1193                 Fixed bug #184 "Entering non-ascii character deletes
1194                 previous char if spell checking enabled": this makes
1195                 the spell checking in multibytes (e.g. UTF-8)locales work.
1196                 (Patch by Luke Plant).
1197                 
1198 2003-07-04 [christoph]  0.9.0claws78
1199
1200         * sync with 0.9.2cvs1
1201                 see ChangeLog 2003-06-10
1202
1203 2003-07-04 [paul]       0.9.0claws77
1204
1205         * sync with 0.9.3 release
1206                 see ChangeLog 2003-07-04
1207
1208 2003-07-03 [christoph]  0.9.0claws76
1209
1210         * src/folder.[ch]
1211         * src/imap.c
1212         * src/mbox_folder.c
1213         * src/mh.c
1214         * src/news.c
1215                 move folder_item_get_path() stuff into a folder virtual function
1216
1217         * src/procmsg.c
1218                 use folder_item_fetch_msg() to get message and do not contruct
1219                 the filename from path and number
1220
1221 2003-07-03 [paul]       0.9.0claws75
1222
1223         * sync with 0.9.2cvs12
1224                 see ChangeLog 2003-07-03
1225
1226 2003-07-02 [paul]       0.9.0claws74
1227
1228         * src/messageview.c
1229                 fix text-selection for replying
1230
1231 2003-07-02 [paul]       0.9.0claws73
1232
1233         * sync with 0.9.2cvs11
1234                 see ChangeLog 2003-07-02
1235
1236 2003-07-02 [paul]       0.9.0claws72
1237
1238         * src/procmsg.c
1239                 revert last commit because it breaks more
1240                 than it fixes
1241
1242 2003-07-02 [paul]       0.9.0claws71
1243
1244         * src/procmsg.c
1245                 fix thread by subject/sort by date
1246
1247 2003-07-01 [paul]       0.9.0claws70
1248
1249         * sync with 0.9.2cvs10
1250                 see ChangeLog 2003-07-01
1251
1252 2003-06-30 [paul]       0.9.0claws69
1253
1254         * sync with 0.9.2cvs9
1255                 see ChangeLog 2003-06-30
1256
1257 2003-06-28 [match]      0.9.0claws68
1258
1259         * src/addressbook.c
1260                 fix null ptr.
1261
1262 2003-06-27 [paul]       0.9.0claws67
1263
1264         * sync with 0.9.2cvs7
1265                 see ChangeLog 2003-06-27
1266
1267 2003-06-26 [christoph]  0.9.0claws66
1268
1269         * src/folder.c
1270                 freeze folder updates while a folder is scanned
1271
1272         (closes Bug 185 New message counter)
1273
1274 2003-06-26 [darko]      0.9.0claws65
1275
1276         * src/ldapserver.c
1277                 fix infinite loop when adding a new LDAP server
1278
1279 2003-06-26 [paul]       0.9.0claws64
1280
1281         * sync with 0.9.2cvs6
1282                 see ChangeLog 2003-06-26
1283
1284 2003-06-26 [paul]       0.9.0claws63
1285
1286         * sync with 0.9.2cvs5
1287                 see ChangeLog 2003-06-25 and 2003-06-26
1288
1289 2003-06-25 [match]      0.9.0claws62
1290
1291         * src/addr_compl.c
1292                 Fixed tab/backtab for dropped-down completion list to
1293                 move next/previous field. (close bug 147)
1294
1295 2003-06-25 [christoph]  0.9.0claws61
1296
1297         * src/addr_compl.[ch]
1298         * src/addrindex.[ch]
1299         * src/folderview.c
1300         * src/inc.c
1301         * src/news.c
1302         * src/summaryview.c
1303         * src/toolbar.c
1304                 fix warnings
1305
1306 2003-06-25 [leandro]    0.9.0claws60
1307
1308         * src/compose.c
1309                 o cleanups
1310                 o gray out "Message/Remove references" menu item if not
1311                   replying to a message
1312
1313 2003-06-24 [leandro]    0.9.0claws59
1314
1315         * src/compose.[ch]
1316                 o removed "Message/Create new thread" menu item
1317                 o added "Message/Remove references" menu item
1318                   (it's off by default and will not check anymore
1319                    if the subject changed)
1320
1321 2003-06-23 [alfons]     0.9.0claws58
1322
1323         * src/procmsg.c
1324                 try better grouping messages threaded by subject based on their age.
1325                 still not perfect - because the message tree is not sorted by date.  
1326
1327 2003-06-23 [thorsten]   0.9.0claws57
1328
1329         * src/pop.[ch]
1330                 added mail_receive_hook to allow modifications
1331                 directly after retrieval (e.g. adding headers).
1332
1333 2003-06-23 [paul]       0.9.0claws56
1334
1335         * src/sourcewindow.c
1336                  enable the use of Ctrl+A to select all text in
1337                  the sourcewindow
1338                  Patch submitted by Ivan Francolin Martinez
1339                  <ivanfm@users.sourceforge.net>
1340
1341 2003-06-22 [christoph]  0.9.0claws55
1342
1343         * src/folder.[ch]
1344                 o add notification hook for folder tree changes
1345                 o invoke hooks after folder tree scanning
1346
1347         * src/folderview.[ch]
1348                 register hook for folder tree changes that
1349                 updates the ctree
1350
1351         (there are more places that should be updated, like add, remove 
1352          or move folder)
1353
1354         (closes Bug 164 Crash on rebuild folder tree)
1355         (closes Bug 190 Crash on 'rebuilding folder tree')
1356
1357 2003-06-21 [leandro]    0.9.0claws54
1358
1359         * src/compose.[ch]
1360                 create a new thread if subject changes
1361                 (it's on by default, can be disabled in Message menu)
1362
1363 2003-06-21 [alfons]     0.9.0claws53
1364
1365         * src/summaryview.c
1366                 quiet little compiler
1367
1368 2003-06-21 [christoph]  0.9.0claws52
1369
1370         update gettext stuff to version 0.12
1371
1372 2003-06-19 [alfons]     0.9.0claws51
1373
1374         * src/common/log.c
1375         * src/common/plugin.c
1376                 move defs.h before glib.h to prevent MIN/MAX redefs
1377
1378 2003-06-19 [alfons]
1379
1380         * src/addressbook.c
1381                 translatable
1382
1383 2003-06-19 [match]      0.9.0claws50
1384
1385         * src/addressbook.[ch]
1386         * src/addrindex.[ch]
1387         * src/addr_compl.[ch]
1388         * src/editldap.[ch]
1389         * src/editldap_basedn.[ch]
1390         * src/addritem.[ch]
1391         * src/ldapquery.h
1392                 re-implemented dynamic LDAP search. works without
1393                 slowdown on display sender with addressbook
1394                 option.
1395         * src/addrbook.c
1396                 documented code.
1397
1398 2003-06-19 [paul]       0.9.0claws49
1399
1400         * src/compose.c
1401                 fix Bug #136 'Nonprovided quotation marks crash claws'
1402                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1403
1404 2003-06-19 [alfons]     0.9.0claws48
1405
1406         * src/prefs_common.[ch]
1407         * src/procmsg.c
1408                 restrict threading by subject by checking thread for
1409                 age (prefs_common.thread_by_subject_max_age)
1410
1411 2003-06-18 [christoph]  0.9.0claws47
1412
1413         * src/imap.c
1414                 fix memory leak in imap_cmd_fetch()
1415
1416 2003-06-18 [christoph]  0.9.0claws46
1417
1418         * src/prefs_gtk.c
1419                 fix memory leak in prefs_set_default() when used multiple
1420                 times or after prefs have been read
1421
1422 2003-06-18 [christoph]  0.9.0claws45
1423
1424         * src/common/plugin.c
1425                 fix memory leak in plugin_unload()
1426
1427 2003-06-18 [christoph]  0.9.0claws44
1428
1429         * src/imap.c
1430                 fix memory leak in imap_cmd_ok()
1431
1432 2003-06-18 [christoph]  0.9.0claws43
1433
1434         * src/folder.c
1435                 stop messages that are downloaded from POP3 and added to
1436                 an IMAP inbox from being filtered twice (first by POP3
1437                 and again when IMAP folder is scaned to get the UID of
1438                 the APPEND operation when no UIDPLUS is available)
1439
1440 2003-06-18 [alfons]
1441
1442         * tools/Makefile.am
1443                 phoenix <- firebird     
1444
1445 2003-06-18 [paul]
1446
1447         * tools/launch_phoenix          ** REMOVED **
1448           tools/launch_firebird         ** NEW **
1449                 renamed and edited to reflect the browser's name change from
1450                 'phoenix' to 'firebird'
1451
1452 2003-06-18 [paul]       0.9.0claws42
1453
1454         * sync with 0.9.2cvs2
1455                 see ChangeLog 2003-06-16
1456
1457 2003-06-17 [alfons]     0.9.0claws41
1458
1459         * src/procmsg.c
1460                 prevent threading problems when a node is an ancestor (parent / great parent),
1461                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1462                 for finding an sample set of messages)
1463
1464 2003-06-16 [christoph]  0.9.0claws40
1465
1466         * src/main.c
1467                 don't popup main window on --receive or --receive-all
1468
1469         * src/mainwindow.[ch]
1470         * src/plugins/trayicon/trayicon.c
1471                 allow hiding of main window by clicking on the trayicon
1472                 (doesn't work correctly in seperate window mode and may
1473                  cause unexpected GTK problems I couldn't find yet)
1474
1475         * src/common/ssl.c
1476                 remove incorrect warning
1477
1478 2003-06-15 [alfons]     0.9.0claws39
1479
1480         * src/gtk/gtkstext.c
1481                 don't output debug text;
1482                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1483                 for pointing this out);
1484
1485 2003-06-14 [alfons]     0.9.0claws38
1486         
1487         * src/messageview.c
1488                 remove printf() and make one if..else comply with coding style
1489
1490 2003-06-14 [alfons]     0.9.0claws37
1491
1492         * AUTHORS
1493                 add Martin Wicke
1494         * src/action.c
1495         * src/messageview.[ch]
1496         * src/summaryview.c
1497                 apply patch #754162 "Quoting messages filtered by actions" submitted
1498                 by Martin Wicke, which allows quoting message body changed by an
1499                 action (Thanks!).
1500
1501 2003-06-13 [alfons]     0.9.0claws36
1502
1503         * src/utils.c
1504                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1505                 use case insensitive regexp (suggested by Ivan Martinez)
1506
1507 2003-06-13 [christoph]  0.9.0claws35
1508
1509         * configure.ac
1510         * src/plugins/trayicon/Makefile.am
1511         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1512         * src/plugins/trayicon/trayicon.c
1513         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1514         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1515         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1516         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1517         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1518         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1519                 replace my own EggTrayIcon backport with the backport
1520                 used by (l|x)mule and gabber.
1521
1522 2003-06-13 [alfons]     0.9.0claws34
1523
1524         * AUTHORS
1525         * src/common/utils.c
1526                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1527
1528 2003-06-13 [alfons]     0.9.0claws33
1529
1530         * src/compose.c
1531                 clean up a little bit
1532
1533 2003-06-12 [alfons]     0.9.0claws32
1534
1535         * src/compose.c
1536                 const correctness fix
1537
1538         * src/common/sylpheed.[ch]
1539                 () -> (void)
1540                 prevent redef MIN/MAX
1541                 
1542         * src/common/utils.[ch]
1543                 () -> (void)
1544
1545 2003-06-12 [melvin]     0.9.0claws31
1546
1547         * src/compose.c
1548                 Updated to take into accounts changes in GtkAspell.
1549
1550 2003-06-12 [alfons]     0.9.0claws30
1551
1552         * src/compose.c
1553         * src/procmsg.c
1554         * src/common/utils.[ch]
1555                 handle reply subject prefixes better (initial 
1556                 suggestion by Robert Story adapted and enhanced 
1557                 using regexps)
1558
1559 2003-06-12 [melvin]     0.9.0claws29
1560
1561         * src/compose.c
1562                 Use new gtkaspell_checkers_strerror() to get the speller's
1563                 error message instead of accessing the (now private)
1564                 checkers structure.
1565                 Minor code clean up
1566
1567         * src/main.c
1568                 Use #ifdef instead of #if for USE_ASPELL
1569                 Use the new spell checkers init/quit functions 
1570
1571         * src/gtk/gtkaspell.c
1572                 Use #ifdef instead of #if for USE_ASPELL
1573                 Moved in the majority of GtkAspell structures that were
1574                 exported before by gtkaspell.h
1575         
1576         * src/gtk/gktaspell.h
1577                 Made gtkaspell.h contain only the necessary data to be
1578                 publicized by moving many structures to gtkaspell.c.
1579                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1580                 gtkaspell_checkers_new(): replaced by...
1581                 gtkaspell_checkers_init(): new function for initialization
1582                 gtkaspell_checkers_delete(): replaced by...
1583                 gtkaspell_checkers_quit(): new function
1584                 gtkaspell_checkers_strerror(): new function that returns
1585                 the checker's last error message.
1586                 
1587 2003-06-11 [melvin]     0.9.0claws28
1588
1589         * po/POTFILES.in
1590                 Updated to take into account gtkaspell.c migration to
1591                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1592
1593 2003-06-10 [alfons]     0.9.0claws27
1594
1595         * src/filtering.[ch]
1596         * src/folder.c
1597         * src/matcher.c
1598         * src/scoring.[ch]
1599                 - try fixing bug #18 (any brave testers?)
1600                 - add more robustness by refusing previously 
1601                   unchecked NULL pointers 
1602
1603 2003-06-10 [alfons]     0.9.0claws26
1604
1605         * src/procmsg.c
1606                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1607
1608 2003-06-09 [alfons]     0.9.0claws25
1609
1610         * src/prefs_common.c
1611                 fix bug #163 "Icon switching doesnt work properly" by 
1612                 preventing early freeing of prefs_common.pixmap_theme_path.
1613
1614 2003-06-09 [christoph]  0.9.0claws24
1615
1616         * src/gtk/gtkaspell.c
1617                 revert Thorsten's fix and add forgotten g_strdup for
1618                 aspell path (it should not be possible to alter the path a
1619                 GtkASpell uses from outside)
1620
1621 2003-06-09 [thorsten]   0.9.0claws23
1622
1623         * src/gtk/gtkaspell.c
1624                 dont free prefs_common.aspell_path when closing compose
1625
1626 2003-06-08 [colin]      0.9.0claws22
1627
1628         * src/plugins/spamassassin/spamassassin.c
1629                 fix prefs types
1630
1631 2003-06-07 [christoph]  0.9.0claws21
1632
1633         * src/Makefile.am
1634         * src/compose.c
1635         * src/gtkaspell.[ch]            ** REMOVE **
1636         * src/gtk/Makefile.am
1637         * src/gtk/gtkaspell.[ch]        ** NEW **
1638                 o make gtkaspell independent from sylpheed's prefs
1639                 o move gtkaspell.[ch] to gtk directory
1640
1641 2003-06-07 [christoph]  0.9.0claws20
1642
1643         * src/Makefile.am
1644         * src/crash.c
1645         * src/export.c
1646         * src/filesel.[ch]              ** REMOVE **
1647         * src/folder.c
1648         * src/main.[ch]
1649         * src/common/sylpheed.[ch]
1650         * src/gtk/Makefile.am
1651         * src/gtk/filesel.[ch]          ** NEW **
1652         * src/gtk/pluginwindow.c
1653         * src/gtk/sslcertwindow.c
1654                 move filesel.[ch] to gtk directory
1655
1656 2003-06-07 [alfons]     0.9.0claws19
1657
1658         * src/filesel.c
1659                 make (multi) file selection dialog work again (Claws-only)
1660
1661 2003-06-07 [thorsten]   0.9.0claws18
1662
1663         * po/de.po
1664                 fix typos
1665
1666 2003-06-07 [alfons]     0.9.0claws17
1667
1668         * configure.ac
1669         * src/mimeview.c
1670                 detect apache mishap in which case don't include fnmatch.h
1671                 if regex.h is already included
1672
1673 2003-06-06 [christoph]  0.9.0claws16
1674
1675         * configure.ac
1676         * src/mimeview.h
1677                 add check for fnmatch.h and include it when available
1678
1679         * src/mimeview.[ch]
1680                 fix wrong case sensitivity of Content-Types
1681
1682         * src/gtk/Makefile.am
1683                 need the same include paths in gtk directory as in
1684                 common directory because .h files in common can
1685                 include files from these directories, when included
1686                 in gtk's .h or .c files
1687
1688 2003-06-06 [alfons]     0.9.0claws15
1689
1690         * src/mimeview.c
1691         * src/summaryview.c
1692                 make it compile again because of regex.h / fnmatch.h 
1693                 include problems (related to recent mime stuff, can
1694                 someone check this?)
1695
1696 2003-06-06 [thorsten]   0.9.0claws14
1697
1698         * src/folderview.c
1699                 possible use of uninitialized pointer while dragging
1700
1701 2003-06-06 [paul]       0.9.0claws13
1702
1703         * src/compose.c
1704                 fix bug where the insert sig button would be effective
1705                 only when auto_sig was set
1706
1707 2003-06-06 [paul]       0.9.0claws12
1708
1709         * sync with 0.9.2 release
1710
1711 2003-06-02 [paul]       0.9.0claws11
1712
1713         * sync with 0.9.1cvs1
1714                 see ChangeLog 2003-06-02
1715                 
1716         * po/de.po
1717                 update by Jens
1718
1719 2003-06-01 [christoph]  0.9.0claws10
1720
1721         * src/account.c
1722                 don't use substring search to find accounts by email address
1723
1724         (closes Bug 169 Overly loose matching of "From" address)
1725
1726 2003-05-31 [christoph]  0.9.0claws9
1727
1728         * doc-src/rfc2683.txt
1729         * src/imap.c
1730                 limit IMAP command length as recommended in RFC2683
1731                 (message number lists will be split into multiple imap
1732                 sets, the limit of 1000 octets is not a hard limit)
1733
1734         (closes Bug 161 sylpheed-claws exits with segfault when logging
1735          in to certain imap-servers)
1736
1737 2003-05-29 [alfons]     0.9.0claws8
1738
1739         * src/toolbar.[ch]
1740                 add print button (calling summary_print());
1741                 fine tune setting tooltip text;
1742                 (if someone needs other buttons, please take these 
1743                 commits as a guide, instead of bothering us - also
1744                 see 0.8.11claws150) 
1745
1746 2003-05-29 [darko]      0.9.0claws7
1747
1748         * src/compose.c
1749                 fix crash when word wrapping kicks in due to
1750                 changed text by spell checker
1751
1752 2003-05-29 [paul]       0.9.0claws6
1753
1754         * src/compose.c
1755                 fix bug where changing account would insert
1756                 sig even if auto_sig was FALSE
1757                 
1758         * ChangeLog
1759           ChangeLog.jp
1760           INSTALL
1761                 sync with 0.9.1 release
1762
1763 2003-05-28 [christoph]  0.9.0claws5
1764
1765         * src/imap.c
1766                 fix truncation of too long commands
1767
1768         (closes Bug 167 IMAP hangs trying to get envelope
1769          information in imap_get_uncached_messages)
1770
1771 2003-05-27 [paul]       0.9.0claws4
1772
1773         * tools/Makefile.am
1774           tools/maildir2sylpheed.pl     ** NEW FILE **
1775                 add kmail to sylpheed mailbox conversion script
1776
1777 2003-05-27 [paul]       0.9.0claws3
1778
1779         * sync with 0.9.0cvs10
1780                 see ChangeLog 2003-05-26
1781
1782 2003-05-26 [paul]       0.9.0claws2
1783
1784         * sync with 0.9.0cvs9
1785                 see ChangeLog 2003-05-26
1786
1787 2003-05-24 [paul]       0.9.0claws1
1788
1789         * sync with 0.9.0cvs8
1790                 see ChangeLog 2003-05-23
1791
1792 2003-05-24 [paul]       0.9.0claws
1793
1794         * version 0.9.0claws released
1795
1796 2003-05-24 [paul]       0.8.11claws177
1797
1798         * src/plugins/dillo-viewer/Makefile.am
1799           src/plugins/traycon/Makefile.am
1800                 add missing files
1801                 
1802         * po/bg.po
1803           po/en_GB.po
1804           po/es.po
1805           po/it.po
1806           po/pt_BR.po
1807           po/ru.po
1808           po/sr.po
1809                 update Bulgarian, British English, Spanish, Italian, 
1810                 Brazilian Portuguese, Russian, and Serbian translations, 
1811                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1812                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1813                 Ruslan N. Balkin, and Urke MMI
1814
1815 2003-05-23 [melvin]     0.8.11claws176
1816
1817         * po/fr.po
1818                 Updated French translations
1819
1820 2003-05-22 [paul]       0.8.11claws175
1821
1822         * src/Makefile.am
1823           src/addrbook.[ch]
1824           src/addrcache.[ch]
1825           src/addr_compl.[ch]
1826           src/adressbook.[ch]
1827           src/addrindex.[ch]
1828           src/addritem.[ch]
1829           src/editaddress.c
1830           src/editgroup.c
1831           src/editldap_basedn.c
1832           src/editldap.c
1833           src/jpilot.c
1834           src/vcard.c
1835                 revert to get ldap into it previous working state
1836                 
1837         * po/zh_TW.Big5.po
1838                 new Taiwanese translation,
1839                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1840
1841 2003-05-22 [christoph]  0.8.11claws174
1842
1843         * src/plugins/spamassassin/libspamc.[ch]
1844                 sync libspamc with SpamAssaain release 2.55
1845
1846 2003-05-22 [paul]       0.8.11claws173
1847
1848         * sync with 0.9.0cvs7
1849                 see ChangeLog 2003-05-22
1850                 
1851         * src/summaryview.c
1852                 revert change in 0.8.11claws172: follow
1853                 Hiroyuki's decision and that's the end of it.
1854
1855 2003-05-21 [paul]       0.8.11claws172
1856
1857         * src/summaryview.c
1858                 fix discrepency between open_unread_on_enter
1859                 and always_show_msg
1860
1861 2003-05-21 [paul]       0.8.11claws171
1862
1863         * sync with 0.9.0cvs6
1864                 see ChangeLog 2003-05-21
1865
1866 2003-05-21 [paul]       0.8.11claws170
1867
1868         * sync with 0.9.0cvs5
1869                 see ChangeLog 2003-05-21
1870
1871 2003-05-20 [paul]       0.8.11claws169
1872
1873         * sync with 0.9.0cvs4
1874                 see ChangeLog 2003-05-20
1875                 fixes bug #152, 'encoding of IMAP folders names'
1876
1877 2003-05-20 [paul]       0.8.11claws168
1878
1879         * sync with 0.9.0cvs3
1880                 see ChangeLog 2003-05-20
1881                 
1882         * src/tools/convert_mbox.pl
1883                 minor change in the comments, submitted by Fred Marton
1884
1885 2003-05-19 [paul]       0.8.11claws167
1886
1887         * src/plugins/clamav/Makefile.am
1888           configure.ac
1889                 link clamav_lib to the plugin and not to the main program
1890
1891 2003-05-19 [christoph]
1892
1893         * src/Makefile.am
1894                 add -export-dynamic for linking
1895
1896 2003-05-19 [paul]       0.8.11claws166
1897
1898         * sync with 0.9.0cvs1
1899                 see ChangeLog 2003-05-19
1900
1901 2003-05-19 [paul]       0.8.11claws165
1902
1903         * src/inc.c
1904                 fix 'pop before smtp' timeout
1905
1906 2003-05-18 [alfons]     0.8.11claws164
1907
1908         * src/prefs_matcher.c
1909                 put "execute" action command line ("expression") in edit box
1910
1911 2003-05-18 [christoph]  0.8.11claws163
1912
1913         * src/mimeview.[ch]
1914         * src/plugins/dillo_viewer/dillo_viewer.c
1915         * src/plugins/image_viewer/viewer.c
1916         * src/plugins/mathml_viewer/mathml_viewer.c
1917                 let a viewer have a list of Content-Types
1918
1919 2003-05-18 [paul]       0.8.11claws162
1920
1921         * src/prefs_filtering.c
1922                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1923                 and REDIRECT actions
1924
1925 2003-05-17 [christoph]
1926
1927         * README.claws
1928                 o remove dynamic signatures that was syned with main
1929                 o add infos about no longer "build in" image viewer
1930                 o update bugtracker URL
1931
1932 2003-05-17 [christoph]  0.8.11claws161
1933
1934         * src/folder.c
1935         * src/folderview.c
1936         * src/imap.c
1937                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1938                 for every folder after rebuilding the folder tree.
1939
1940         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1941          messages)
1942
1943 2003-05-17 [christoph]  0.8.11claws160
1944
1945         * src/imap.c
1946                 don't use STATUS command on current folder to check for
1947                 content changes. imap_cmd_ok() now tracks changes to
1948                 folder and number of existing messages.
1949
1950 2003-05-17 [paul]       0.8.11claws159
1951
1952         * src/plugins/clamav/clamav_plugin.c
1953                 remove unnecessary debug_print
1954
1955 2003-05-16 [thorsten]   0.8.11claws158
1956
1957         * src/plugins/demo.c
1958                 included missing intl.h
1959
1960 2003-05-16 [paul]       0.8.11claws157
1961
1962         * po/POTFILES.in
1963                 remove non-existant entries
1964         
1965         * src/plugins/clamav/clamav_plugin.c
1966           src/plugins/clamav/clamav_plugin_gtk.c
1967           src/plugins/dillo_viewer/dillo_prefs.c
1968           src/plugins/dillo_viewer/dillo_viewer.c
1969                 gettextise
1970
1971 2003-05-16 [christoph]  0.8.11claws156
1972
1973         * po/POTFILES.in
1974                 include plugin .c files for translation until I
1975                 find a better solution to have plugins have their
1976                 own textdomain
1977         * src/plugins/demo/demo.c
1978         * src/plugins/image_viewer/plugin.c
1979         * src/plugins/mathml_viewer/mathml_viewer.c
1980         * src/plugins/spamassassin/spamassassin.c
1981         * src/plugins/spamassassin/spamassassin_gtk.c
1982         * src/plugins/trayicon/trayicon.c
1983                 add gettext macros for plugin name and description
1984
1985 2003-05-16 [paul]
1986
1987         * sync with 0.9.0
1988
1989 2003-05-16 [paul]       0.8.11claws155
1990
1991         * sync with lastest 0.9.0pre1
1992                 see ChangeLog 2003-05-16
1993
1994 2003-05-15 [paul]       0.8.11claws154
1995
1996         * sync with latest 0.9.0pre1
1997                 see ChangeLog 2003-05-14 and 2003-05-15
1998
1999 2003-05-14 [christoph]  0.8.11claws153
2000
2001         * src/plugins/image_viewer/viewer.c
2002         * src/plugins/image_viewer/viewer.glade         ** NEW **
2003         * src/plugins/image_viewer/viewerprefs.c
2004                 make it possible to disable the autoload function in the
2005                 imageviewer again
2006
2007 2003-05-14 [christoph]  0.8.11claws152
2008
2009         * src/folder.c
2010                 fix folder update after adding a message
2011
2012 2003-05-13 [alfons]     0.8.11claws151
2013
2014         * src/common/session.c
2015                 remove debug traces
2016                 
2017         * src/addrcache.[ch]
2018         * src/filtering.[ch]
2019         * src/folder.[c]
2020         * src/gtkaspell.[ch]
2021         * src/imap.[ch]
2022         * src/mbox_folder.[ch]
2023         * src/mh.[ch]
2024         * src/mimeview.h
2025         * src/msgcache.[ch]
2026         * src/news.[ch]
2027         * src/passphrase.[ch]
2028         * src/prefs_common.[ch]
2029         * src/prefs_gtk.[ch]
2030         * src/procmsg.c
2031         * src/scoring.[ch]
2032                 be pedantic; (in prototypes () implies (int))
2033
2034 2003-05-13 [alfons]     0.8.11claws150
2035
2036         * src/prefs_toolbar.[ch]
2037         * src/summaryview.[ch]
2038         * src/toolbar.[ch]
2039                 change misleading text in toolbar prefs;
2040                 add toolbar action for ignore thread (toggles ignore thread flag);
2041                 clean up a little bit;
2042
2043 2003-05-12 [paul]
2044
2045         * tools/convert_mbox.pl
2046                 bug fixed by Fred Marton
2047
2048 2003-05-12 [paul]
2049
2050         * sync with 0.9.0pre1
2051
2052 2003-05-09 [paul]       0.8.11claws149
2053
2054         * sync with 0.8.11cvs43
2055                 see ChangeLog 2003-05-09
2056
2057 2003-05-08 [christoph]  0.8.11claws148
2058
2059         * src/imap.[ch]
2060                 o use CAPABILIY as first command and check for PREAUTH
2061                   information in the response to it
2062                 o rewrite all imap_cmd_* functions to use an IMAPSession
2063                   instead of a SockInfo as parameter
2064                 o do STARTTLS after fetching and checking the server
2065                   capabilities
2066
2067 2003-05-08 [paul]       0.8.11claws147
2068
2069         * tools/Makefile.am
2070           tools/README
2071           tools/convert_mbox.pl         ** NEW FILE **
2072                 add mbox conversion script. Submitted by 
2073                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2074
2075 2003-05-07 [christoph]
2076
2077         * doc-src/glade.txt
2078         * src/gtk/pluginwindow.glade
2079         * src/plugins/image_viewer/viewerprefs.glade
2080         * src/plugins/spamassassin/spamassassin_gtk.glade
2081                 add glade files for user interfaces and a description how
2082                 to use glade to create the sylpheed code
2083
2084 2003-05-07 [paul]       0.8.11claws146
2085
2086         * sync with 0.8.11cvs41
2087                 see ChangeLog 2003-05-07
2088
2089 2003-05-06 [christoph]  0.8.11claws145
2090
2091         * src/main.c
2092         * src/plugins/image_viewer/viewer.c
2093                 fix usage of imlib in imageviewer plugin
2094
2095         * src/gtk/prefswindow.c
2096                 handle window close event correctly
2097
2098 2003-05-06 [paul]       0.8.11claws144
2099
2100         * src/common/ssl.c
2101                 fix typo introduced in sync
2102
2103 2003-05-06 [paul]       0.8.11claws143
2104
2105         * sync with 0.8.11cvs39
2106                 see ChangeLog 2003-05-06
2107
2108 2003-05-06 [paul]       0.8.11claws142
2109
2110         * AUTHORS
2111           po/cs.po
2112                 updated Czech translation, submitted by 
2113                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2114                 
2115         * src/plugins/clamav/clamav_plugin_gtk.c
2116                 clean up
2117
2118 2003-05-03 [alfons]     0.8.11claws141
2119
2120         * src/compose.[ch]
2121                 make paste as quotation work even when the call to 
2122                 text_inserted() was deferred (fixes bug #140 "Paste 
2123                 as quotation does not work when using "external" 
2124                 clipboard")
2125
2126 2003-05-03 [thorsten]   0.8.11claws140
2127
2128         * src/addrquery.h
2129           src/ldapquery.h
2130           src/mainwindow.c
2131                 removed C++ comments
2132         * src/addr_compl.c
2133                 function with non-int retval/param used before
2134                 implementation/declaration
2135
2136 2003-05-02 [paul]       0.8.11claws139
2137
2138         * src/addr_compl.[ch]
2139           src/addressbook.[ch]
2140           src/addrindex.c
2141           src/summaryview.c
2142                 revert match's changes to (finally) remove the bug where
2143                 opening a folder causes massive slowdown when using the 
2144                 'Display sender using address book' option
2145
2146 2003-05-01 [melvin]     0.8.11claws138
2147
2148         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2149         * src/plugins/dillo_viewer/dillo_viewer.c
2150                 Fixed bug where "Cancel" button from prefs issued
2151                 warnings.
2152                 Comply a little more to coding style
2153
2154 2003-05-01 [paul]       0.8.11claws137
2155
2156         * sync with 0.8.11cvs38
2157                 see ChangeLog 2003-05-01
2158
2159 2003-05-01 [paul]       0.8.11claws136
2160
2161         * po/bg.po
2162                 updated by George Danchev
2163
2164 2003-04-30 [christoph]  0.8.11claws135
2165
2166         * src/plugins/dillo_viewer/dillo_prefs.c
2167         * src/plugins/image_viewer/viewerprefs.c
2168         * src/plugins/spamassassin/spamassassin_gtk.c
2169                 remove gtk_widget_ref() calls for widgets in
2170                 glade code
2171
2172 2003-04-30 [paul]       0.8.11claws134
2173
2174         * src/addrindex.c
2175                 ok, this time a better fix for the bug where opening folder
2176                 has massive slowdown when using the 'Display sender using 
2177                 address book' option
2178
2179 2003-04-30 [paul]       0.8.11claws133
2180
2181         * src/addrindex.c
2182                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2183         
2184 2003-04-30 [melvin]     0.8.11claws132
2185
2186         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2187
2188         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2189                 Preferences for the dillo plugin
2190         * src/plugins/dillo_viewer/dillo_viewer.c
2191                 Support for preferences
2192         * src/plugins/dillo_viewer/Makefile.am
2193                 Added dillo_prefs.[ch]
2194
2195 2003-04-30 [alfons]     0.8.11claws131
2196
2197         * src/common/plugin.[ch]
2198                 see? this ANSI C'fication immediately gives us type
2199                 checking for free.
2200
2201 2003-04-30 [alfons]     0.8.11claws130
2202
2203         * src/common/plugin.[ch]
2204         * src/plugins/clamav/clamav_plugin.[ch]
2205         * src/plugins/clamav/clamav_plugin_gtk.c
2206         * src/plugins/demo/demo.c
2207         * src/plugins/dillo_viewer/dillo_viewer.c
2208         * src/plugins/image_viewer/plugin.c
2209         * src/plugins/image_viewer/viewer.[ch]
2210         * src/plugins/image_viewer/viewerprefs.[ch]
2211         * src/plugins/mathml_viewer/mathml_viewer.c
2212         * src/plugins/spamassassin/spamassassin.[ch]
2213         * src/plugins/spamassassin/spamassassin_gtk.c
2214         * src/plugins/trayicon/trayicon.c
2215                 clean up
2216
2217 2003-04-30 [alfons]     0.8.11claws129
2218
2219         * src/common/utils.c
2220                 make is_ascii_str() fail gracefully when NULL pointer
2221                 is passed
2222
2223 2003-04-30 [paul]       0.8.11claws128
2224
2225         * src/addrindex.c
2226                 fix bug where opening folder has massive slowdown when
2227                 using the 'Display sender using address book' option
2228
2229 2003-04-30 [paul]       0.8.11claws127
2230
2231         * src/plugins/clamav/clamav_plugin.c
2232           src/plugins/clamav/clamav_plugin_gtk.c
2233           src/plugins/demo/demo.c
2234           src/plugins/dillo_viewer/dillo_viewer.c
2235           src/plugins/image_viewer/plugin.c
2236           src/plugins/mathml_viewer/mathml_viewer.c
2237           src/plugins/spamassassin/spamassassin.c
2238           src/plugins/spamassassin/spamassassin_gtk.c
2239           src/plugins/trayicon/trayicon.c
2240                 get rid of eye-hurting function signatures
2241
2242 2003-04-30 [paul]       0.8.11claws126
2243
2244         * src/plugins/trayicon/trayicon.c
2245                 add description
2246                 
2247         * src/mimeview.c
2248                 be more descriptive
2249
2250 2003-04-30 [paul]       0.8.11claws125
2251
2252         * configure.ac
2253                 arrange the plugins in reverse alphabetical order
2254                 
2255         * src/plugins/clamav/clamav_plugin.[ch]
2256           src/plugins/clamav/clamav_plugin_gtk.c
2257                 rename some params
2258                 resize max_size window
2259                 re-arrange the order of some gui elements
2260                 improve descriptions
2261         
2262         * src/plugins/image_viewer/plugin.c
2263           src/plugins/mathml_viewer/mathml_viewer.c
2264                 add descriptions
2265                 
2266         * src/plugins/spamassassin/spamassassin_gtk.c
2267                 resize max_size window
2268                 re-arrange the order of some gui elements
2269                 
2270         * src/messageview.c
2271           src/mimeview.c
2272                 correct typos
2273
2274 2003-04-30 [alfons]     0.8.11claws124
2275
2276         * src/imap.c
2277                 fix a leak found while browsing Martin Kluge's 
2278                 valgrind log (Claws only)
2279
2280 2003-04-29 [darko]      0.8.11claws123
2281
2282         * src/gtk/gtkstext.h
2283                 include wchar.h if it is available, fixes compilation
2284                 on HP-UX systems
2285
2286 2003-04-29 [melvin]     0.8.11claws122
2287
2288         * src/prefs_actions.c
2289                 Improved help text of Actions' syntax
2290
2291 2003-04-28 [paul]       0.8.11claws121
2292
2293         * src/action.c
2294                 a better fix for the crash when performing an action
2295                 on a mime part
2296
2297 2003-04-28 [paul]       0.8.11claws120
2298
2299         * src/action.c
2300                 fix crash when performing an action on a
2301                 mime part
2302
2303 2003-04-28 [paul]       0.8.11claws119
2304
2305         * sync with 0.8.11cvs36
2306                 see ChangeLog 2003-04-28
2307
2308 2003-04-27 [paul]       0.8.11claws118
2309
2310         * more sync with 0.8.11cvs35
2311                 see ChangeLog 2003-04-25
2312
2313 2003-04-26 [christoph]  0.8.11claws117
2314
2315         * src/folder.c
2316                 fix remove virtual check
2317
2318 2003-04-26 [paul]       0.8.11claws116
2319
2320         * src/messageview.c
2321                 fix return-receipt, make it work again
2322
2323 2003-04-26 [paul]       0.8.11claws115
2324
2325         * src/mimeview.c
2326                 restore double-clicking of the [application/pgp-signature 
2327                 (Select "Check signature" to check)] line in the message view,
2328                 broken in recent sync
2329
2330 2003-04-26 [christoph]  0.8.11claws114
2331
2332         * src/folder.c
2333                 check if remove virtual really exists before
2334                 calling the function
2335
2336 2003-04-25 [match]      0.8.11claws113
2337
2338         * src/addrindex.c
2339         * src/addrbook.c
2340         * src/ldapquery.[ch]
2341         * src/ldapctrl.[ch]
2342                 fix memleak.
2343         * src/ldapserver.[ch]
2344                 fix memleak. fix segfault.
2345                 plug a Claws memleak
2346
2347 2003-04-25 [alfons]     0.8.11claws112
2348
2349         * src/folder.c
2350                 plug a Claws memleak
2351
2352 2003-04-25 [alfons]     0.8.11claws111
2353
2354         * src/common/session.c
2355                 plug a memleak
2356
2357 2003-04-25 [paul]       0.8.11claws110
2358
2359         * sync with 0.8.11cvs35
2360                 see ChangeLog 2003-04-24 and 2003-04-25
2361                 
2362         * src/gtk/pluginwindow.c
2363                 correct another strange float value
2364
2365 2003-04-24 [christoph]  0.8.11claws109
2366
2367         * src/folder.c
2368                 freeze folder item updates when unsetting new flags
2369
2370         * src/gtk/pluginwindow.c
2371                 correct strange float value
2372
2373 2003-04-23 [paul]       0.8.11claws108
2374
2375         * sync with 0.8.11cvs33
2376                 see ChangeLog 2003-04-23
2377
2378 2003-04-22 [paul]       0.8.11claws107
2379
2380         * src/Makefile.am
2381           src/messageview.c
2382           src/mimeview.c
2383           src/pgptext.[ch]      ** REMOVED **
2384                 remove pgptext.[ch] as its not used any more
2385
2386 2003-04-22 [paul]       0.8.11claws106
2387
2388         * sync with 0.8.11cvs31
2389                 see ChangeLog 2003-04-21 and 2003-04-22
2390
2391 2003-04-21 [alfons]     0.8.11claws105
2392
2393         * src/main.c
2394                 No access to GTK structures if we're a spawned child
2395                 (and clean up code a little bit...) Should fix #126.
2396
2397 2003-04-21 [melvin]     0.8.11claws104
2398
2399         * src/plugins/dillo_viewer/README
2400                 Improved slightly the text.
2401
2402 2003-04-21 [melvin]     0.8.11claws103
2403
2404         * src/plugins/dillo_viewer/README *** NEW ***
2405                 Added a README file for the Dillo plugin
2406
2407 2003-04-20 [paul]
2408
2409         * tools/README
2410           tools/outlook2sylpheed.pl
2411                 updated and improved by Ricardo Mones Lastra
2412
2413 2003-04-18 [oliver]     0.8.11claws102
2414
2415         * src/inc.c 
2416         * src/prefs_account.h
2417                 remove Pop3SessionType (used by selective download)
2418         * src/prefs_toolbar.c
2419                 enable set Default Toolbar button
2420
2421 2003-04-18 [paul]       0.8.11claws101
2422
2423         * sync with 0.8.11cvs29
2424                 see ChangeLog 2003-04-18
2425
2426 2003-04-17 [paul]       0.8.11claws100
2427
2428         * src/prefs_common.[ch]
2429           src/summaryview.c
2430                 remove 'Open next message on deletion' option,
2431                 as the same effect can now be achieved via the
2432                 'Always open messages in summary when selected'
2433                 option.
2434
2435 2003-04-17 [paul]       0.8.11claws99
2436
2437         * sync with 0.8.11cvs28
2438                 see ChangeLog 2003-04-17
2439
2440 2003-04-17 [christoph]  0.8.11claws98
2441
2442         * ac/spamassassin.m4
2443         * src/plugins/spamassassin/libspamc.[ch]
2444         * src/plugins/spamassassin/utils.[ch]
2445                 sync libspamc with SpamAssassin project
2446
2447 2003-04-17 [christoph]  0.8.11claws97
2448
2449         * src/common/socket.h
2450         * src/gtk/sslcertwindow.h
2451                 rename old USE_SSL to USE_OPENSSL
2452
2453 2003-04-17 [paul]       0.8.11claws96
2454
2455         * src/prefs_common.h
2456                 use gulong for P_COLOR so that it compiles/runs on
2457                 64-bit systems. Patch submitted by James Noyes
2458                 <jnoyes-claws@retrogeeks.com>
2459                 
2460         * po/de.po
2461                 updated by Jens
2462
2463 2003-04-17 [paul]       0.8.11claws95
2464
2465         * sync with 0.8.11cvs27
2466                 see ChangeLog 2003-04-16
2467
2468 2003-04-15 [paul]       0.8.11claws94
2469
2470         * src/prefs_common.[ch]
2471                 rearrange to stop the window getting too long:
2472                         move Receive dialog stuff to Receive tab
2473                         move Send dialog to Send tab
2474                         remove Dialogs frame
2475                 rename 'Open messages in summary with cursor keys' to
2476                 'Always open messages in summary when selected', as its
2477                 more appropriate
2478
2479 2003-04-15 [paul]       0.8.11claws93
2480
2481         * src/prefs_common.[ch]
2482           src/summaryview.c
2483                 add new option '/Interface/Open next message on deletion'
2484
2485 2003-04-15 [paul]       0.8.11claws92
2486
2487         * src/summaryview.[ch]
2488                 add /Mark/Lock and /Mark/Unlock to the pop-up
2489                 menu. Patch submitted by Ivan Francolin Martinez
2490                 <ivanfm@users.sourceforge.net>
2491
2492 2003-04-15 [paul]       0.8.11claws91
2493
2494         * sync with 0.8.11cvs24
2495                 see ChangeLog 2003-04-15
2496
2497 2003-04-14 [jens]       0.8.11claws90
2498
2499         * updated German translation and some corrections from
2500                 Roland Bless <bless@tm.uka.de>
2501
2502 2003-04-14 [paul]       0.8.11claws89
2503
2504         * sync with 0.8.11cvs22
2505                 see ChangeLog 2003-04-14
2506
2507 2003-04-13 [paul]       0.8.11claws88
2508
2509         * src/plugins/clamav/clamav_plugin.c
2510                 fix memory leaks
2511                 clean up
2512
2513 2003-04-12 [paul]       0.8.11claws87
2514
2515         * src/plugins/clamav/clamav_plugin.c
2516                 activate enable/disable archive scanning option
2517                 
2518         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2519
2520 2003-04-12 [paul]       0.8.11claws86
2521
2522         * src/plugins/Makefile.am
2523           src/plugins/clamav/Makefile.am                ** NEW FILE **
2524           src/plugins/clamav/README                     ** NEW FILE ** 
2525           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2526           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2527                 add Clam AntiVirus plugin
2528
2529 2003-04-12 [paul]       0.8.11claws85
2530
2531         * sync with 0.8.11cvs21
2532                 see ChangeLog 2003-04-11
2533
2534 2003-04-11 [paul]       0.8.11claws84
2535
2536         * po/es.po
2537                 update Spanish translation. Submitted by Ricardo
2538                 Mones Lastra.
2539
2540 2003-04-10 [christoph]  0.8.11claws83
2541
2542         * src/mbox.c
2543                 fix typo that did not move unfiltered mails to destination
2544                 folder
2545
2546         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2547          when filtering from spool)
2548
2549 2003-04-10 [christoph]  0.8.11claws82
2550
2551         * src/imap.c
2552                 use BODY.PEEK instead of BODY in in message fetch operation
2553                 to make sure the IMAP server does not set the \Seen flag for
2554                 messages. Sylpheed does that later itself, when the message
2555                 is opened in sylpheed
2556
2557         (closes Bug 111 Claws destroys unread marks)
2558
2559 2003-04-09 [oliver]     0.8.11claws81
2560         
2561         * src/folder.c
2562                 fix crash in folder_destroy
2563         * README.claws
2564                 remove selective download
2565
2566 2003-04-09 [christoph]  0.8.11claws80
2567
2568         * src/imap.c
2569                 fix crash in imap_get_msginfo() when then fetched message
2570                 is not found
2571
2572         (closes Bug 110 Crash during mail composition)
2573
2574 2003-04-08 [christoph]  0.8.11claws79
2575
2576         * src/folder.c
2577         * src/prefs_account.c
2578                 Filter new messages that are found in an INBOX folder
2579                 when 'Filter messages on receiving' is enabled in the
2580                 Folder's AccountPrefs. This allows to use Sylpheed's
2581                 filtering engine for IMAP folders where messages are
2582                 added to the INBOX by a MTA
2583
2584 2003-04-08 [paul]       0.8.11claws78
2585
2586         * src/procmsg.h
2587                 clean up after last commit
2588
2589 2003-04-08 [paul]       0.8.11claws77
2590
2591         * sync with 0.8.11cvs20
2592                 see ChangeLog 2003-04-07 and 2003-04-08
2593
2594 2003-04-07 [christoph]  0.8.11claws76
2595
2596         * src/filtering.[ch]
2597         * src/inc.[ch]
2598         * src/mbox.c
2599         * src/procmsg.[ch]
2600                 add procmsg_msginfo_filter() to execute filtering actions
2601
2602 2003-04-06 [christoph]  0.8.11claws75
2603
2604         * src/imap.c
2605                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2606
2607 2003-04-06 [christoph]  0.8.11claws74
2608
2609         * src/common/utils.[ch]
2610                 add g_int_compare() function for slist sorting
2611
2612         * src/imap.c
2613                 fetch all MsgInfos with one command in imap_get_msginfos()
2614                 using an imap set with a list of ranges
2615
2616         * src/news.c
2617                 use new g_int_compare() function
2618
2619 2003-04-06 [thorsten]   0.8.11claws73
2620
2621         * src/mh.c
2622                 corrected implementation of mh_folder_destroy()
2623
2624 2003-04-05 [christoph]  0.8.11claws72
2625
2626         * src/account.c
2627         * src/folder.[ch]
2628         * src/folderview.c
2629         * src/imap.c
2630         * src/inc.c
2631         * src/main.c
2632         * src/mainwindow.c
2633         * src/mbox_folder.c
2634         * src/mh.c
2635         * src/mimeview.h
2636         * src/msgcache.[ch]
2637         * src/news.c
2638         * src/procmime.h
2639         * src/procmsg.[ch]
2640         * src/setup.c
2641         * src/gtk/gtkutils.c
2642                 o rename structure field names class and new to klass and
2643                   new_msgs, to allow including files in C++
2644                 o add 'extern "C"' block to some header files
2645                 o add MsgInfoList and MsgNumberList as alias for GSList for
2646                   developers to know what type of list is expected
2647
2648         * src/plugins/image_viewer/plugin.c
2649         * src/plugins/image_viewer/viewer.[ch]
2650         * src/plugins/image_viewer/viewerprefs.[ch]
2651                 rename function names to prevent conflicts
2652
2653 2003-04-05 [paul]       0.8.11claws71
2654
2655         * sync with 0.8.11cvs18
2656                 see ChangeLog 2003-04-03 and 2003-04-04
2657
2658 2003-04-02 [christoph]  0.8.11claws70
2659
2660         * src/folder.[ch]
2661         * src/imap.[ch]
2662         * src/mbox_folder.[ch]
2663         * src/mh.[ch]
2664         * src/news.[ch]
2665                 o Make all virtual folder functions private
2666                 o remove unused folder code
2667
2668         * src/common/socket.[ch]
2669         * src/summaryview.c
2670                 fix warnings
2671
2672 2003-03-30 [alfons]     0.8.11claws69
2673
2674         * src/send_message.c
2675                 remove two debug traces and see if people still report
2676                 errors
2677
2678 2003-03-30 [alfons]     0.8.11claws68
2679
2680         * src/send_message.c
2681         * src/commons/session.c
2682                 add more debug traces
2683
2684 2003-03-30 [christoph]  0.8.11claws67
2685
2686         * src/folder.c
2687                 change processing folder name from .processing to processing
2688
2689         * src/common/ssl.c
2690                 disable SSL certificate check because it causes Xlib error
2691                 when the child process want's to open an GTK window
2692
2693 2003-03-30 [christoph]  0.8.11claws66
2694
2695         * src/folder.c
2696                 don't use default folder for processing folder item because
2697                 it can be a non local folder
2698
2699         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2700
2701 2003-03-30 [alfons]     0.8.11claws65
2702
2703         * src/send_message.c
2704                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2705                 to generate bad code for 'send_send_data_progressive': When
2706                 called from 'send_send_data_finished', the 'data' pointer is
2707                 cleared just before the assignment to the dialog pointer
2708
2709 2003-03-29 [christoph]  0.8.11claws64
2710
2711         * src/common/prefs.h
2712         * src/plugins/image_viewer/Makefile.am
2713         * src/plugins/image_viewer/plugin.c
2714         * src/plugins/image_viewer/viewer.[ch]
2715         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2716                 add PrefsPage for ImageViewer
2717
2718 2003-03-28 [thorsten]   0.8.11claws63
2719
2720         * src/common/session.c
2721                 added some comments
2722
2723 2003-03-28 [paul]       0.8.11claws62
2724
2725         * sync with 0.8.11cvs16
2726                 see ChangeLog 2003-03-28
2727
2728 2003-03-28 [paul]       0.8.11claws61
2729
2730         * sync with 0.8.11cvs15
2731                 see ChangeLog 2003-03-28
2732
2733 2003-03-27 [christoph]  0.8.11claws60
2734
2735         * src/folder.c
2736         * src/imap.c
2737         * src/common/socket.[ch]
2738                 set socket state to DISCONNECTED when any operation
2739                 fails to allow reconnecting in IMAP code without
2740                 checking the return code of all calls to the command
2741                 functions
2742
2743         * src/folderview.c
2744         * src/summaryview.c
2745                 remove some more stuff that depends on specific
2746                 folder types
2747
2748 2003-03-27 [paul]       0.8.11claws59
2749
2750         * sync with 0.8.11cvs14
2751                 see ChangeLog 2003-03-27
2752                 
2753         * src/selective_download.[ch]   ** REMOVED **
2754                 really removed
2755
2756 2003-03-27 [christoph]  0.8.11claws58
2757
2758         * src/folder.c
2759                 fix handling of tmp_flags in flag copy function
2760
2761 2003-03-27 [paul]       0.8.11claws57
2762
2763         * sync with 0.8.11cvs13
2764                 see ChangeLog 2003-03-27
2765
2766 2003-03-27 [oliver]     0.8.11claws56
2767
2768         * src/maiwindow.c
2769                 remove sel_download_cb
2770
2771 2003-03-27 [oliver]     0.8.11claws55
2772         
2773         * src/inc.c
2774                 remove POP3_TOP
2775         
2776 2003-03-26 [oliver]     0.8.11claws54
2777
2778         *src/pop.h
2779                 remove POP3_TOP*
2780         * README.claws
2781                 remove selective donwload readme
2782
2783 2003-03-26 [oliver]     0.8.11claws53
2784         * src/matcher.[ch]
2785         * src/matcher_parser_parse.y 
2786         * src/pop.c 
2787         * src/prefs_account.[ch]
2788         * src/prefs_filtering.c
2789                 remove selective donwload
2790
2791 2003-03-26 [oliver]     0.8.11claws52
2792
2793         * src/inc.[ch] 
2794         * src/filtering.c 
2795         * src/mainwindow.c 
2796                 remove selective donwload
2797
2798 2003-03-26 [oliver]     0.8.11claws51
2799         
2800         * src/Makefile.am
2801         * src/selective_download.[ch]   ** REMOVE **    
2802
2803 2003-03-26 [christoph]  0.8.11claws50
2804
2805         * src/news.c
2806                 fix NEWS that got broken by a sync with sylpheed-main
2807
2808 2003-03-26 [christoph]  0.8.11claws49
2809
2810         * src/mimeview.c
2811                 fix mime type guessing when no mime type is found for a file
2812
2813 2003-03-25 [christoph]  0.8.11claws48
2814
2815         * src/mimeview.c
2816         * src/procmime.c
2817                 remove mime type guessing from mime parser and use
2818                 name based mime types in viewer lookup for mime type
2819                 application/octet-stream
2820
2821 2003-03-25 [christoph]  0.8.11claws47
2822
2823         * doc-src/readme.txt
2824         * doc-src/rfc2554.txt
2825                 add RFC about SMTP AUTH
2826
2827         * src/send_message.c
2828         * src/common/smtp.[ch]
2829                 add extra error code for authentication errors and
2830                 clear temporary password when this error occurs
2831
2832         (closes Bug 84 authentication failure while sending should
2833          prompt for password again)
2834
2835 2003-03-25 [christoph]  0.8.11claws46
2836
2837         * configure.ac
2838         * src/Makefile.am
2839         * src/imageview.[ch]                            ** REMOVE **
2840         * src/messageview.[ch]
2841         * src/mimeview.[ch]
2842         * src/prefs_common.[ch]
2843         * src/textview.c
2844         * src/plugins/Makefile.am
2845         * src/plugins/image_viewer/.cvsignore           ** NEW **
2846         * src/plugins/image_viewer/Makefile.am          ** NEW **
2847         * src/plugins/image_viewer/plugin.c             ** NEW **
2848         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2849                 move image viewer into a plugin (building is enabled by default)
2850                 [ToDo: Prefs for resize and autoview]
2851
2852 2003-03-25 [paul]       0.8.11claws45
2853
2854         * sync with 0.8.11cvs12
2855                 see ChangeLog 2003-03-26
2856
2857 2003-03-25 [paul]       0.8.11claws44
2858
2859         * sync with 0.8.11cvs11
2860                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2861                 
2862         Note: Selective Download is broken.
2863                 
2864 2003-03-22 [christoph]  0.8.11claws43
2865
2866         * src/folder.c
2867                 code cleanup for flags copying
2868
2869 2003-03-22 [christoph]  0.8.11claws42
2870
2871         * src/plugins/trayicon/trayicon.c
2872                 fix setting the transparent area when the window size
2873                 is forced by the system tray
2874
2875 2003-03-22 [christoph]  0.8.11claws41
2876
2877         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2878         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2879         * src/plugins/trayicon/newmail.xpm              ** NEW **
2880         * src/plugins/trayicon/nomail.xpm               ** NEW **
2881         * src/plugins/trayicon/trayicon.c
2882         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2883                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2884                 o add icon for unread mails
2885                 o set transparency for window
2886
2887 2003-03-22 [christoph]  0.8.11claws40
2888
2889         * src/news.c
2890                 init news session to prevent crash when session is closed
2891
2892 2003-03-22 [christoph]  0.8.11claws39
2893
2894         * src/imap.c
2895         * src/common/session.[ch]
2896                 Init session data to make sure we don't have invalid pointers
2897                 for read_ch and write_ch when new multi process sessions are
2898                 not used
2899
2900         * src/main.c
2901         * src/common/plugin.c
2902         * src/common/sylpheed.c
2903         * src/plugins/demo/demo.c
2904         * src/plugins/dillo_viewer/dillo_viewer.c
2905         * src/plugins/mathml_viewer/mathml_viewer.c
2906         * src/plugins/spamassassin/spamassassin.c
2907         * src/plugins/spamassassin/spamassassin_gtk.c
2908                 add plugin types to allow loading plugins at different times
2909                 (and maybe for different frontends), because it's not good to
2910                 load GTK-Plugins gefore gtk_init was called
2911
2912         * configure.ac
2913         * src/plugins/Makefile.am
2914         * src/plugins/trayicon/.cvsignore               ** NEW **
2915         * src/plugins/trayicon/Makefile.am              ** NEW **
2916         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2917         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2918         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2919         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2920         * src/plugins/trayicon/trayicon.c               ** NEW **
2921                 New Trayicon plugin that shows an icon in a systray that uses
2922                 XEMBED protocol like Gnome's systray. Icon shows if there
2923                 are new mails and a tooltip shows information about new,
2924                 unread and total messages.
2925
2926 2003-03-22 [paul]       0.8.11claws38
2927
2928         * src/common/smtp.c
2929                 fix ESMTP AUTH CRAM-MD5
2930                 [sync with main (still version 0.8.11cvs6), see
2931                  ChangeLog 2003-03-22]
2932
2933 2003-03-21 [colin]      0.8.11claws37
2934
2935         * src/send_message.c
2936                 Fix USE_SSL => USE_OPENSSL
2937
2938 2003-03-21 [colin]      0.8.11claws36
2939
2940         * src/folderview.c
2941                 Fix counts in drag and dropped subfolders
2942
2943 2003-03-21 [colin]      0.8.11claws35
2944
2945         * src/folder.c 
2946         * src/folderview.c
2947                 speed up a bit folder dnd
2948
2949 2003-03-20 [alfons]     0.8.11claws34
2950
2951         * src/main.c
2952         * src/toolbar.c
2953         * src/procmsg.c
2954                 don't send locked queue messages
2955                 (feature request "[ 705245 ] Locking message in outbox 
2956                  should prevent sending")
2957
2958 2003-03-20 [christoph]  0.8.11claws33
2959
2960         * src/folder.c
2961                 remove NEW and UNREAD flag in special folders when scanning
2962                 
2963         * src/common/smtp.c
2964                 fix ESMTP AUTH CRAM-MD5
2965
2966 2003-03-20 [paul]       0.8.11claws32
2967
2968         * src/prefs_account.c
2969                 Re-write 'Tunnel command to open connection' as
2970                 'Use command to communicate with server', and disable
2971                 it for all except IMAP accounts
2972
2973 2003-03-20 [paul]       0.8.11claws31
2974
2975         * sync with 0.8.11cvs6
2976                 see ChangeLog 2003-03-20
2977
2978 2003-03-19 [match]      0.8.11claws30
2979
2980         * src/addritem.[ch]
2981                 include documentation. minor refactoring.
2982         * src/addr_compl.[ch]
2983         * src/addrindex.[ch]
2984         * src/addresbook.[ch]
2985         * src/summaryview.c
2986                 re-enable address lookup (was disabled in
2987                 0.8.11claws20).
2988
2989 2003-03-19 [christoph]  0.8.11claws29
2990
2991         * src/procmsg.c
2992                 add temp flag handling, will make moving and copying
2993                 messages possible again
2994
2995         * src/folder.c
2996                 correct calulation of folder stats
2997
2998 2003-03-18 [match]      0.8.11claws28
2999
3000         * src/editgroup.h
3001                 remove case sensitive comparison (closes bug 80).
3002
3003 2003-03-18 [christoph]  0.8.11claws27
3004
3005         * src/imap.c
3006                 fix imap using a tunnel command
3007
3008         (closes bug 87)
3009
3010 2003-03-18 [christoph]  0.8.11claws26
3011
3012         * src/folder.[ch]
3013         * src/imap.c
3014         * src/procmsg.[ch]
3015                 rewrite flag handling for folders
3016
3017 2003-03-18 [christoph]  0.8.11claws25
3018
3019         * src/folder.c
3020         * src/procmsg.c
3021         * src/summaryview.c
3022                 unset NEW and UNREAD flags when message is ignored, to make
3023                 sure messages don't show up as unread on other IMAP clients,
3024                 because the IGNORE_THREAD flag can not be syncronized through
3025                 the IMAP folder
3026
3027 2003-03-17 [christoph]  0.8.11claws24
3028
3029         * src/imap.c
3030                 don't use recursion to fetch uids when the number of messages
3031                 does not match. Moved code into subfunction that is used
3032                 again when needed, to prevent an endless loop.
3033
3034 2003-03-17 [thorsten]   0.8.11claws23
3035
3036         * src/imageview.[ch]
3037                 export imageview_get_resized_size() (for plugins)
3038         * src/prefs_common.[ch]
3039                 added prefs_common_get() (for plugins)
3040
3041 2003-03-17 [christoph]  0.8.11claws22
3042
3043         * src/imap.c
3044                 o remove UID guessing from copy code
3045                 o support UIDPLUS extension for APPEND command
3046
3047 2003-03-17 [paul]       0.8.11claws21
3048
3049         * src/gtk/about.c
3050                 remove 'Compiled-plugins' section.
3051                 
3052         * src/plugins/dillo_viewer/dillo_viewer.c
3053                 slight change to description text
3054
3055 2003-03-16 [match]      0.8.11claws20
3056         * src/ldapserver.[ch]           ** NEW **
3057         * src/ldapctrl.[ch]             ** NEW **
3058         * src/ldapquery.[ch]            ** NEW **
3059         * src/ldaputil.[ch]             ** NEW **
3060         * src/addrcindex.[ch]           ** NEW **
3061         * src/addrquery.h               ** NEW **
3062         * src/addritem.[ch]
3063         * src/addrcache.[ch]
3064         * src/addrindex.[ch]
3065         * src/addr_compl.[ch]
3066         * src/addressbook.[ch]
3067         * src/addrbook.[ch]
3068         * src/editgroup.c
3069         * src/editaddress.c
3070         * src/editldap.c
3071         * src/editldap_basedn.c
3072         * src/vcard.c
3073         * src/jpilot.c
3074         * src/Makefile.am
3075                 included dynamic LDAP queries. improved address
3076                 completion.
3077
3078 2003-03-16 [paul]       0.8.11claws19
3079
3080         * tools/multiwebsearch.pl
3081                 fix a fatal typo
3082
3083 2003-03-16 [christoph]  0.8.11claws18
3084
3085         * src/mimeview.c
3086         * src/plugins/dillo_viewer/dillo_viewer.c
3087         * src/plugins/mathml_viewer/mathml_viewer.c
3088                 make unregistering of MimeViewerFactorys possible
3089
3090 2003-03-16 [alfons]     0.8.11claws17
3091
3092         * configure.ac
3093                 correct typo
3094
3095 2003-03-16 [melvin]     0.8.11claws16
3096
3097         * src/plugins/dillo_viewer.c
3098                 Fixed bug where it was not possible to view more than
3099                 one text/html attachment per message (bug discovered
3100                 by Christoph Hohmann).
3101
3102 2003-03-15 [melvin]     0.8.11claws15
3103
3104         * src/prefs_actions.c
3105                 Fixed compilation warnings.
3106
3107 2003-03-15 [melvin]     0.8.11claws14
3108
3109         * src/plugins/Makefile.am
3110         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3111         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3112         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3113                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3114                 newer (http://dillo.auriga.wearlab.de/).
3115
3116 2003-03-15 [christoph]  0.8.11claws13
3117
3118         * src/imap.c
3119                 don't query imap folder for attributes because we already
3120                 for them from imap_status
3121
3122         * src/mimeview.[ch]
3123                 add support for plugable MimeViewers (unloading Viewers
3124                 not yet complete)
3125
3126         * src/plugins/Makefile.am
3127         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3128         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3129         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3130                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3131                 widget from http://helm.cs.unibo.it/mml-widget/
3132
3133 2003-03-14 [christoph]  0.8.11claws12
3134
3135         * src/folder.[ch]
3136                 o error return code's should better be negative
3137                 o replace printf with debug_print
3138
3139         * src/imap.c
3140                 improve IMAP folder scan by checking UID-NEXT
3141
3142         * src/summaryview.c
3143                 remove check that are unnecessary in my opinion
3144
3145 2003-03-13 [christoph]  0.8.11claws11
3146
3147         * src/folder.[ch]
3148         * src/foldersel.c
3149         * src/folderview.c
3150         * src/imap.c
3151         * src/mbox_folder.c
3152         * src/mh.c
3153         * src/news.c
3154         * src/prefs_scoring.c
3155         * src/summaryview.c
3156                 use a common function to get a displayable name
3157                 for a FolderItem
3158
3159 2003-03-13 [paul]       0.8.11claws10
3160
3161         * tools/Makefile.am
3162           tools/README
3163           tools/multiwebsearch.conf     ** NEW FILE **
3164           tools/multiwebsearch.pl       ** NEW FILE **
3165                 add multiwebsearch Actions script
3166
3167 2003-03-13 [colin]      0.8.11claws9
3168
3169         * src/compose.c
3170                 Remove leading emtpy lines from quoted text
3171                 before quoting it
3172
3173 2003-03-13 [melvin]     0.8.11claws8
3174
3175         * src/prefs_actions.c
3176                 Fixed a memory leak
3177                 Code clean ups
3178                 Added Cancel and OK buttons
3179                 Corrected help text
3180
3181 2003-03-13 [christoph]  0.8.11claws7
3182
3183         * src/account.c
3184         * src/folder.[ch]
3185         * src/imap.c
3186         * src/mainwindow.c
3187         * src/mbox_folder.c
3188         * src/mh.c
3189         * src/news.c
3190         * src/setup.c
3191                 replace more folder type stuff with folder class stuff
3192
3193 2003-03-13 [melvin]     0.8.11claws6
3194
3195         * src/prefs_actions.c
3196                 Added new tokens:
3197                 %u: user provided argument
3198                 %h: user provided argument (hidden on input)
3199                 %s: current text selection in the message view 
3200
3201 2003-03-13 [paul]       0.8.11claws5
3202
3203         * sync with 0.8.11cvs5
3204                 see ChangeLog 2003-03-11, 2003-03-12
3205
3206 2003-03-12 [christoph]  0.8.11claws4
3207
3208         * src/folder.c
3209                 use folder class idstr when writing folderlist.xml
3210
3211         * src/folder.h
3212         * src/imap.c
3213         * src/news.c
3214                 replace folder type checks with folder class checks
3215
3216 2003-03-12 [christoph]  0.8.11claws3
3217
3218         * src/folder.[ch]
3219         * src/imap.[ch]
3220         * src/main.c
3221         * src/mbox_folder.[ch]
3222         * src/mh.[ch]
3223         * src/news.[ch]
3224                 o create a list of known folder classes in the folder system
3225                 o use folder class id strings for folder item identifiers
3226
3227 2003-03-12 [christoph]  0.8.11claws2
3228
3229         * src/imap.c
3230                 fix imap uid validity check
3231
3232 2003-03-12 [christoph]  0.8.11claws1
3233
3234         * src/account.c
3235         * src/folder.[ch]
3236         * src/foldersel.c
3237         * src/folderview.c
3238         * src/imap.c
3239         * src/mainwindow.c
3240         * src/mbox_folder.c
3241         * src/mh.c
3242         * src/news.c
3243         * src/prefs_scoring.c
3244         * src/procmsg.c
3245         * src/setup.c
3246         * src/summaryview.c
3247                 initial restructuring of folder system, seperating
3248                 folders and folder classes
3249
3250 2003-03-12 [paul]       0.8.11claws
3251
3252         0.8.11claws release
3253
3254 2003-03-12 [christoph]
3255
3256         * src/gtk/prefswindow.c
3257                 fix translation of "Page Index"
3258
3259 2003-03-12 [paul]       0.8.10claws110
3260
3261         a sync from 0.8.11cvs4 before the release
3262
3263         * src/common/utils.c
3264                 subject_compare_for_sort(): allow null strings (fixes
3265                 summary sorting).
3266
3267 2003-03-11 [paul]       0.8.10claws109
3268
3269         * po/es.po
3270                 update Spanish translation, submitted by
3271                 Ricardo Mones Lastra
3272
3273 2003-03-11 [melvin]     0.8.10claws108
3274
3275         * po/fr.po
3276                 Updated French translations
3277
3278 2003-03-11 [paul]       0.8.10claws107
3279
3280         * manual/en/Makefile.am
3281           manual/en/*.html
3282                 update English manual, add a new page
3283                 updated by Francois Barriere <fbarriere@atmel.fr>
3284                 
3285         * po/bg.po
3286           po/it.po
3287           po/sr.po
3288                 update Bulgarian, Italian, and Serbian translations
3289                 submitted by George Danchev, Alessandro Maestri, and
3290                 Urke MMI
3291
3292 2003-03-10 [paul]       0.8.10claws106
3293
3294         * src/gtk/about.c
3295           src/gtk/prefswindow.c
3296                 make some strings translatable
3297
3298 2003-03-10 [darko]      0.8.10claws105
3299
3300         * src/compose.c
3301                 code cleanup to make Hiro happy
3302
3303 2003-03-10 [paul]       0.8.10claws104
3304
3305         * sync with 0.8.11cvs2
3306                 see ChangeLog 2003-03-10
3307
3308 2003-03-09 [melvin]     0.8.10claws103
3309
3310         * src/textview.c
3311                 textview_set_font(): fix for message display in
3312                 UTF-8 locales (thanks to Sergey Vlasov).
3313                 (was unintentionnaly reverted in 0.8.6claws6)   
3314
3315 2003-03-08 [darko]      0.8.10claws102
3316
3317         * src/compose.c
3318                 fix infinite loop in wrapping as reported
3319                 by happycactus
3320                 obsoletes patch #696482
3321
3322 2003-03-08 [christoph]  0.8.10claws101
3323
3324         * src/imap.c
3325                 add workaround for IMAP servers that do not
3326                 support the "UID SEARCH UID" command
3327
3328 2003-03-07 [christoph]  0.8.10claws100
3329
3330         * src/plugins/spamassassin/spamassassin.[ch]
3331         * src/plugins/spamassassin/spamassassin_gtk.c
3332                 code cleanup
3333
3334 2003-03-07 [paul]       0.8.10claws99
3335
3336         * po/es.po
3337                 updated Spanish translation, submitted by
3338                 Ricardo Mones Lastra
3339
3340 2003-03-07 [christoph]  0.8.10claws98
3341
3342         * src/send.c
3343                 fix in 0.8.10claws94 was wrong
3344                 local delivery does not require escaping, remove escaping
3345                 code to make signatures of mails with "." lines valid
3346                 
3347                 NOTE: requires that sendmail is executed with "-i" option,
3348                       what is the default now, but has to be changed in all
3349                       exsiting accounts)
3350
3351 2003-03-07 [paul]       0.8.10claws97
3352
3353         * sync with 0.8.11 release
3354                 see ChangeLog 2003-03-07
3355
3356 2003-03-06 [paul]       0.8.10claws96
3357
3358         * src/compose.c
3359                 revert commit 0.8.10claws92
3360
3361 2003-03-06 [paul]       0.8.10claws95
3362
3363         * src/folderview.c
3364                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3365
3366         * src/gtkaspell.c
3367                 fix bug 74, 'Crash opening editor window with pseudo-color
3368                 display'
3369                 
3370         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3371
3372 2003-03-06 [christoph]  0.8.10claws94
3373
3374         * src/send.c
3375                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3376                 all lines starting with a period get an extra period
3377                 inserted
3378                 (found by Simon 'corecode' Schubert)
3379
3380 2003-03-06 [paul]       0.8.10claws93
3381
3382         * src/folderview.c
3383                 if configured font can't be loaded fall back to gtk
3384                 default. (with thanks to Christoph)
3385                 
3386                 closes long-standing bug 15 'Crashes on startup'
3387
3388 2003-03-06 [paul]       0.8.10claws92
3389
3390         * src/compose.c
3391                 freeze text before autosave and thaw afterwards
3392                 fixes bug 67 'autosave make re-rediting message crazy'
3393
3394 2003-03-06 [christoph]  0.8.10claws91
3395
3396         * src/compose.c
3397                 ignore address comment in dupe check for Cc-list
3398
3399         (closes reopened bug 47 Replying to message strips name part of
3400          e-mail addresses of Cc: lines)
3401
3402 2003-03-06 [paul]       0.8.10claws90
3403
3404         * src/Makefile.am
3405                 remove reference to gtkxtext.h as its no longer in
3406                 the repository
3407
3408 2003-03-06 [paul]       0.8.10claws89
3409
3410         * sync with 0.8.10cvs25
3411                 see ChangeLog 2003-03-06
3412
3413 2003-03-06 [oliver]     0.8.10claws88
3414         
3415         * src/messageview.c
3416                 remove include
3417
3418 2003-03-06 [oliver]     0.8.10claws87
3419         
3420         * src/folderview.c 
3421                 remove changes introduced inclaws74
3422         * src/messageview.c
3423                 another attempt to sanely delete and update
3424                 messages deleted in separate messageview
3425
3426 2003-03-05 [christoph]  0.8.10claws86
3427
3428         * src/summaryview.c
3429                 check if "From" matches any account's address if
3430                 addressbook completion of addresses is disabled too
3431
3432         (closes Bug 70 "Display recipient in from" doesn't check
3433          folder's default account)
3434
3435 2003-03-05 [christoph]  0.8.10claws85
3436
3437         * src/compose.c
3438         * src/common/utils.[ch]
3439                 don't strip address comments when building Cc lists
3440
3441         (closes Bug 47 Replying to message strips name part of e-mail addresses
3442          of Cc: lines)
3443
3444         * src/folder.c
3445                 fix return value of copy function
3446
3447 2003-03-05 [christoph]  0.8.10claws84
3448
3449         * src/imap.c
3450                 don't ask imap server for non rfc822 headers
3451
3452         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3453
3454         * src/imap.c
3455                 destroy session on socket error to allow reconnecting
3456
3457 2003-03-05 [christoph]  0.8.10claws83
3458
3459         * configure.ac
3460                 fix building with gnome when no prefix is set
3461
3462         (closes bug 66 Gnome directory is set to NONE)
3463
3464 2003-03-05 [paul]       0.8.10claws82
3465
3466         * sync with 0.8.10cvs23
3467                 see ChangeLog 2003-03-05
3468
3469 2003-03-04 [christoph]  0.8.10claws81
3470
3471         * src/folder.c
3472                 o fix moving and copying when folder returns 0 for new
3473                   message number
3474                 o remove some code for single message copy and move
3475                   operations and use functions for multiple messages
3476
3477         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3478
3479         * src/news.c
3480                 remove unused include
3481
3482 2003-03-04 [paul]       0.8.10claws80
3483
3484         * src/gtk/about.c
3485                 list 'Compiled plugins'
3486
3487 2003-03-03 [christoph]  0.8.10claws79
3488
3489         * src/news.[ch]
3490                 have to multiply the percentage of the current fetch with
3491                 the percentage that it has of the total fetch operation
3492                 for correct values
3493
3494 2003-03-03 [christoph]  0.8.10claws78
3495
3496         * src/news.c
3497                 fix calculation of expected lines for progress indicator
3498
3499 2003-03-03 [christoph]  0.8.10claws77
3500
3501         * src/summaryview.c
3502         * src/common/utils.c
3503                 fix segfault when opening the root news folder
3504
3505 2003-03-03 [christoph]  0.8.10claws76
3506
3507         * src/mainwindow.[ch]
3508         * src/common/Makefile.am
3509         * src/common/progressindicator.[ch]
3510                 add UI independent progress indicator handling
3511
3512         * src/news.[ch]
3513                 use new progress indicator for message info fetching
3514
3515         * src/common/hooks.h
3516                 code cleanup
3517
3518 2003-03-03 [oliver]     0.8.10claws75
3519
3520         * src/toolbar.c
3521         * src/compose.c
3522                 removed commented code
3523
3524 2003-03-03 [oliver]     0.8.10claws74
3525
3526         * src/toolbar.[ch]
3527                 cleanups and refactoring
3528         * src/compose.[ch]
3529                 compose_reply_mode reply & forwarding interface for
3530                 toolbar buttons
3531         * src/folderview.c
3532                 act on messages marked for deletion in folderview_selected
3533                 based on prefs_common.immediate_exec since a message might 
3534                 have been deleted by messageview in a folder we are changing 
3535                 to (does anybody understand what I'm on about ?)
3536
3537 2003-03-03 [oliver]     0.8.10claws73
3538         
3539         * src/messageview.[ch]
3540                 new functions
3541                 - messageview_delete: delete message shown in messagview
3542                 - messageview_update_view: update messageview to currently 
3543                   selected summaryview message
3544                 - add separate messageview to msgview_list in order to update 
3545                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3546         * src/summaryview.[ch]
3547                 summary_get_selection returns a list of selected msgs
3548                 in summaryview
3549         * src/mainwindow.c
3550                 toolbar reply refactoring
3551
3552 2003-03-03 [paul]       0.8.10claws72
3553
3554         * sync with 0.8.10cvs21
3555                 see ChangeLog 2003-03-03
3556
3557 2003-03-02 [christoph]  0.8.10claws71
3558
3559         * src/common/passcrypt.c
3560                 use POSIX includes
3561
3562 2003-03-02 [christoph]  0.8.10claws70
3563
3564         * configure.ac
3565         * src/prefs_account.c
3566         * src/prefs_gtk.[ch]
3567         * src/common/.cvsignore
3568         * src/common/Makefile.am
3569         * src/common/passcrypt.c                ** NEW **
3570         * src/common/passcrypt.h.in             ** NEW **
3571                 Implement password encryption in config files
3572                 using unix encrypt and setkey functions. The crypt
3573                 key can be set as a configure parameter. Old
3574                 passwords will be converted if they do not begin
3575                 with '!'
3576
3577 2003-03-02 [paul]       0.8.10claws69
3578
3579         * src/prefs_account.c
3580                 fix compile error
3581
3582 2003-03-01 [thorsten]   0.8.10claws68
3583
3584         * po/el.po
3585           po/hr.po
3586           po/it.po
3587           po/nl.po
3588           po/sr.po
3589           po/sv.po
3590                 corrected format strings
3591         * po/en_GB.po
3592                 corrected headers
3593                 (fix compile errors with GNU gettext-0.11.5)
3594
3595 2003-03-01 [oliver]     0.8.10claws67
3596
3597         * src/summaryview.c
3598                 menu callbacks call toolbar_menu_reply
3599
3600 2003-03-01 [oliver]     0.8.10claws66
3601
3602         * src/mainwindow.c
3603         * src/messageview.c
3604                 menu callbacks call toolbar_menu_reply
3605         * src/toolbar.[ch]
3606                 callbacks from menu handled by toolbar_menu_reply
3607
3608 2003-03-01 [paul]       0.8.10claws65
3609
3610         * src/addressbook.c
3611                 revert commit 0.8.10claws54 - breaks editing of
3612                 addressbook.
3613                 
3614         * po/bg.po
3615                 update Bulgarian translation, submitted by
3616                 George Danchev
3617
3618 2003-02-28 [christoph]  0.8.10claws64
3619
3620         * src/account.c
3621         * src/addressadd.c
3622         * src/compose.c
3623         * src/gtkaspell.c
3624         * src/gtkxtext.h                ** REMOVE **
3625         * src/imap.c
3626         * src/matcher.[ch]
3627         * src/mh.c
3628         * src/news.c
3629         * src/pine.c
3630         * src/prefs_common.c
3631         * src/prefs_matcher.c
3632         * src/procheader.[ch]
3633         * src/procmsg.[ch]
3634         * src/toolbar.c
3635         * src/common/ssl_certificate.c
3636         * src/gtk/colorlabel.c
3637         * src/gtk/menu.c
3638                 o fix warnings
3639                 o remove code obsoleted by new cache and folder system rework
3640
3641 2003-02-28 [oliver]     0.8.10claws63
3642         
3643         * src/toolbar.[ch]
3644                 * fix bug where reply in Messageview replied to 
3645                 Message displayed in summaryview
3646                 (reportedd via ML by chinatinte at gmx dot ch)
3647                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3648                 didn't work in separate MessageView Toolbar
3649                 (wondering if anybody uses this at all ?)
3650         * src/summaryview.[ch]
3651                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3652                 (generalize reply and forward code);
3653         * src/messageview.c 
3654                 remove focus_in event which updated summaryview to messageview
3655
3656 2003-02-28 [paul]       0.8.10claws62
3657
3658         * po/Makefile.in.in
3659                 add the --check option
3660                 Patch submitted by Ricardo Mones Lastra
3661
3662 2003-02-28 [paul]       0.8.10claws61
3663
3664         * src/prefs_account.c
3665                 re-order 'Signature' items
3666
3667 2003-02-28 [paul]       0.8.10claws60
3668
3669         * sync with 0.8.10cvs20
3670                 see ChangeLog 2003-02-28
3671
3672 2003-02-28 [paul]       0.8.10claws59
3673
3674         * po/POTFILES.in
3675                 update to reflect recent movement of files
3676
3677 2003-02-28 [paul]       0.8.10claws58
3678
3679         * sync with 0.8.10cvs19
3680                 see ChangeLog 2003-02-28
3681
3682 2003-02-27 [martin]     0.8.10claws57
3683
3684         * src/prefs_matcher.c 
3685                 fix segfault in prefs_matcher_ok() when the
3686                 last entry is deleted and prevents that the
3687                 message "entry not saved" comes up after deleting
3688                 an entry
3689
3690 2003-02-27 [martin]     0.8.10claws56
3691
3692         * src/prefs_filtering.c 
3693                 fix segfault in prefs_filtering_ok() when the
3694                 last entry is deleted and prevents that the
3695                 message "entry not saved" comes up after deleting
3696                 an entry
3697
3698 2003-02-27 [paul]       0.8.10claws55
3699
3700         * sync with 0.8.10cvs18
3701                 see ChangeLog 2003-02-27
3702
3703 2003-02-27 [paul]       0.8.10claws54
3704
3705         * src/addressbook.c
3706                 fix bug where the address book crashes with 
3707                 multiple lookups.
3708                 Patch [687729] submitted by David Frager 
3709                 <dbfrager@users.sourceforge.net>
3710
3711 2003-02-25 [christoph]  0.8.10claws53
3712
3713         * src/Makefile.am
3714         * src/colorlabel.[ch]           ** REMOVE **
3715         * src/gtk/Makefile.am
3716         * src/gtk/colorlabel.[ch]       ** NEW **
3717                 move colorlabel files to gtk directory
3718
3719         * src/esmtp.[ch]                ** REMOVE **
3720                 has been merged into smtp.[ch] in 0.7.5
3721
3722 2003-02-25 [christoph]  0.8.10claws52
3723
3724         * src/Makefile.am
3725         * src/about.[ch]                ** REMOVE **
3726         * src/gtk/Makefile.am
3727         * src/gtk/about.[ch]            ** NEW **
3728                 move about files to gtk directory
3729
3730 2003-02-25 [christoph]  0.8.10claws51
3731
3732         * src/folder.c
3733                 some code optimization of folder scanning code
3734
3735         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3736
3737 2003-02-25 [christoph]  0.8.10claws50
3738
3739         * src/main.c
3740         * src/common/sylpheed.c
3741                 add command line parameter parsing to common code
3742
3743 2003-02-24 [christoph]
3744
3745         * Makefile.am
3746         * configure.ac
3747                 fix gnome prefix problems, the configure script now removed
3748                 `gnome-config --prefix` from `gnome-config --datadir`
3749                 and adds $(prefix} instead
3750
3751         (closes Bug 24 Makefile does not respect prefix when installing
3752          GNOME data)
3753
3754 2003-02-24 [christoph]  0.8.10claws49
3755
3756         * src/news.c
3757                 check for valid session before trying to authenticate
3758
3759         (closes Bug 60 crash if "authenticate on logon" is activated
3760          and newsserver-hostname is not valid)
3761
3762 2003-02-24 [melvin]     0.8.10claws48
3763
3764         * src/prefs_actions.c
3765                 Make sure all user's input is sent to the action and then
3766                 close the socket..
3767
3768 2003-02-23 [alfons]     0.8.10claws46
3769
3770         * src/summaryview.c
3771                 also wait cursor when deleting files
3772
3773 2003-02-23 [paul]
3774
3775         * tools/freshmeat_search.pl
3776           tools/google_search.pl
3777                 scripts should now work for any browser/browser command line
3778
3779 2003-02-22 [christoph]  0.8.10claws45
3780
3781         * src/procmsg.c
3782                 fix IMAP flag setting, IMAP flag is not handled correctly
3783                 anymore by the folder system and information about the
3784                 folder should not be saved in the MsgInfo (in my opinion)
3785
3786         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3787
3788 2003-02-22 [christoph]  0.8.10claws44
3789
3790         * src/summaryview.c
3791                 fix spelling of "label" ;-)
3792
3793 2003-02-22 [thorsten]   0.8.10claws43
3794
3795         * src/mimeview.c
3796           src/prefs_common.[ch]
3797           src/procmime.[ch]
3798                 do not use description as attachment name
3799
3800 2003-02-22 [alfons]     0.8.10claws42
3801
3802         * src/summaryview.c
3803                 freeze/thaw folder item updates when changing color labels,
3804                 and put a wait cursors on
3805
3806 2003-02-22 [thorsten]   0.8.10claws41
3807
3808         * src/mimeview.c
3809                 save-all fixes: crash if invoked on multipart container,
3810                 mimeinfo access, pathseparators, error dialog
3811
3812 2003-02-21 [alfons]     0.8.10claws40
3813
3814         * src/prefs_gtk.c
3815                 remove unused var
3816
3817 2003-02-21 [colin]      0.8.10claws39
3818
3819         * src/send.c
3820                 Fix smtp logging
3821
3822 2003-02-21 [colin]      0.8.10claws38
3823
3824         * src/summaryview.c
3825                 Freeze/thaw folderItem updates when filtering messages 
3826                 via Tools/Filter messages
3827
3828 2003-02-21 [paul]       0.8.10claws37
3829
3830         * src/compose.c
3831                 revert commit 0.8.10claws26, there are ulterior motives
3832                 for users to set a Reply-To header when posting to
3833                 newsgroups
3834
3835 2003-02-21 [paul]       0.8.10claws36
3836
3837         * sync with 0.8.10cvs17
3838                 see ChangeLog 2003-02-21
3839
3840 2003-02-20 [christoph]  0.8.10claws35
3841
3842         * src/imap.c
3843                 IMAP UID fetch speedup using SEARCH
3844
3845         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3846
3847         * src/imap.c
3848                 fix problem with UIDs in IMAP UID cache that no longer existed
3849
3850 2003-02-20 [christoph]  0.8.10claws34
3851
3852         * src/imap.c
3853         * src/procheader.c
3854         * src/procheader.h
3855                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3856
3857         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3858
3859         * src/imap.c
3860                 Rewrite imap_cmd_gen_recv use sock_getline instead
3861                 of sock_gets to avoid problems with too long reply
3862                 lines
3863     
3864 2003-02-20 [colin]      0.8.10claws33
3865         
3866         * src/prefs_account.c
3867                 Better wording
3868
3869 2003-02-20 [colin]      0.8.10claws32
3870
3871         * src/compose.c
3872                 Remove useless '&& !to_sender' 
3873
3874 2003-02-20 [darko]
3875
3876         * AUTHORS
3877                 change my e-mail address
3878
3879 2003-02-19 [colin]      0.8.10claws31
3880
3881         * src/prefs_common.c
3882                 X11 style colors for every configurable color
3883
3884 2003-02-19 [alfons]     0.8.10claws30
3885
3886         * src/prefs_gtk.[ch]
3887         * src/prefs_common.c
3888                 for color_new accept both plain integers and X11 style color
3889                 names (as found in /usr/lib/X11/rgb.txt)
3890
3891 2003-02-19 [paul]       0.8.10claws29
3892
3893         * src/mainwindow.c
3894                 add tooltips to online/offline button and account selector
3895                 button
3896
3897 2003-02-19 [paul]       0.8.10claws28
3898
3899         * src/folder.c
3900           src/news.c
3901           src/prefs_account.[ch]
3902           src/prefs_common.[ch]
3903                 move 'Maximum number of articles to download' to
3904                 account prefs.
3905                 clean up account prefs gui a little by hiding entries
3906                 rather then greying out entries
3907
3908 2003-02-19 [hiro]       0.8.10claws27
3909
3910         * src/common/utils.c
3911                 fix bug #54 'yesterdays date is displayed in the message 
3912                 summary window'
3913
3914 2003-02-19 [paul]       0.8.10claws26
3915
3916         * src/compose.c
3917                 fix bug reported in Feature Request [688596] 
3918                 'Reply-to header in news'
3919
3920 2003-02-18 [paul]       0.8.10claws25
3921
3922         * src/select-keys.c
3923                 add a 'List all keys' button to key selection dialog
3924
3925 2003-02-18 [colin]      0.8.10claws24
3926         
3927         * src/stock_pixmap.c
3928                 fix compile error
3929
3930 2003-02-18 [colin]      0.8.10claws23
3931
3932         * src/common/smtp.[ch]
3933           src/prefs_account.c
3934                 Try to starttls if it seems to be the only
3935                 way to authenticate a user
3936
3937 2003-02-18 [paul]       0.8.10claws22
3938
3939         * src/Makefile.am
3940           src/folderview.c
3941           src/stock_pixmap.[ch]
3942           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3943           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3944                 as a Drafts folder is a special folder allow it to have
3945                 its own unique icons
3946
3947 2003-02-18 [colin]      0.8.10claws21
3948
3949         * src/imap.c
3950                 Fix port selection when using starttls
3951
3952 2003-02-18 [paul]       0.8.10claws20
3953
3954         * src/mainwindow.c
3955           src/prefs_common.[ch]
3956                 make blue the default new mail colour
3957
3958 2003-02-18 [paul]       0.8.10claws19
3959
3960         * sync with 0.8.10cvs14
3961                 see ChangeLog 2003-02-18
3962
3963 2003-02-17 [jens]       0.8.10claws18
3964
3965         * src/common/md5.c
3966                 fixed a compile problem with gcc 3.3
3967                 works on 2.95.3 too (testet on PPC as it is big endian)
3968
3969 2003-02-17 [paul]       0.8.10claws17
3970
3971         * sync with 0.8.10cvs13
3972                 see ChangeLog 2003-02-17
3973
3974 2003-02-17 [paul]       0.8.10claws16
3975
3976         * sync with 0.8.10cvs12
3977                 see ChangeLog 2003-02-17
3978
3979 2003-02-16 [match]      0.8.10claws15
3980
3981         * src/addressbook.c
3982                 Eliminates reloading of address data when items
3983                 deleted or added. Applied submitted by
3984                 Luke Plant <lukeplant@softhome.net>
3985
3986 2003-02-16 [paul]       0.8.10claws14
3987
3988         * src/news.c
3989                 when a 'protocol error' is encountered disconnect from
3990                 the server. This means that the user can carry on viewing
3991                 other articles and doesn't have to either wait until the
3992                 server timesout or quit sylpheed.
3993                 Fixes bug #53 'Unable to read messages in newsgroups, 
3994                 displayed message doesn't change'
3995
3996 2003-02-15 [christoph]  0.8.10claws13
3997
3998         * src/imap.c
3999                 fix bug that stopped scanning of folders when an
4000                 IMAP folder was empty
4001
4002         (closes bug 46 stop scan messages in folders after empty folder)
4003
4004 2003-02-15 [paul]
4005
4006         * tools/Makefile.am
4007           tools/README
4008           tools/freshmeat_search.pl     ** NEW FILE **
4009           tools/google_search.pl        ** NEW FILE **
4010                 Add 2 Actions scripts which search freshmeat/google
4011                 for the selected text using the browser configured
4012                 in sylpheedrc.
4013                 
4014         Note: These scripts are very dependent on the format of the
4015         browser command and may not work on every occasion. Testing
4016         is welcome. 
4017
4018 2003-02-14 [alfons]     0.8.10claws12
4019
4020         * src/compose.c
4021                 fix breakage because of uninitialized account pointer.
4022                 please verify.
4023
4024 2003-02-14 [paul]       0.8.10claws11
4025
4026         * src/compose.c
4027           src/prefs_account.[ch]
4028           src/prefs_common.[ch]
4029                 move signature settings to Account Prefs
4030
4031 2003-02-14 [paul]       0.8.10claws10
4032
4033         * sync with 0.8.10cvs11
4034                 see ChangeLog 2003-02-14
4035
4036 2003-02-13 [thorsten]   0.8.10claws9
4037
4038         * src/news.c
4039                 revert news progressbar (GUI separation)
4040
4041 2003-02-13 [paul]       0.8.10claws8
4042
4043         * src/compose.c
4044                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4045                 paragraph 1
4046
4047 2003-02-13 [paul]       0.8.10claws7
4048
4049         * src/compose.[ch]
4050           src/summaryview.c
4051                 fix 'Follow-up and Reply-to' so that it creates a reply to
4052                 the newsgroup and the sender. If the message has the keyword
4053                 'poster' in the Followup-To header, all replies go to the
4054                 sender, re: RFC 1036, Section 2.2.3
4055                 rename all instances of 'ignore_replyto' to 'to_sender', both
4056                 were previously used, now we use just one.
4057
4058 2003-02-13 [paul]       0.8.10claws6
4059
4060         * sync with 0.8.10cvs9
4061                 see ChangeLog 2003-02-13
4062
4063 2003-02-13 [paul]       0.8.10claws5
4064
4065         * configure.ac
4066                 show which plugins are configured in the configure
4067                 output.
4068
4069 2003-02-12 [thorsten]   0.8.10claws4
4070
4071         * src/news.c
4072                 show progress while fetching news headers
4073
4074 2003-02-12 [christoph]  0.8.10claws3
4075
4076         * configure.ac
4077         * src/plugins/Makefile.am
4078                 use AM_CONDITIONAL to enable plugins, automake correctly
4079                 manages this when creating distdir
4080
4081 2003-02-12 [christoph]  0.8.10claws2
4082
4083         * ac/spamassassin.m4
4084         * src/plugins/spamassassin/Makefile.am
4085                 fix building SpamAssassin plugin without OpenSSL
4086
4087 2003-02-12 [paul]       0.8.10claws1
4088
4089         * ac/Makefile.am
4090           src/Makefile.am
4091           src/plugins/Makefile.am
4092                 fix failure of 'make release'
4093
4094 2003-02-12 [paul]       0.8.10claws
4095
4096         * 0.8.10claws released
4097
4098 2003-02-12 [paul]       0.8.9claws56
4099
4100         * po/bg.po
4101           po/es.po
4102           po/it.po
4103           po/ru.po
4104           po/sr.po
4105                 updated translations by George Danchev, Ricardo Mones Lastra,
4106                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4107                 
4108         * sylpheed.spec.in
4109                 Allow the building of RPMs by a regular user. Submitted
4110                 by Sergei Astanin
4111
4112 2003-02-11 [alfons]     0.8.9claws55
4113
4114         * src/colorlabel.c
4115                 don't use pixmaps for label color rect but draw rectangles
4116                 so we can respect the color map of palette based visuals
4117                 (fixes the long time crashes on Suns - thanks to Andreas
4118                 Engel and Steve O'Hara-Smith for testing)
4119
4120 2003-02-11 [christoph]  0.8.9claws54
4121
4122         * src/matcher_parser_parse.y
4123                 correct bug where filering rules of not existing folders in
4124                 matcherrc were added to global filtering
4125                 
4126         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4127          main filter-rules after removing directory, http://bugs.debian.org/180253)
4128         
4129 2003-02-11 [paul]       0.8.9claws53
4130
4131         * sync with 0.8.10cvs7
4132                 see ChangeLog 2003-02-09
4133
4134 2003-02-11 [melvin]     0.8.9claws52
4135
4136         * po/fr.po
4137                 Updated French tranlsations
4138
4139 2003-02-10 [paul]       0.8.9claws51
4140
4141         * sylpheed.spec.in
4142                 correct --enable-openssl
4143                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4144
4145 2003-02-09 [martin]     0.8.9claws50
4146
4147         * src/prefs_matcher.c
4148                 fix segfault in prefs_matcher_substitute_cb() when
4149                 no row is selected
4150
4151 2003-02-09 [paul]       0.8.9claws49
4152
4153         * src/folderview.c
4154                 fix bug where a newsgroup folder's processing rules were
4155                 merged with the global filtering rules when the newsgroup
4156                 folder was deleted, causing some seriously bad results,
4157                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4158
4159 2003-02-08 [melvin]     0.8.9claws48
4160
4161         * src/compose.c
4162                 Corrected and modified an alert message.
4163
4164 2003-02-07 [paul]       0.8.9claws47
4165
4166         * src/folderview.c
4167                 fix bug where both an 'Account properties' window and a
4168                 'Folder properties' window were opened when clicking on
4169                 'Properties' in an NNTP or IMAP folder's popup menu.
4170
4171 2003-02-07 [paul]       0.8.9claws46
4172
4173         * sync with 0.8.10cvs6
4174                 see ChangeLog 2003-02-06
4175
4176 2003-02-06 [christoph]  0.8.9claws45
4177
4178         * src/mbox.c
4179                 freeze folder updates while importing mbox files
4180                 (closes bug 43 importing mbox took hours)
4181                 
4182         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4183
4184 2003-02-06 [thorsten]   0.8.9claws44
4185
4186         * po/de.po
4187                 Updated german translations
4188
4189 2003-02-06 [thorsten]   0.8.9claws43
4190
4191         * src/news.h
4192                 use guint for message numbers (fix count in grouplist dialog)
4193
4194 2003-02-05 [paul]       0.8.9claws42
4195
4196         * sync with 0.8.10cvs2
4197                 see ChangeLog 2003-02-05
4198
4199 2003-02-04 [colin]      0.8.9claws41
4200
4201         * src/prefs_common.[ch]
4202           src/procmsg.c
4203           src/summaryview.c
4204                 Add an option to disable threading by subject
4205
4206 2003-02-04 [christoph]  0.8.9claws40
4207
4208         * src/inc.c
4209                 only abort fetching mails from multiple accounts when the
4210                 error is fatal and does not allow to check any more accounts
4211                 (currently only disk full error)
4212
4213         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4214          receive mails for other accouts)
4215
4216 2003-02-04 [christoph]  0.8.9claws39
4217
4218         * src/folder.c
4219                 first add the new message to the cache, then
4220                 send the update notification
4221
4222         (closes bug 39 after sending message folderview doesnt get updated)
4223
4224 2003-02-04 [colin]      0.8.9claws38
4225
4226         * src/inc.c
4227                 _really_ fix this Connecting... status
4228
4229 2003-02-04 [paul]       0.8.9claws37
4230
4231         * sync with 0.8.10
4232                 see ChangeLog 2003-02-04
4233
4234 2003-02-04 [paul]       0.8.9claws36
4235
4236         * sync with 0.8.9cvs6
4237                 see ChangeLog 2003-02-03
4238
4239 2003-02-04 [paul]       0.8.9claws35
4240
4241         * po/pt_BR.po
4242                 updated by André Filipe de Assunção e Brito 
4243                 <bedecko@netsite.com.br>
4244
4245 2003-02-03 [thorsten]   0.8.9claws34
4246
4247         * po/de.po
4248                 Updated german translations
4249
4250 2003-02-02 [paul]       0.8.9claws33
4251
4252         * po/es.po
4253                 updated by Ricardo Mones Lastra
4254
4255 2003-02-02 [thorsten]   0.8.9claws32
4256
4257         * src/mh.c
4258                 Fix mh_get_msginfo() segfault if file is inaccessible
4259
4260 2003-01-31 [colin]      0.8.9claws31
4261
4262         * src/procheader.c
4263                 Fix last commit's bug
4264
4265 2003-01-31 [colin]      0.8.9claws30
4266
4267         * src/procheader.c
4268                 Missing a change for gpg-signed messages
4269
4270 2003-01-31 [paul]       0.8.9claws29
4271
4272         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4273           src/procheader.c
4274           src/stock_pixmap.[ch]
4275           src/summaryview.c
4276                 indicate GnuPG signed messages by displaying an icon
4277                 in the Attachment column.
4278
4279 2003-01-31 [paul]       0.8.9claws28
4280
4281         * sync with 0.8.9cvs4
4282                 see ChangeLog 2003-01-31
4283
4284 2003-01-31 [alfons]     0.8.9claws27
4285
4286         * src/textview.c
4287                 tune URI parser to accept mailto URLs with a '?'
4288                 (patch from Ruslan Balkin)
4289
4290 2003-01-31 [colin]      0.8.9claws26
4291
4292         * src/summaryview.c
4293                 Fix a leak introduced in claws24
4294
4295 2003-01-31 [colin]      0.8.9claws25
4296
4297         * src/summaryview.c
4298                 Freeze/Thaw folder updates when deleting dups
4299
4300 2003-01-31 [colin]      0.8.9claws24
4301         
4302         * src/addr_compl.c
4303           src/summaryview.c
4304           src/msgcache.c
4305                 little speed improvements
4306
4307 2003-01-31 [colin]      0.8.9claws23
4308
4309         * src/summaryview.c
4310                 Fix segfault when forwarding nothing
4311                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4312                 
4313 2003-01-30 [paul]       0.8.9claws22
4314
4315         * sync with 0.8.9cvs3
4316                 see ChangeLog 2003-01-30
4317
4318 2003-01-30 [paul]       0.8.9claws21
4319
4320         * sync with 0.8.9cvs2
4321                 see ChangeLog 2003-01-30
4322
4323 2003-01-29 [paul]       0.8.9claws20
4324
4325         * sync with 0.8.9cvs1
4326                 see ChangeLog 2003-01-29
4327
4328 2003-01-28 [paul]       0.8.9claws19
4329
4330         * po/POTFILES.in
4331                 update to reflect changes. 
4332                 thanks to Ricardo Mones Lastra
4333
4334 2003-01-27 [christoph]  0.8.9claws18
4335
4336         * ac/openssl.m4
4337         * ac/spamassassin.m4
4338         * src/plugins/spamassassin/README
4339         * src/plugins/spamassassin/libspamc.[ch]
4340         * src/plugins/spamassassin/utils.[ch]
4341                 updated to latest libspamc
4342
4343 2003-01-27 [christoph]  0.8.9claws17
4344
4345         * src/folder.c
4346                 fix wrong use of procheader_get_header_fields
4347
4348 2003-01-27 [christoph]  0.8.9claws16
4349
4350         * src/news.c
4351         * src/prefs_account.[ch]
4352         * src/common/nntp.[ch]
4353                 allow to force authentication for NNTP servers
4354
4355         Patch submitted by Florian Mickler <dmk@d-labs.de>
4356
4357 2003-01-26 [paul]       0.8.9claws15
4358
4359         * src/summaryview.c
4360                 speed up of marking messages as read
4361                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4362
4363 2003-01-26 [christoph]  0.8.9claws14
4364
4365         * src/Makefile.am
4366         * src/mgutils.[ch]              ** REMOVE **
4367         * src/xml.[ch]                  ** REMOVE **
4368         * src/xmlprops.[ch]             ** REMOVE **
4369         * src/common/Makefile.am
4370         * src/common/mgutils.[ch]       ** NEW **
4371         * src/common/xml.[ch]           ** NEW **
4372         * src/common/xmlprops.[ch]      ** NEW **
4373                 move xml files to common directory
4374
4375 2003-01-26 [christoph]  0.8.9claws13
4376
4377         * src/plugins/spamassassin/spamassassin_gtk.c
4378                 only set gtk entry text if string is available
4379
4380 2003-01-26 [melvin]     0.8.9claws12
4381
4382         * src/description_window.c
4383                 Allow resizing of the window
4384                 Allow automatic horizontal scroll bar
4385                 Do not vertically expand and fill
4386
4387 2003-01-26 [christoph]  0.8.9claws11
4388
4389         * src/Makefile.am
4390         * src/gtkutils.[ch]             ** REMOVE **
4391         * src/common/sylpheed.c
4392         * src/gtk/Makefile.am
4393         * src/gtk/description_window.c
4394         * src/gtk/gtkutils.[ch]         ** NEW **
4395         * src/gtk/prefswindow.c
4396                 move gtkutils to gtk directory
4397
4398 2003-01-26 [paul]       0.8.9claws10
4399
4400         * src/summaryview.c
4401                 rename summary_unread_clicked() to summary_status_clicked()
4402
4403 2003-01-26 [melvin]     0.8.9claws9
4404
4405         * src/prefs_actions.c
4406                 Cosmetical changes to the help text
4407
4408 2003-01-26 [paul]       0.8.9claws8
4409
4410         * src/folder.[ch]
4411           src/mainwindow.c
4412           src/prefs_common.c
4413           src/prefs_sumamry_column.c
4414           summaryview.[ch]
4415                 rename the 'Unread' column to 'Status'
4416
4417 2003-01-25 [match]      0.8.9claws7
4418
4419         * src/mgutils.[ch]
4420                 removed reference to LDAP constants. removed error2string.
4421                 included functions to support LDAP dynamic queries.
4422         * src/syldap.h
4423                 moved LDAP constants here.
4424         * src/addressbook.c
4425         * src/addrindex.c
4426         * src/importldif.c
4427                 removed references to LDAP constants and references to
4428                 error2string.
4429
4430 2003-01-25 [paul]       0.8.9claws6
4431
4432         * src/summaryview.c
4433                 summary_thread_build(), summary_thread_init(): remove 
4434                 unneeded reference to summaryview->folder_item
4435
4436 2003-01-25 [christoph]  0.8.9claws5
4437
4438         * src/gtk/description_window.c
4439                 o allow description texts to expand over multiple columns
4440                 o translate all columns
4441         * src/prefs_actions.c
4442                 change syntax description to use new multi column feature
4443
4444         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4445
4446 2003-01-25 [match]      0.8.9claws4
4447
4448         * src/vcard.c
4449                 fixed bug with Quoted-Printable
4450
4451 2003-01-25 [paul]       0.8.9claws3
4452
4453         * src/folder.[ch]
4454           src/summaryview.[ch]
4455                 implement per-folder collapsed/expanded threads setting
4456                 
4457         * src/prefs_common.c
4458                 remove global collapsed/expanded threads option
4459
4460 2003-01-25 [christoph]  0.8.9claws2
4461
4462         * po/POTFILES.in
4463                 add pluginwindow and prefswindow
4464         * src/compose.c
4465                 make send respond correctly to messages that could be added
4466                 to the queue folder, but the UID of the message is unknown
4467         * src/folder.c
4468         * src/imap.c
4469                 don't return guessed UIDs in imap_add_msg anymore. We return
4470                 0 to tell the folder system it was appened but the UID is
4471                 unknown. Folder system now get's the UID by scaning the folder
4472                 and searching the cache for the Message-ID
4473                 (closes bug #29 Messages queued, but not sent)
4474
4475 2003-01-25 [paul]       0.8.9claws1
4476
4477         * src/codeconv.c
4478                 conv_encode_header():  fix bug when long headers with 8-bit
4479                 characters are used, so that the encoded words are wrapped.
4480                 If the space in the original text falls on the wrap boundary,
4481                 it can be lost.
4482                 Patch by Sergey Vlasov.
4483                 
4484         * src/folderview.c
4485                  fix bug where a change to the sorting method or thread view
4486                  of a folder's messages is lost if simpify-subject is set and
4487                  toggled on or off.
4488                  Patch by Luke Plant.
4489
4490 2003-01-24 [paul]       0.8.9claws
4491
4492         * sylpheed-0.8.9claws released
4493         
4494         * Makefile.am
4495           sylpheed.spec.in
4496                 remove reference to 'INSTALL.jp'
4497
4498 2003-01-23 [paul]       0.8.8claws128
4499
4500         * po/es.po
4501           po/it.po
4502           po/ru.po
4503           po/sr.po
4504                 updated translations. submitted by Ricardo Mones Lastra,
4505                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4506
4507 2003-01-23 [colin]      0.8.8claws127
4508
4509         * src/compose.c
4510                 Fix drafted and queued news articles re-edition
4511
4512 2003-01-23 [melvin]     0.8.8claws126
4513
4514         * po/fr.po
4515                 Updated French translations
4516
4517 2003-01-23 [colin]      0.8.8claws125
4518
4519         * src/inc.c
4520                 Fix "Connecting to..." status message
4521
4522 2003-01-22 [paul]       0.8.8claws124
4523
4524         * po/bg.po
4525                 updated by George Danchev
4526                 
4527         * src/folder.c
4528                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4529                 and folder deletion
4530
4531 2003-01-21 [paul]       0.8.8claws123
4532
4533         * po/bg.po
4534                 updated by George Danchev
4535                 
4536         * src/about.c
4537                 its now 2003
4538                 
4539         * src/toolbar.c
4540                 don't translate 'Separator'
4541                 
4542         * src/plugins/spamassassin/Makefile.am
4543                 add aspell to CPPFLAGS
4544                 
4545         * src/plugins/spamassassin/spamassassin.c
4546           src/plugins/spamassassin/spamassassin_gtk.c
4547                 set correct default for spamassassin_receive_spam
4548                 slightly re-word descriptions and some
4549                 other minor changes
4550
4551 2003-01-19 [alfons]     0.8.8claws122
4552                 
4553         * src/mimeview.c
4554                 mimeview_save_as(): we might as well show the file name for
4555                 the single case "Save As" too
4556
4557 2003-01-19 [alfons]     0.8.8claws121
4558
4559         * src/crash.c
4560                 change bug tracker URL to bugzilla URL
4561
4562 2003-01-19 [alfons]     0.8.8claws120
4563
4564         * src/mimeview.c
4565                 mimeview_save_all(): display name of file before overwriting;
4566                 continue saving all, even when one overwrite was cancelled
4567
4568 2003-01-19 [christoph]  0.8.8claws119
4569
4570         * src/summaryview.c
4571         * src/procmsg.[ch]
4572                 fix wrong usage of procmsg_find_children in summaryview
4573                 by using procmsg_update_unread_children instead of
4574                 summaryview_update_unread_children
4575
4576 2003-01-19 [christoph]  0.8.8claws118
4577
4578         * src/procmsg.c
4579                 fix infinite loop in procmsg_find_children
4580                  (closes bug #25 sylpheed crashes on delete.)
4581
4582         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4583
4584 2003-01-19 [paul]       0.8.8claws117
4585
4586         * po/pt_BR.po
4587                 updated by Ivan Francolin Martinez
4588
4589 2003-01-18 [melvin]     0.8.8claws116
4590
4591         * src/prefs_actions.c
4592                 Removed syntax limitation of only one '&' at the end of command.
4593                         Now actions that contain '>/dev/null 2>&1' are possible.
4594
4595 2003-01-18 [melvin]     0.8.8claws115
4596
4597         * src/prefs_actions.c
4598                 Actions IO dialog: when the action ends
4599                 the "Close" button now has focus and [Escape] closes the
4600                 window.
4601
4602 2003-01-18 [christoph]  0.8.8claws114
4603
4604         * src/procmsg.c
4605                 o add debug output when MsgInfos are really freed
4606                 o free GSLists in procmsg_find_children and
4607                   procmsg_update_unread_children
4608
4609 2003-01-18 [christoph]  0.8.8claws113
4610
4611         * src/mainwindow.c
4612                 reorder Configuration menu
4613
4614 2003-01-18 [christoph]  0.8.8claws112
4615
4616         * src/compose.c
4617                 fix applying templates to forwarded messages
4618
4619         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4620
4621 2003-01-17 [christoph]  0.8.8claws111
4622
4623         * src/folder.c
4624                 destroy folder items, when a folder item is removed
4625
4626 2003-01-17 [christoph]  0.8.8claws110
4627
4628         * src/folder.c
4629                 fix wrong folder stats update when ignored message is
4630                 deleted
4631
4632 2003-01-17 [colin]      0.8.8claws109
4633         
4634         * src/mainwindow.c
4635         * src/summaryview.c
4636                 Quicksearch bugfixes: 
4637                 - hide help button at startup if not extended
4638                 - switch to extended when looking for replies
4639
4640 2003-01-17 [paul]
4641
4642         * sync with 0.8.9 release
4643
4644 2003-01-17 [paul]       0.8.8claws108
4645
4646         * sync with 0.8.8cvs11
4647                 see ChangeLog 2003-01-17
4648
4649 2003-01-16 [colin]      0.8.8claws107
4650
4651         * src/procmsg.c
4652                 Changed encryption test to re-ask passphrase
4653                 if an encrypted message hasn't been decrypted
4654                 Fixes bug #5
4655
4656 2003-01-16 [christoph]  0.8.8claws106
4657
4658         * src/prefs_gtk.c
4659         * src/prefs_toolbar.c
4660         * src/gtk/prefswindow.h
4661         * src/plugins/spamassassin/spamassassin_gtk.c
4662                 remove page destroy function that is not used anymore
4663
4664 2003-01-16 [paul]       0.8.8claws105
4665
4666         * sync with 0.8.8cvs9
4667                 see ChangeLog 2002-01-16
4668
4669 2003-01-16 [colin]      0.8.8claws104
4670
4671         * src/compose.[ch]
4672                 Fix bug with autosaved drafts for IMAP, when draft
4673                 folder is specified - fixes bugzilla bug #20
4674
4675 2003-01-15 [paul]       0.8.8claws103
4676
4677         * src/compose.[ch]
4678           src/procmsg.c
4679                 store folder and message-id of message forwarding
4680                 in queue header and set forward flag after sending
4681
4682 2003-01-15 [paul]       0.8.8claws102
4683
4684         * sync with 0.8.8cvs8
4685                 see ChangeLog 2002-01-15
4686
4687 2003-01-15 [colin]      0.8.8claws101
4688
4689         * src/Makefile.am
4690                 Fix linking with GNU libiconv
4691
4692 2003-01-15 [darko]      0.8.8claws100
4693
4694         * src/pine.c
4695                 fix crash when importing pine address book
4696                 entry with an empty name (reported by DY
4697                 <dybulk at tri8.net>)
4698
4699 2003-01-14 [paul]       0.8.8claws99
4700
4701         * configure.in  ** REMOVED **
4702           configure.ac  ** NEW FILE **
4703                 rename configure.in to configure.ac, as it is now
4704                 preferred
4705
4706 2003-01-14 [melvin]     0.8.8claws98
4707
4708         * src/folderview.c
4709                 folderview_check_new(): More precise function description
4710
4711 2003-01-14 [melvin]     0.8.8claws97
4712
4713         * src/folderview.c
4714                 folderview_check_new(): return the number of new messages 
4715                         since last check.
4716         * src/inc.c
4717                 inc_account_mail(): Disable counting of new messages for IMAP
4718                         and NNTP until bug [19] and [14] are fixed.
4719
4720 2003-01-14 [paul]       0.8.8claws96
4721
4722         * sync with 0.8.8cvs6
4723                 see ChangeLog 2003-01-14
4724
4725 2003-01-13 [alfons]     0.8.8claws95
4726
4727         * src/textview.c
4728                 tune email address validation (c. 0.8.8claws89): if . is 
4729                 just one char away from @, the address is invalid too 
4730                 (correctly rejects addresses like foo@.com)
4731
4732 2003-01-13 [paul]       0.8.8claws94
4733
4734         * src/messageview.c
4735           src/toolbar.c
4736                 fixes to the Message View toolbar and menu:
4737                 fix non-functioning Forward button
4738                 make Reply button consider default_reply_list
4739                 remove 'Follow-up...' menu entry
4740                 add 'Forward' and 'Redirect' menu entries
4741
4742 2003-01-13 [melvin]     0.8.8claws93
4743
4744         * src/inc.c
4745                 Fixed typo that could make new messages count incorrect.
4746
4747 2003-01-13 [melvin]     0.8.8claws92
4748
4749         * src/folderview.[ch]
4750                 folderview_check_new(): return the number of new messages.
4751         * src/inc.c
4752                 Should fix bug [14] where new mail notification worked 
4753                         incorrectly with IMAP accounts.
4754                 inc_spool_account(): return number of new msgs, or -1 on error
4755                 inc_all_spool(): return number of new msgs
4756                 
4757 2003-01-13 [melvin]     0.8.8claws91
4758
4759         * src/prefs_actions.c
4760                 Justify help text.
4761
4762 2003-01-12 [thorsten]   0.8.8claws90
4763
4764         * src/common/prefs.c
4765                 close file before rename
4766
4767 2003-01-12 [alfons]     0.8.8claws89
4768
4769         * AUTHORS
4770                 add Christian Mertes
4771         * src/common/utils.[ch]
4772                 g_stricase_hash(), g_stricase_equal(): functions for 
4773                 case insensitive hash tables
4774         * src/textview.c
4775                 use top level domain names to validate email address, based
4776                 on a patch by Christian Mertes (thanks!), but changed 
4777                 implementation to use a hash table 
4778
4779 2003-01-12 [paul]       0.8.8claws88
4780
4781         * po/bg.po
4782                 updated by George Danchev
4783
4784 2003-01-12 [alfons]     0.8.8claws87
4785
4786         * src/summaryview.c
4787                 delete / execute performance: use new style folder update
4788
4789 2003-01-12 [paul]       0.8.8claws86
4790
4791         * sync with 0.8.8cvs5
4792                 see ChangeLog 2003-01-13 (!)
4793
4794 2003-01-12 [alfons]     0.8.8claws85
4795
4796         * src/filtering.c
4797         * src/matcher_parser_parse.y
4798                 prepare change_score filtering action
4799         * src/matcher.[ch]
4800                 give up const-correctness on functions that call non-const-correct functions;
4801                 several casts to gpointer in g_free();
4802                 add change_score;
4803
4804 2003-01-12 [christoph]  0.8.8claws84
4805
4806         * src/compose.c
4807                 fix 2 warnings
4808
4809         * src/gtk/prefswindow.[ch]
4810         * src/plugins/spamassassin/spamassassin_gtk.c
4811                 changed the call of the widget create function
4812                 for PrefsPages, because sometimes the widget
4813                 create function needs a widget that already has
4814                 been attached to a window (to create GDK pixmaps
4815                 for exmaple). So we simply pass the GtkWindow as
4816                 the second parameter now.
4817
4818         * src/main.c
4819         * src/mainwindow.c
4820         * src/prefs_toolbar.[ch]
4821                 rewrite Toolbar Preferences using the new
4822                 prefs window
4823
4824 2003-01-11 [alfons]     0.8.8claws83
4825
4826         * src/addressadd.c
4827                 fix crash when adding sender to addressbook because status bar
4828                 isn't there (the status bar doesn't seem to be used though,
4829                 but I'll let Match decide what to do with it)
4830
4831 2003-01-11 [colin]      0.8.8claws82
4832
4833         * src/main.c
4834           src/toolbar.c
4835                 Two useless changes reversed
4836
4837 2003-01-11 [colin]      0.8.8claws81
4838
4839         * src/mainwindow.c
4840           src/mainwindow.h
4841                 Add mainwindow_get_mainwindow()
4842         * src/alertpanel.c
4843           src/alertpanel.h
4844                 Add alertpanel_error_log() 
4845         * src/compose.c
4846           src/inc.c
4847           src/messageview.c
4848           src/toolbar.c
4849           src/main.c
4850           src/procmsg.c
4851                 Network errors get a View Log button
4852
4853 2003-01-10 [alfons]     0.8.8claws80
4854
4855         * src/prefs_toolbar.c
4856         * src/toolbar.c
4857                 use the translatable string for "Separator" as file name for
4858                 separator toolbar items (probably make this uppercase?)
4859
4860 2003-01-10 [alfons]     0.8.8claws79
4861
4862         * src/prefs_toolbar.c
4863                 put right A_SEPARATOR description string in "displayed
4864                 toolbar items list" so manually added separators are
4865                 saved correctly (bug #10, "Adding a separator to the main 
4866                 toolbar fails, entry in xml file is wrong")
4867
4868 2003-01-10 [christoph]  0.8.8claws78
4869
4870         * src/imap.c
4871                 o fix warnings
4872                 o use CAPABILITY to check if NAMESPACE is available
4873
4874 2003-01-10 [christoph]  0.8.8claws77
4875
4876         * src/imap.[ch]
4877                 apply UIDPLUS IMAP extension support patch
4878
4879         Patch submitted by Simon 'corecode' Schubert
4880
4881 2003-01-10 [paul]       0.8.8claws76
4882
4883         * src/folderview.c
4884                 a sync from main which fixes the news account folders'
4885                 Properties bug
4886
4887 2003-01-10 [christoph]  0.8.8claws75
4888
4889         * src/folder.c
4890                 don't accept 0 as a valid uid returned by copy and move
4891                 functions. 0 means the message was copied or moved but the
4892                 new uid could not be fetched. It is not an error condition
4893                 for the copy or move operation.
4894
4895 2003-01-10 [paul]       0.8.8claws74
4896
4897         * src/prefs_filtering.c
4898                 change English used in Alert when entry is not
4899                 saved.
4900                 
4901         * sync with 0.8.8cvs4
4902                 see ChangeLog 2003-01-10
4903
4904 2003-01-10 [darko]      0.8.8claws73
4905
4906         * src/pine.c
4907                 fix crash when importing address book entry
4908                 without a valid address
4909
4910 2003-01-09 [alfons]     0.8.8claws72
4911
4912         * src/inc.c
4913                 filtering performance: use new style folder update
4914
4915 2003-01-09 [christoph]  0.8.8claws71
4916
4917         * src/compose.c
4918         * src/gtk/menu.[ch]
4919                 fix wrong selecting of mime encoding type, when
4920                 opening property dialog of attachments in the
4921                 compose window. 7bit was always selected and that
4922                 destoryed files with 8bit data.
4923                 (closes bug #9 Sylpheed-claws destroys attachments when
4924                  changing MIME-types)
4925
4926 2003-01-09 [paul]       0.8.8claws70
4927
4928         * sync with 0.8.8cvs3
4929                 see ChangeLog 2003-01-09
4930
4931 2003-01-08 [alfons]     0.8.8claws69
4932         
4933         * src/addressadd.c
4934                 apply patch by Kim Schulz to fix build breakage
4935                 because of missing variable
4936
4937 2003-01-08 [paul]       0.8.8claws68
4938
4939         * sync with 0.8.8cvs2
4940                 see ChangeLog 2002-01-08
4941
4942 2003-01-08 [paul]       0.8.8claws67
4943
4944         * po/it.po
4945                 updated by Alessandro Maestri
4946                 
4947         * src/addressadd.c
4948                 when using 'Add sender to addressbook' allow
4949                 name to be edited and remarks to be entered
4950                 Patch submitted by Luke Plant
4951
4952 2003-01-08 [darko]      0.8.8claws66
4953
4954         * README.claws, src/summaryview.c
4955                 fix description for marked messages
4956
4957 2003-01-08 [paul]
4958
4959         * tools/Makefile.am
4960           tools/launch_phoenix  ** NEW FILE **
4961                 add script that enables using Phoenix as the default
4962                 web browser. 
4963                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4964                 
4965         * tools/OOo2sylpheed.pl
4966                 remove full path to sylpheed executable, just 'sylpheed'
4967                 will do
4968                 
4969         * tools/README
4970                 add launch_phoenix informtion and re-arrange and compress
4971                 the data a little
4972
4973 2003-01-07 [christoph]  0.8.8claws65
4974
4975         * src/folder.c
4976                 fix update for source folder when moving messages
4977         * src/procmsg.[ch]
4978         * src/summaryview.c
4979                 use function to set to_folder for message infos and
4980                 automatically update the op_count for old and new
4981                 folder
4982
4983 2003-01-07 [melvin]     0.8.8claws64
4984
4985         * src/prefs_actions.c
4986                 Fixed bug where an '%p' Action on a displayed image crashed 
4987                         Sylpheed
4988                 Code clean up (get rid of duplicated code and removed unnecessary 
4989                                 structure member)
4990
4991 2003-01-07 [christoph]  0.8.8claws63
4992
4993         * src/compose.c
4994         * src/folder.[ch]
4995         * src/folderview.c
4996         * src/import.c
4997         * src/inc.c
4998         * src/main.c
4999         * src/mainwindow.c
5000         * src/messageview.c
5001         * src/prefs_folder_item.c
5002         * src/procmsg.c
5003         * src/summaryview.c
5004         * src/toolbar.c
5005                 o remove all folder update triggering from the UI code. The folder
5006                   system should know much better when a folder needs an update.
5007                 o to prevent multiple updates in a row the folder updates can be
5008                   frozen for some time.
5009
5010                 Note: - Please verify that no updates are missing
5011                       - Check where freeze/thaws should be added
5012
5013 2003-01-07 [christoph]  0.8.8claws62
5014
5015         * src/prefs_actions.c
5016                 don't translate empty strings
5017
5018         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5019
5020 2003-01-06 [christoph]  0.8.8claws61
5021
5022         * src/prefs_actions.c
5023                 mark strings for gettext
5024         * src/prefs_matcher.c
5025                 use new description window for Execute action and
5026                 match condition in Filtering
5027
5028         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5029
5030 2003-01-06 [alfons]     0.8.8claws60
5031
5032         keep myself inspired to re-organize matcher part 8; 
5033         yes, more to come (I need to move out the descriptive
5034         text for actions to matcher.c, or at least make it not
5035         depend on the wicked ordering)
5036
5037         * src/prefs_matcher.c
5038                 add documentation so others may comprehend the
5039                 UI part of the conditions
5040                 
5041 2003-01-06 [christoph]  0.8.8claws59
5042
5043         * src/prefs_actions.c
5044                 use new description window for syntax help
5045         * src/gtk/description_window.c
5046                 fix display of descriptions with column count != 2
5047
5048         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5049
5050 2003-01-06 [christoph]  0.8.8claws58
5051
5052         * src/quote_fmt.c
5053         * src/summaryview.[ch]
5054         * src/gtk/Makefile.am
5055         * src/gtk/description_window.[ch]       ** NEW **
5056                 use a generic window to display syntax descriptions
5057                 currently used in quote_fmt and summaryview (new description
5058                 for extended quick search)
5059
5060         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5061
5062 2003-01-06 [paul]       0.8.8claws57
5063
5064         * sync with 0.8.8cvs1
5065                 see ChangeLog 2003-01-06
5066
5067 2003-01-06 [christoph]  0.8.8claws56
5068
5069         * src/mainwindow.c
5070         * src/prefs_gtk.[ch]
5071         * src/gtk/prefswindow.[ch]
5072         * src/plugins/spamassassin/spamassassin_gtk.c
5073                 o remove page management from prefswindow, pages
5074                   will be an argument to prefswindow_open
5075                 o prefswindow_open gets a datapointer that is
5076                   passed to the widget_create function to allow
5077                   creation of prefswindow for specific items
5078
5079 2003-01-06 [colin]      0.8.8claws55
5080         
5081         * src/summaryview.c
5082                 We don't want regexp in the reply-finder, 
5083                 because MIDs can contain !,$,. and so on
5084
5085 2003-01-06 [jens]       0.8.8claws54
5086
5087         * src/jpilot.c
5088                 fixed a wrong free in jpilot_read_db_files
5089
5090 2003-01-06 [alfons]     0.8.8claws53
5091
5092         re-organize matcher part 8; more to come
5093        
5094         * src/matcher.c
5095                 matcherprop_to_string(): put g_free()s before the
5096                 switch-case break to fix memleaks                
5097
5098 2003-01-06 [colin]      0.8.8claws52
5099
5100         * src/summaryview.c
5101                 cleanup & reply-finder now displays the first 
5102                 matching message
5103
5104 2003-01-05 [alfons]     0.8.8claws51
5105
5106         re-organize matcher part 7; more to come
5107
5108         * src/matcher.[ch]
5109                 fixes for constant correctness;
5110                 more documentation;
5111
5112 2003-01-05 [alfons]     0.8.8claws50
5113
5114         re-organize matcher part 6; more to come
5115         
5116         * src/matcher.[ch]
5117                 fixes for constant correctness;
5118                 more documentation;
5119         * src/filtering.c
5120                 fix for constant correctness
5121
5122 2003-01-05 [colin]      0.8.8claws49
5123
5124         * src/account.[ch]
5125                 Add account_get_reply_account function
5126         * src/compose.c
5127                 Use account_get_reply_account function 
5128         * src/summaryview.c
5129                 Basic reply-finder - click on the replied
5130                 icon gets you to the outbox using quick-search
5131
5132 2003-01-05 [paul]       0.8.8claws48
5133
5134         * src/prefs_common.c
5135                 small change to English
5136                 
5137         * src/prefs_filtering.c
5138                 prefs_filtering_action_select(): improve logic and uniformity
5139                 of gui
5140
5141 2003-01-05 [alfons]     0.8.8claws47
5142
5143         fine tune solution to focus problems (bug #7)
5144
5145         * src/mainwindow.c
5146                 mainwindow_focus_in_event(): remove grab event check
5147         * src/summaryview.c
5148                 summary_button_pressed(): move selection on right-click
5149                 too. we can't possibly move the selection back after
5150                 canceling a dialog, because gtk's incomplete focus 
5151                 management. whether this is a good solution, only time
5152                 will tell.
5153
5154 2003-01-05 [christoph]  0.8.8claws46
5155
5156         * src/imap.c
5157                 fix crash when no imap connection could be established
5158
5159 2003-01-05 [paul]       0.8.8claws45
5160
5161         * src/mainwindow.c
5162           src/sumamryview.c
5163           src/gtk/menu.[ch]
5164                 fix bug 605957 'shortcuts in popup-menu'
5165                 make user-defined shortcuts work
5166                 show shortcuts that are already defined
5167                 in the main menu
5168                 Patch submitted by Luke Plant
5169
5170 2003-01-05 [alfons]     0.8.8claws44
5171
5172         * src/mainwindow.c
5173                 focus_in_event handler should not select summary view row 
5174                 when another window (menu, dialog) grabbed for events 
5175                 (bug #7, "[0.8.8claws42] Message summary focus") 
5176
5177 2003-01-04 [christoph]  0.8.8claws43
5178
5179         * src/procmsg.c
5180                 update save folder after adding the sent message
5181                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5182
5183 2003-01-02 [christoph]  0.8.8claws42
5184
5185         * src/common/plugin.c
5186                 fix unloading of all plugins and unload
5187                 plugins in reverse order
5188                 
5189         * src/gtk/pluginwindow.c
5190                 implement function of load and unload button
5191
5192         * src/gtk/prefswindow.c
5193         * src/gtk/prefswindow.h
5194                 rename register function and add new unregister
5195                 function
5196
5197         * src/plugins/spamassassin/spamassassin_gtk.c
5198                 unregister prefs page and update for changes in
5199                 src/gtk/prefswindow.c
5200
5201 2003-01-02 [paul]       0.8.8claws41
5202
5203         * po/es.po
5204                 updated by Ricardo Mones Lastra
5205
5206 2003-01-02 [paul]
5207
5208         * tools/tb2sylpheed
5209                 fixes and improvements by Urke MMI
5210
5211 2003-01-02 [thorsten]   0.8.8claws40
5212
5213         * src/procmsg.c
5214                 fixed wrong return value
5215
5216 2003-01-02 [thorsten]   0.8.8claws39
5217
5218         * src/prefs.c
5219                 fixed printing wrong variable
5220
5221 2003-01-02 [thorsten]   0.8.8claws38
5222
5223         * src/prefs.c
5224                 fixed acessing members of freed pfile struct
5225
5226 2003-01-02 [thorsten]   0.8.8claws37
5227
5228         * src/procmsg.c
5229                 detect loops across several messages
5230                 as suggested by Christoph Hohmann
5231
5232 2003-01-01 [match]      0.8.8claws36
5233
5234         * src/addrindex.c
5235                 fixed another memory leak.
5236
5237 2003-01-01 [match]      0.8.8claws35
5238
5239         * src/jpilot.[ch]
5240                 fixed memory leaks. applied Doxygen comments.
5241
5242 2003-01-01 [thorsten]   0.8.8claws34
5243
5244         * src/procmsg.c
5245                 inhibit endless loop if msg references itself
5246                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5247
5248 2003-01-01 [christoph]  0.8.8claws33
5249
5250         * src/mainwindow.c
5251         * src/gtk/Makefile.am
5252         * src/gtk/pluginwindow.c                ** NEW **
5253         * src/gtk/pluginwindow.h                ** NEW **
5254                 add plugin window
5255
5256         * src/plugins/demo/demo.c
5257         * src/plugins/spamassassin/spamassassin.c
5258         * src/plugins/spamassassin/spamassassin_gtk.c
5259                 write better plugin descriptions
5260
5261 2002-12-31 [christoph]  0.8.8claws32
5262
5263         * src/gtk/prefswindow.c
5264         * src/plugins/spamassassin/spamassassin_gtk.c
5265                 some small improvements to GTK code
5266
5267 2002-12-31 [christoph]  0.8.8claws31
5268
5269         * src/plugins/spamassassin/spamassassin_gtk.c
5270                 enable folder select button
5271
5272 2002-12-31 [christoph]  0.8.8claws30
5273
5274         * src/mainwindow.c
5275         * src/gtk/Makefile.am
5276         * src/gtk/prefswindow.c                         ** NEW **
5277         * src/gtk/prefswindow.h                         ** NEW **
5278                 add new prefs window
5279
5280         * src/common/plugin.c
5281                 don't try to load empty config lines
5282         
5283         * src/plugins/spamassassin/Makefile.am
5284         * src/plugins/spamassassin/spamassassin.c
5285         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5286         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5287                 GTK config for SpamAssassin Plugin using
5288                 the new prefs window
5289
5290 2002-12-31 [paul]       0.8.8claws29
5291
5292         * po/POTFILES.in
5293                 remove obsolete entry 'src/menu.c'
5294
5295 2002-12-31 [alfons]     0.8.8claws28
5296
5297         * src/matcher.[ch]
5298         * src/matcher_parser_parse.y
5299         * src/prefs_matcher.c
5300                 add "ignore_thread" and "~ignore_thread" condition so it's
5301                 possible to make the actions / scoring operate on the ignore
5302                 thread flag
5303
5304 2002-12-31 [christoph]  0.8.8claws27
5305
5306         * src/addrbook.c
5307         * src/addrindex.c
5308         * src/folder.c
5309         * src/matcher.c
5310         * src/prefs_account.c
5311         * src/prefs_actions.c
5312         * src/prefs_customheader.c
5313         * src/prefs_display_header.c
5314         * src/prefs_gtk.c
5315         * src/procmime.c
5316         * src/toolbar.c
5317         * src/xmlprops.c
5318         * src/common/prefs.[ch]
5319                 extend prefs file handling for reading and automatic handling
5320                 of blocks. When reading prefs_set_block_label will automatically
5321                 move on to the block. When writing it will copy all other blocks
5322                 automatically
5323
5324         * src/common/plugin.c
5325                 Now loading plugin filenames from [Plugins] block in
5326                 sylpheed rc file
5327
5328 2002-12-30 [christoph]  0.8.8claws26
5329
5330         * src/common/hooks.[ch]
5331                 return abort status to caller of hooks_invoke
5332                 
5333         * src/inc.[ch]
5334                 invoke message filtering hook and stop
5335                 default handling when filter returns abort
5336
5337         * src/common/plugin.[ch]
5338         * src/plugins/demo/demo.c
5339                 modify plugin loader, because resolving symbols for strings
5340                 does not work correctly
5341         
5342         * configure.in
5343         * ac/spamassassin.m4                            ** NEW **
5344         * src/plugins/spamassassin/.cvsignore           ** NEW **
5345         * src/plugins/spamassassin/Makefile.am          ** NEW **
5346         * src/plugins/spamassassin/README               ** NEW **
5347         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5348         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5349         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5350                 add spamassassin plugin, see src/plugins/spamassassin/README
5351                 for details
5352
5353 2002-12-29 [alfons]     0.8.8claws25
5354
5355         * src/mainwindow.c
5356                 when moving focus from a message view to the main 
5357                 window, don't forget to select the summary node
5358                 of the displayed message. should fix "[ 659103 ] 
5359                 focus-follows-mouse confuses sylpheed"
5360
5361 2002-12-29 [christoph]  0.8.8claws24
5362
5363         * src/Makefile.am
5364         * src/stringtable.[ch]          ** REMOVE **
5365         * src/common/Makefile.am
5366         * src/common/stringtable.[ch]   ** NEW **
5367                 move stringtable files to common directory
5368
5369 2002-12-29 [christoph]  0.8.8claws23
5370
5371         * src/Makefile.am
5372         * src/menu.[ch]                 ** REMOVE **
5373         * src/gtk/Makefile.am
5374         * src/gtk/menu.[ch]             ** NEW **
5375                 move menu files to gtk directory
5376
5377 2002-12-29 [match]      0.8.8claws22
5378
5379         * src/addressbook.c
5380         * src/syldap.c
5381                 moved UI specific code out of LDAP code into addressbook
5382                 UI code. fixed memory leak.
5383
5384 2002-12-29 [christoph]  0.8.8claws21
5385
5386         * src/folder.c
5387                 only check for IGNORED parent message when message is
5388                 not IGNORED itself
5389
5390 2002-12-29 [alfons]     0.8.8claws20
5391
5392         * src/summaryview.c
5393                 set gtksctree's anchor correct (immediate execute
5394                 changes the tree's layout, and anchor points at 
5395                 the incorrect row). fixes "[ 657233 ] multiple msg 
5396                 delete sometimes off by 1".
5397                 we probably have to look for more tree layout /
5398                 anchor glitches.
5399
5400 2002-12-29 [paul]       0.8.8claws19
5401
5402         * src/summaryview.c
5403                 fix bug [ 659054 ] incorrect sorting of 'From' column
5404                 when using 'display sender using address book'
5405                 thanks to Alfons and Luke Plant
5406
5407 2002-12-29 [christoph]  0.8.8claws18
5408
5409         * src/folder.c
5410         * src/procmsg.[ch]
5411                 check parent messages for IGNORE THREAD flag, when adding,
5412                 moving or copying messages to a folder
5413
5414 2002-12-27 [alfons]     0.8.8claws17
5415
5416         re-organize matcher part 5; more to come
5417
5418         * src/matcher.c
5419                 hash keywords in matchparser_tab 
5420
5421 2002-12-27 [alfons]     0.8.8claws16
5422
5423         re-organize matcher part 4; more to come
5424
5425         * src/matcher_parser.h
5426         * src/matcher_parser_lex.l
5427         * src/matcher_parser_parse.y
5428                 cleanup
5429
5430 2002-12-27 [alfons]     0.8.8claws15
5431
5432         re-organize matcher part 3; more to come
5433
5434         * src/matcher.[ch]
5435                 cleanup
5436
5437 2002-12-27 [alfons]     0.8.8claws14
5438
5439         re-organize matcher part 2; more to come but this should
5440         work. cc me if there are any regressions.
5441
5442         * src/matcher.h
5443                 add prototype for get_matchparser_tab_id()
5444         * src/matcher_parser_lex.l
5445                 look up keywords using matchparser_tab_id();
5446
5447 2002-12-27 [alfons]     0.8.8claws12
5448
5449         re-organize matcher part 1
5450
5451         * src/matcher.h
5452                 map yacc generated constants to sylpheed matcher constants
5453         * src/matcher.c
5454                 add function to find a matcher constant from a string
5455
5456 2002-12-27 [christoph]  0.8.8claws11
5457
5458         * src/compose.c
5459                 MENUITEM_ADD casts the 4th argument from integer to pointer
5460                 so it probably should not be a pointer, this means we
5461                 should use account id for it and not the account's pointer
5462
5463 2002-12-27 [paul]       0.8.8claws10
5464
5465         * src/mainwindow.c
5466                 remove unneeded 'GtkWidget *vbox'
5467                 
5468         * src/summaryview.c
5469                 further sync with 0.8.8 - make sort
5470                 by recipient work as expected
5471                 
5472         * NEWS
5473                 sync with 0.8.8
5474
5475 2002-12-27 [paul]       0.8.8claws9
5476
5477         * po/pt_BR.po
5478                 updated by Ivan F. Martinez
5479                 
5480 2002-12-27 [darko]      0.8.8claws8
5481
5482         * src/common/utils.c
5483                 added locked pattern to extended search
5484
5485 2002-12-27 [alfons]     0.8.8claws7
5486
5487         * src/prefs_matcher.[ch]
5488                 clean up
5489
5490 2002-12-26 [alfons]     0.8.8claws6
5491
5492         * src/matcher.[ch]
5493         * src/matcher_parser_lex.l
5494         * src/matcher_parser_parse.y
5495         * src/prefs_matcher.c
5496                 allow color label as a condition in the matcher
5497
5498 2002-12-26 [oliver]     0.8.8claws5
5499         
5500         * src/toolbar.c 
5501                 enable Addressbook for Main and Messageview
5502         * src/prefs_actions.c
5503                 enable actions in Messageview
5504
5505 2002-12-26 [christoph]  0.8.8claws4
5506
5507         * src/common/plugin.c
5508                 add a little debug output
5509         * configure.in
5510         * src/plugins/demo/Makefile.am
5511                 better use of automake
5512
5513 2002-12-26 [christoph]  0.8.8claws3
5514
5515         * src/Makefile.am
5516         * src/common/Makefile.am
5517                 fix "make distdir"
5518
5519 2002-12-26 [christoph]  0.8.8claws2
5520
5521         * configure.in
5522                 sort configure checks into common / gtk / plugins
5523         * po/POTFILES.in
5524                 add src/prefs_gtk.c
5525         * src/Makefile.am
5526                 add plugins SUBDIR
5527         * src/main.c
5528         * src/common/sylpheed.[ch]
5529                 added now sylpheed_done function for shutdown
5530         * src/common/Makefile.am
5531         * src/common/plugin.[ch]                ** NEW **
5532                 plugin loader and unloader
5533         * src/plugins/.cvsignore                ** NEW **
5534         * src/plugins/Makefile.am               ** NEW **
5535                 build plugins
5536         * src/plugins/demo/.cvsignore           ** NEW **
5537         * src/plugins/demo/Makefile.am          ** NEW **
5538         * src/plugins/demo/demo.c               ** NEW **
5539                 small demo plugin that installs a logtext hook and
5540                 outputs the log text to stdout
5541
5542 2002-12-26 [paul]       0.8.8claws1
5543
5544         * po/es.po
5545                 updated by Ricardo Mones Lastra
5546
5547 2002-12-26 [paul]       0.8.8claws
5548
5549         * 0.8.8claws released
5550
5551 2002-12-26 [paul]       0.8.7claws12
5552
5553         * po/bg.po
5554                 updated by George Danchev
5555
5556 2002-12-26 [paul]       0.8.7claws11
5557
5558         * po/POTFILES.in
5559                 remove unneeded 'src/prefs.c' entry 
5560
5561 2002-12-26 [paul]       0.8.7claws10
5562
5563         * src/codeconv.c
5564           src/mainwindow.c
5565                 sync with 0.8.8 release
5566         
5567         * src/folder.[ch]
5568           src/mh.c
5569           src/summaryview.c
5570                 partial sync with 0.8.8 release
5571         
5572
5573 2002-12-25 [alfons]     0.8.7claws9
5574
5575         * src/matcher.[ch]
5576         * src/matcher_parser_lex.l
5577         * src/matcher_parser_parse.y
5578         * src/prefs_matcher.c
5579                 add locked flag to possible filtering / matcher 
5580                 conditions (also a good example what should be
5581                 done to add a simple boolean condition)
5582
5583 2002-12-25 [christoph]  0.8.7claws8
5584
5585         * src/Makefile.am
5586         * src/account.[ch]
5587         * src/addrbook.c
5588         * src/addressbook.c
5589         * src/addrindex.c
5590         * src/filtering.c
5591         * src/folder.c
5592         * src/matcher.c
5593         * src/prefs.[ch]                ** REMOVE **
5594         * src/prefs_account.c
5595         * src/prefs_actions.c
5596         * src/prefs_common.c
5597         * src/prefs_customheader.c
5598         * src/prefs_display_header.c
5599         * src/prefs_filtering.c
5600         * src/prefs_folder_item.c
5601         * src/prefs_gtk.[ch]            ** NEW **
5602         * src/prefs_matcher.c
5603         * src/prefs_scoring.c
5604         * src/prefs_summary_column.c
5605         * src/procmime.c
5606         * src/selective_download.c
5607         * src/toolbar.c
5608         * src/common/Makefile.am
5609         * src/common/prefs.[ch]         ** NEW **
5610                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5611
5612 2002-12-24 [alfons]     0.8.7claws7
5613
5614         * src/summaryview.c
5615                 summary_thread_build(): fix real cause of the crash mentioned in
5616                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5617                 this way we get meaningful ctree nodes 
5618
5619 2002-12-24 [oliver]     0.8.7claws6
5620
5621         * src/mainwindow.[ch]
5622         * src/messageview.[ch]
5623         * src/compose.[ch]
5624         * src/inc.c
5625         * src/summaryview.c
5626                 changes to use updated toolbar handling
5627                 
5628 2002-12-24 [oliver]     0.8.7claws5
5629
5630         * src/toolbar.[ch]
5631                 generic toolbar handling
5632                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5633         * src/prefs_toolbar.[ch]
5634                 adjust to handling
5635         
5636 2002-12-24 [oliver]     0.8.7claws4
5637         
5638         * src/stock_pixmap.[ch]
5639                 move SYLPHEED_LOGO to end of list in order 
5640                 to remove it from Custom Toolbar`s Icon View
5641
5642 2002-12-24 [alfons]     0.8.7claws3
5643
5644         * src/summaryview.c
5645                 summary_thread_build(): fix crash because of focus != selection 
5646                 after threading. when deleting the selection, gtk tries but fails 
5647                 to find the correct focusable element. we now force the selection
5648                 to be focused. this should solve the infamous bug reported by 
5649                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5650                 a test case is available. 
5651
5652 2002-12-24 [darko]      0.8.7claws2
5653
5654         * src/summaryview.c
5655                 don't crash when unmarking message with unread children
5656
5657 2002-12-23 [christoph]  0.8.7claws1
5658
5659         * src/Makefile.am
5660         * src/common/Makefile.am
5661                 update Makefiles for moved intl.h, version.h and defs.h
5662         * src/imap.c
5663                 rewrite imap_session_get to avoid duplicate code
5664
5665 2002-12-23 [paul]       0.8.7claws
5666
5667         * Santa-Claws released
5668         
5669         * po/hu.po
5670           po/ru.po
5671                 squeeze in updated Hungarian and Russian translations.
5672                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5673
5674 2002-12-23 [paul]       0.8.6claws129
5675
5676         * po/pl.po
5677                 updated by Witold Wladyslaw Wojciech Wilk
5678
5679 2002-12-23 [paul]       0.8.6claws128
5680
5681         * src/quote_fmt_parse.y
5682                 fix typo and add licence header
5683
5684 2002-12-23 [paul]       0.8.6claws127
5685
5686         * po/en_GB.po
5687                 updated
5688
5689 2002-12-23 [paul]       0.8.6claws126
5690
5691         * po/it.po
5692                 updated translation, submitted by Alessandro Maestri
5693                 
5694 2002-12-23 [paul]       0.8.6claws125
5695
5696         * src/quote_fmt_parse.y
5697                 fix signature-stripping on replies bug. match
5698                 '-- \n' and not '-- '.
5699
5700 2002-12-22 [paul]       0.8.6claws124
5701
5702         * po/bg.po
5703           po/es.po
5704           po/sr.po
5705                 updated translations. submitted by George Danchev,
5706                 Ricardo Mones Lastra, and Urke MMI respectively
5707
5708 2002-12-21 [paul]       0.8.6claws123
5709
5710         * src/addrbook.c
5711                 fix coding style
5712
5713 2002-12-21 [paul]       0.8.6claws122
5714
5715         * src/addrbook.c
5716                 fix bug [643638] where if a person is in one or more
5717                 addressbook groups editing that person's email 
5718                 address results in removal from those groups.
5719                 Patch submitted by Luke Plant.
5720
5721 2002-12-20 [christoph]  0.8.6claws121
5722
5723         * src/common/utils.c
5724         * src/summaryview.c
5725                 reimplement expand_search_string using GString to
5726                 prevent crashs caused by miscalculated string
5727                 lengths reported by Paul
5728
5729 2002-12-20 [christoph]  0.8.6claws120
5730
5731         * src/summaryview.c
5732                 don't use "changed" to check if op_count has to be changed as it
5733                 is also set when the message has unread children
5734                 (closes bug [ 653221 ] crash while deleting duplicates)
5735
5736 2002-12-20 [paul]       0.8.6claws119
5737
5738         * sync with 0.8.6cvs27
5739                 see ChangeLog 2002-12-20
5740
5741 2002-12-20 [paul]       0.8.6claws118
5742
5743         * sync with 0.8.6cvs26
5744                 see ChangeLog 2002-12-19 and 2002-12-20
5745
5746 2002-12-19 [alfons]     0.8.6claws117
5747
5748         * src/textview.c
5749                 fix incorrect parsing of email addresses, submitted by 
5750                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5751                 name display if it contains @".
5752
5753 2002-12-18 [paul]       0.8.6claws116
5754
5755         * sync with 0.8.6cvs23
5756                 see ChangeLog 2002-12-18
5757
5758 2002-12-18 [paul]       0.8.6claws115
5759
5760         * src/Makefile.am
5761         * src/account.c
5762         * src/codeconv.c
5763         * src/gtkutils.[ch]
5764         * src/imap.c
5765                 sync with 0.8.6cvs22.
5766                 see ChangeLog 2002-12-17 and 2002-12-18
5767
5768 2002-12-17 [christoph]  0.8.6claws114
5769
5770         * src/imap.c
5771                 o don't create a session if imap greeting fails
5772                 o don't close socket when authentication fails
5773                   this is done by imap_session_destroy
5774
5775 2002-12-17 [thorsten]   0.8.6claws113
5776
5777         * tools/Makefile.am
5778           tools/README
5779           tools/google_msgid.pl ** NEW FILE **
5780                 Added "search for message-id" script and doc
5781
5782 2002-12-17 [thorsten]   0.8.6claws112
5783
5784         * po/hu.po
5785                 Updated hungarian translation
5786                 (updated by Gal Zoltan)
5787
5788 2002-12-16 [christoph]  0.8.6claws111
5789
5790         * src/addr_compl.c
5791                 remove stupid addressbook dump to debug output
5792         * src/mh.c
5793                 fix memory leak found by Hiro
5794
5795 2002-12-14 [paul]       0.8.6claws110
5796
5797         * src/compose.c
5798                 fix menubar sensitivity on send
5799                 
5800         * src/prefs_filtering.c
5801         * src/prefs_matcher.c
5802         * src/prefs_scoring.c
5803                 Fix english ;)
5804                 
5805         * src/common/quoted-printable.h
5806                 sync: fix typo
5807         
5808 2002-12-13 [christoph]  0.8.6claws109
5809
5810         * src/Makefile.am
5811         * src/manage_window.[ch]        ** REMOVE **
5812         * src/gtk/Makefile.am
5813         * src/gtk/manage_window.[ch]    ** NEW **
5814                 move manage_window files to gtk directory
5815
5816 2002-12-13 [christoph]  0.8.6claws108
5817
5818         * src/Makefile.am
5819         * src/gtkshruler.[ch]           ** REMOVE **
5820         * src/gtk/Makefile.am
5821         * src/gtk/gtkshruler.[ch]       ** NEW **
5822                 move gtkshruler files to gtk directory
5823
5824 2002-12-13 [christoph]  0.8.6claws107
5825
5826         * src/Makefile.am
5827         * src/compose.c
5828         * src/gtkstext.[ch]             ** REMOVE **
5829         * src/gtkutils.[ch]
5830         * src/textview.c
5831         * src/gtk/gtkstext.[ch]         ** NEW **
5832         * src/gtk/Makefile.am
5833                 o move stext functions to gtkstext.c to remove
5834                   dependency of gtkutils
5835                 o move gtkstext files to gtk directory
5836
5837         * src/gtk/Makefile.am
5838         * src/gtk/sslcertwindow.[ch]
5839                 UI stuff can always depend on common code so
5840                 it's ok to add ../common to include path
5841
5842 2002-12-13 [colin]      0.8.6claws106
5843
5844         * src/summaryview.c
5845                 Disconnect sighandlers for mainwindow when
5846                 quicksearch has the focus
5847                 Fix bug #653231
5848         * src/mainwindow.[ch]
5849                 Make key_pressed callback public, to be able
5850                 to disconnect it
5851
5852 2002-12-13 [christoph]  0.8.6claws105
5853
5854         * src/mh.c
5855                 create .mh_sequences file in new MH folders
5856                 (closes feature request [ 523162 ] MH folders should
5857                  get a .mh_sequences)
5858
5859 2002-12-13 [colin]      0.8.6claws104
5860
5861         * src/summaryview.c
5862                 Better handling of quicksearch show/hide
5863                 (basically the button stays under the mouse 
5864                  when toggled)
5865
5866 2002-12-13 [paul]       0.8.6claws103
5867
5868         * sync with 0.8.6cvs17
5869                 see ChangeLog 2002-12-13
5870
5871 2002-12-13 [paul]       0.8.6claws102
5872
5873         * po/es.po
5874                 updated by Ricardo Mones Lastra
5875
5876 2002-12-11 [colin]       0.8.6claws101
5877
5878         * src/folder.c
5879                 remove statusbar stuff
5880           src/folderview.c
5881                 set statusbar verbosity when moving folders
5882
5883 2002-12-11 [colin]       0.8.6claws100
5884         * src/prefs_filtering.c
5885         * src/prefs_matcher.c
5886         * src/prefs_scoring.c
5887                 Fix english ;)
5888
5889 2002-12-11 [colin]       0.8.6claws99
5890
5891         * src/prefs_common.[ch]
5892                 Add summary_quicksearch_type
5893         * src/summaryview.c
5894                 Save last used quicksearch type
5895
5896 2002-12-11 [jens]       0.8.6claws98
5897         * src/prefs_filtering.c
5898         * src/prefs_matcher.c
5899         * src/prefs_scoring.c
5900                 added dialog for incomplete rules in scoring, filtering and
5901                 matcher to ask wheather really close
5902
5903 2002-12-11 [colin]      0.8.6claws97
5904
5905         * src/folder.c
5906                 Fix folder dnd statusbar logging
5907
5908 2002-12-10 [christoph]  0.8.6claws96
5909
5910         * src/compose.c
5911         * src/folder.c
5912         * src/imap.c
5913         * src/inc.c
5914         * src/main.c
5915         * src/mainwindow.c
5916         * src/news.c
5917         * src/send.c
5918         * src/statusbar.[ch]
5919         * src/common/hooks.c
5920         * src/common/log.[ch]
5921                 o handle verbose logging in statusbar directly in statusbar code
5922                   and common code does not need any knowledge about a statusbar
5923                 o remove direct calls to statusbar_(puts|pop)_all functions
5924
5925 2002-12-10 [jens]       0.8.6claws95
5926
5927         * src/*.c
5928                 removed gettext from g_warnings
5929         * po/POTFILES.in
5930                 cleaned and updated
5931         * po/de.po
5932                 updated
5933
5934 2002-12-10 [colin]      0.8.6claws94
5935
5936         * src/main.c
5937                 finish crash dialog fix
5938
5939 2002-12-10 [colin]      0.8.6claws93
5940
5941         * src/main.c
5942                 "Fix" "sylpheed already running" instead of
5943                 crash dialog appearing after a crash
5944
5945 2002-12-10 [colin]      0.8.6claws92
5946
5947         * po/POTFILES.in
5948                 add src/gtk/sslcertwindow.c
5949
5950 2002-12-10 [paul]       0.8.6claws91
5951
5952         * po/POTFILES.in
5953                 updated to reflect recent changes
5954                 submitted by Alessandro Maestri
5955
5956 2002-12-09 [christoph]  0.8.6claws90
5957
5958         * src/Makefile.am
5959         * src/smtp.[ch]                 ** REMOVE **
5960         * src/common/Makefile.am
5961         * src/common/smtp.[ch]          ** NEW **
5962                 move smtp files to common directory
5963
5964 2002-12-09 [christoph]  0.8.6claws89
5965
5966         * src/Makefile.am
5967         * src/session.[ch]              ** REMOVE **
5968         * src/common/Makefile.am
5969         * src/common/session.[ch]       ** NEW **
5970                 move session files to common directory
5971
5972 2002-12-09 [paul]       0.8.6claws88
5973
5974         * src/account.c
5975                 fix bug [649746] edit accounts: move account reverted
5976                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5977
5978 2002-12-09 [colin]      0.8.6claws87
5979
5980         * src/ssl_certificate.c
5981                 cleanup
5982
5983 2002-12-09 [colin]      0.8.6claws86
5984
5985         * src/ssl.c
5986                 Try to open the cert.pem database and 
5987                 issue a warning if it isn't there
5988
5989 2002-12-09 [colin]      0.8.6claws85
5990
5991         * src/common/ssl_certificate.c
5992         * src/gtk/sslcertwindow.c
5993                 Warning fixes
5994
5995 2002-12-09 [colin]      0.8.6claws84
5996
5997         * src/ssl_certificate.[ch] ** REMOVED **
5998         * src/common/ssl_certificate.[ch] ** NEW **
5999         * src/Makefile.am
6000         * src/common/Makefile.am
6001                 Moved ssl_certificate.[ch] to common
6002         * src/common/ssl.c 
6003                 Put back needed include
6004         * src/gtk/sslcertwindow.[ch]
6005                 Changed ssl_certificate.h include
6006         
6007 2002-12-09 [colin]      0.8.6claws83
6008
6009         * src/gtk/sslcertwindow.[ch]
6010                 Implement hook for certificate acception
6011         * src/ssl_certificate.[ch]
6012                 Implement hook for certificate acception
6013         * src/common/ssl.c
6014                 Reenable certificate acception check
6015         * src/mainwindow.c
6016                 Register sslcertwindow's hook
6017         
6018 2002-12-08 [christoph]  0.8.6claws82
6019
6020         * src/about.c
6021         * src/addr_compl.c
6022         * src/codeconv.c
6023         * src/manual.c
6024         * src/undo.c
6025         * src/common/utils.c
6026                 o add missing includes
6027                 o fix warnings
6028         * src/.cvsignore
6029         * src/common/.cvsignore
6030         * src/common/version.h          ** REMOVE **
6031                 remove autogenerated file
6032
6033 2002-12-08 [paul]       0.8.6claws81
6034
6035         * src/stringtable.c
6036                 put back needed include
6037
6038 2002-12-08 [colin]      0.8.6claws80
6039         
6040         * src/gtk/sslcertwindow.c
6041                 Cleaner popups when asking
6042         * src/ssl_certificate.c
6043         * src/prefs_common.[ch]
6044                 remove ssl certificate pref
6045                 put back needed include
6046         * src/undo.c
6047                 put back needed include
6048
6049 2002-12-08 [christoph]  0.8.6claws79
6050
6051         * src/folderview.c
6052         * src/logwindow.c
6053         * src/statusbar.c
6054         * src/summaryview.c
6055                 only abort hook invokation if required data is missing not
6056                 if our own data pointer is NULL, update hookfunction for
6057                 log window
6058
6059 2002-12-08 [paul]       0.8.6claws78
6060
6061         * src/about.c
6062         * src/addrcache.c
6063         * src/addrclip.c
6064         * src/addr_compl.c
6065         * src/addrselect.c
6066         * src/codeconv.c
6067         * src/colorlabel.c
6068         * src/enriched.c
6069         * src/esmtp.c
6070         * src/exporthtml.c
6071         * src/headerview.c
6072         * src/imageview.c
6073         * src/manual.c
6074         * src/noticeview.c
6075         * src/pgptext.c
6076         * src/scoring.c
6077         * src/sourcewindow.c
6078         * src/stringtable.c
6079         * src/undo.c
6080                 clean up: remove unneccesary includes
6081
6082 2002-12-08 [christoph]  0.8.6claws77
6083
6084         * src/folderview.c
6085         * src/statusbar.c
6086         * src/summaryview.c
6087         * src/common/hooks.[ch]
6088                 hook functions now have a gboolean return value, if a hook
6089                 returns TRUE it will stop executing of any more hooks in
6090                 the same hooklist for this invokation
6091
6092 2002-12-08 [colin]      0.8.6claws76
6093         
6094         * src/main.c
6095                 put back argv0 for CRASH_DIALOG
6096
6097 2002-12-08 [christoph]  0.8.6claws75
6098
6099         * src/Makefile.am
6100         * src/about.c
6101         * src/account.c
6102         * src/crash.c
6103         * src/esmtp.h
6104         * src/imap.[ch]
6105         * src/inc.c
6106         * src/main.c
6107         * src/mainwindow.c
6108         * src/news.c
6109         * src/pop.[ch]
6110         * src/prefs_account.[ch]
6111         * src/prefs_common.[ch]
6112         * src/send.[ch]
6113         * src/smtp.[ch]
6114         * src/ssl_certificate.[ch]
6115         * src/ssl_manager.[ch]
6116         * src/common/Makefile.am
6117         * src/common/log.c
6118         * src/common/nntp.[ch]
6119         * src/common/socket.[ch]
6120         * src/common/ssl.[ch]
6121         * src/gtk/sslcertwindow.[ch]
6122         * ac/openssl.m4
6123                 use new autoconf script to detect OpenSSL with extra parameters
6124                 to specify the location of libs and includes, also remove USE_SSL
6125                 to USE_OPENSSL
6126
6127         * src/common/sylpheed.[ch]
6128         * src/common/version.h.in
6129                 start seperation of common code initialization seperated from gui
6130
6131         * src/summaryview.c
6132                 The function that is called when a color label changes
6133                 should not change the color lable again
6134
6135 2002-12-08 [colin]      0.8.6claws74
6136
6137         * src/gtk/sslcertwindow.c
6138                 warning fixes
6139
6140 2002-12-08 [colin]      0.8.6claws73
6141
6142         * src/statusbar.c
6143           src/common/log.h
6144                 Register a hook for statusbar_puts_all
6145         * src/common/log.c
6146                 invoke statusbar_puts_all's hook
6147         
6148 2002-12-08 [colin]      0.8.6claws72
6149
6150         * src/ssl_certificate.c
6151                 Put back a badly-removed include
6152
6153 2002-12-08 [colin]      0.8.6claws71
6154
6155         * src/gtk/sslcertwindow.[ch]    ** NEW **
6156                 new certificate presentation
6157         * src/gtk/Makefile.am
6158                 add new files
6159         * src/ssl_certificate.[ch]
6160                 gtk cleanup, made utility functions public
6161         * src/ssl_manager.c
6162                 use new cert presentation
6163
6164 2002-12-07 [christoph]  0.8.6claws70
6165
6166         * src/Makefile.am
6167         * src/nntp.[ch]                 ** REMOVE **
6168         * src/common/Makefile.am
6169         * src/common/nntp.[ch]          ** NEW **
6170                 move nntp files to common directory
6171
6172 2002-12-07 [christoph]  0.8.6claws69
6173
6174         * src/procmsg.[ch]
6175         * src/summaryview.c
6176                 implement msginfo update callback using sylpheed's new
6177                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6178
6179 2002-12-06 [christoph]  0.8.6claws68
6180
6181         * src/editgroup.c
6182                 This patch changes the 'Edit Group Details' dialog to
6183                 allow extended selections in either pane, so that
6184                 addresses can be added or removed from a group more
6185                 quickly and easily. (it actually is a net decrease in
6186                 file size, as some unnecessary functions have been
6187                 removed). 
6188                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6189
6190 2002-12-06 [christoph]  0.8.6claws67
6191
6192         * src/Makefile.am
6193         * src/template.[ch]             ** REMOVE **
6194         * src/common/Makefile.am
6195         * src/common/template.[ch]      ** NEW **
6196                 move template files to common directory
6197
6198         * src/nntp.c
6199                 add missing log.h include
6200
6201 2002-12-06 [melvin]     0.8.6claws66
6202
6203         * src/prefs_actions.c
6204                 Added the trailing ">" syntax to insert command's output
6205                 without replacing old text (in contrast to trailing "|").
6206
6207 2002-12-05 [colin]      0.8.6claws65
6208         
6209         * src/common/utils.c
6210                 Don't modify original search_string or it'll change
6211                 the next iterations in the for()
6212
6213 2002-12-05 [darko]      0.8.6claws64
6214
6215         * src/common/utils.c
6216                 proper check for filtering commands, found by Colin
6217
6218 2002-12-05 [darko]      0.8.6claws63
6219
6220         * src/common/utils.c
6221                 check proper string for NULL pointer, found by Colin
6222
6223 2002-12-05 [darko]      0.8.6claws62
6224
6225         * src/common/utils.[ch]
6226                 expand_search_string(): new function
6227                 converts Mutt-like patterns to Sylpheed's
6228                 filtering engine
6229         * src/summaryview.c
6230                 use expand_search_string() to allow Mutt-like
6231                 patterns in extended search
6232         * README.claws
6233                 document extended option in quick search
6234
6235 2002-12-05 [paul]       0.8.6claws61
6236
6237         * sync with 0.8.6cvs16
6238                 see ChangeLog 2002-12-05
6239                 
6240         * po/POTFILES.in
6241                 clean up
6242
6243 2002-12-04 [christoph]  0.8.6claws60
6244
6245         * src/imap.[ch]
6246                 put imap authentication code into a new function and
6247                 remove it from imap_session_new that will allow to
6248                 send other commands before authentication
6249
6250 2002-12-04 [christoph]  0.8.6claws59
6251
6252         * src/imap.[ch]
6253                 use already existing method to prevent unneeded IMAP
6254                 folder selects. Set imap_select parameters to NULL
6255                 in some functions if the values are not required.
6256
6257         * src/xml.h
6258                 remove no longer required include
6259
6260 2002-12-04 [paul]       0.8.6claws58
6261
6262         * po/es.po
6263                 updated by Ricardo Mones Lastra
6264                 
6265         * configure.in
6266           po/hu.po      ** NEW FILE **
6267                 initial Hungarian translation, submitted
6268                 by Gál Zoltán <galzoli@hu.inter.net>
6269
6270 2002-12-03 [christoph]  0.8.6claws57
6271
6272         * src/Makefile.am
6273         * src/gtksctree.[ch]            ** REMOVE **
6274         * src/gtk/Makefile.am
6275         * src/gtk/gtksctree.[ch]        ** NEW **
6276                 move gtksctree files to gtk directory
6277
6278 2002-12-03 [christoph]  0.8.6claws56
6279
6280         * src/Makefile.am
6281         * src/md5.[ch]                  ** REMOVE **
6282         * srm/common/Makefile.am
6283         * src/common/md5.[ch]           ** NEW **
6284                 move md5 files to common directory
6285
6286         * src/gtkstext.c
6287                 remove not required #include
6288
6289 2002-12-03 [sergey]     0.8.6claws55
6290
6291         * src/gtkutils.c
6292         * src/gtkutils.h
6293                 gtkut_window_popup(): new function.
6294         * src/mainwindow.c
6295                 main_window_popup(): use gtkut_window_popup() to raise
6296                 window without changing its position.
6297                 (see sylpheed-main ML message [sylpheed:17247])
6298
6299 2002-12-03 [sergey]     0.8.6claws54
6300
6301         * src/send.c
6302                 send_message_local(): removed first-dot escaping
6303                 (SMTP-only, not needed for sending through pipe)
6304
6305 2002-12-03 [paul]       0.8.6claws53
6306
6307         * po/POTFILES.in
6308                 update to reflect recent changes (thanks
6309                 to Ricardo Mones Lastra)
6310                 
6311         * tools/filter_conv.pl
6312                  fix problem with quoted strings. Patch submitted
6313                  by Luke Plant <lukeplant@softhome.net>
6314
6315 2002-12-03 [paul]       0.8.6claws52
6316
6317         * sync with 0.8.6cvs15
6318                 see ChangeLog 2002-12-03
6319
6320 2002-12-02 [christoph]  0.8.6claws51
6321
6322         * src/logwindow.[ch]
6323         * src/common/log.[ch]
6324                 implement logging using a hook function
6325
6326         * src/folderview.c
6327         * src/folder.[ch]
6328                 define hooklist name in header file to avoid
6329                 errors caused by wrong spelling of hooklist names
6330
6331         * src/toolbar.c
6332                 fix warnings
6333
6334 2002-12-02 [christoph]  0.8.6claws50
6335
6336         * src/common/Makefile.am
6337                 add src/common/hooks.[ch]
6338
6339         * src/common/hooks.[ch]
6340                 implement a simple hook system using glib's hook functions
6341
6342         * src/folder.[ch]
6343         * src/folderview.c
6344                 use new hook system for folder item updates
6345
6346 2002-12-02 [christoph]  0.8.6claws49
6347
6348         * doc-src/ui_seperation.txt     ** NEW **
6349                 information for ui seperation
6350
6351         * src/Makefile.am
6352                 remove files that were moved to common
6353                 include common directory by default for the header files
6354
6355         * src/inc.c
6356         * src/common/socket.c
6357         * src/automaton.[ch]
6358                 implement automaton using g_io_*-functions instead of
6359                 gdk_input_add to make it ui independent
6360
6361         * src/codeconv.c
6362         * src/compose.c
6363         * src/ldif.c
6364         * src/pgptext.c
6365         * src/procmime.c
6366         * src/rfc2015.c
6367         * src/smtp.c
6368         * src/unmime.c
6369                 remove common/ prefix because directory is now in
6370                 include path
6371
6372         * src/compose.c
6373         * src/folder.c
6374         * src/folderview.c
6375         * src/mainwindow.c
6376         * src/messageview.c
6377         * src/prefs_common.c
6378         * src/procmsg.c
6379         * src/rfc2015.c
6380                 fix warnings
6381
6382         * src/imap.c
6383         * src/inc.c
6384         * src/news.c
6385         * src/pop.c
6386         * src/send.c
6387         * src/smtp.c
6388         * src/ssl_certificate.c
6389                 add log.h header file for logging functions
6390
6391         * src/main.c
6392         * src/common/utils.c
6393         * src/summaryview.c
6394         * src/xml.c
6395                 o move debug_mode to common/utils.c
6396                 o add functions to set and get debug_mode
6397
6398         * src/defs.h                    ** REMOVE **
6399         * src/intl.h                    ** REMOVE **
6400         * src/socket.[ch]               ** REMOVE **
6401         * src/ssl.[ch]                  ** REMOVE **
6402         * src/utils.[ch]                ** REMOVE **
6403                 replaced by new files in src/common/
6404         
6405         * src/common/Makefile.am
6406                 add new files in src/common/
6407
6408         * src/common/defs.h             ** NEW **
6409         * src/common/intl.h             ** NEW **
6410         * src/common/log.[ch]           ** NEW **
6411         * src/common/socket.[ch]        ** NEW **
6412         * src/common/ssl.[ch]           ** NEW **
6413         * src/common/utils.[ch]         ** NEW **
6414                 replacement for files in src/
6415
6416 2002-12-02 [colin]      0.8.6claws48
6417
6418         * src/folderview.c
6419                 Scroll folderview if necessary during dnd
6420
6421 2002-12-02 [colin]      0.8.6claws47
6422
6423         * src/folder.[ch]
6424                 Add check to verify a move is within a single mailbox
6425         * src/folderview.c
6426                 Add specific error string for this check
6427
6428 2002-12-02 [colin]      0.8.6claws46
6429
6430         * src/folder.c
6431                 Add a test to folder moving, remove a statusbar_print
6432         * src/folderview.c
6433                 Add Move folder... context-menu item
6434                 Factorize folder moving code
6435                 Enable folder DND for mbox
6436
6437 2002-12-01 [christoph]  0.8.6claws45
6438
6439         * ac/aspell.m4
6440                 remove conf.aspelltest if the version check fails
6441
6442 2002-11-30 [christoph]  0.8.6claws44
6443
6444         * autogen.sh
6445                 run libtoolize --force in autogen to create missing
6446                 libtool scripts
6447
6448 2002-11-30 [christoph]  0.8.6claws43
6449
6450         * src/Makefile.am
6451         * src/pgptext.c
6452         * src/procmime.c
6453         * src/rfc2015.c
6454         * src/uuencode.[ch]             ** REMOVED **
6455         * src/common/Makefile.am
6456         * src/common/uuencode.[ch]      ** NEW **
6457                 move uuen/decoder to common directory
6458
6459 2002-11-30 [christoph]  0.8.6claws42
6460
6461         * src/Makefile.am
6462         * src/base64.[ch]               ** REMOVED **
6463         * src/codeconv.c
6464         * src/compose.c
6465         * src/ldif.c
6466         * src/pgptext.c
6467         * src/procmime.c
6468         * src/rfc2015.c
6469         * src/smtp.c
6470         * src/unmime.c
6471         * src/common/Makefile.am
6472         * src/common/base64.[ch]        ** NEW **
6473                 move base64 en/decoder to common directory
6474
6475 2002-11-30 [christoph]  0.8.6claws41
6476
6477         * src/common                    ** NEW **
6478                 new directory for UI independent code
6479         * src/gtk                       ** NEW **
6480                 new directory for GTK frontend
6481         * src/common/.cvsignore         ** NEW **
6482         * src/gtk/.cvsignore            ** NEW **
6483                 ignore build files
6484         * src/common/Makefile.am        ** NEW **
6485         * src/gtk/Makefile.am           ** NEW **
6486                 automake files to build new seperated stuff
6487         * src/Makefile.am
6488                 the binary will currently still be build with the
6489                 files in src, so we include the code from the
6490                 subdirs for now after building the libs there
6491
6492 2002-11-30 [paul]       0.8.6claws40
6493
6494         * src/compose.c
6495                 fix bug [642731] 'Wrong selected account with drafted mail'
6496
6497 2002-11-29 [oliver]     0.8.6claws39
6498         
6499         * src/messageview.c
6500                 o update summaryview when switching between different
6501                   messageviews          
6502         * src/toolbar.c  
6503                 o check if messageview holds already removed msg
6504                   from summaryview
6505                 
6506
6507 2002-11-29 [oliver]     0.8.6claws38
6508
6509         * src/toolbar.c 
6510                 remove not needed variables and includes
6511                 make messageview stay opened and move to next when msgs are deleted 
6512
6513 2002-11-29 [oliver]     0.8.6claws37
6514         
6515         * src/toolbar.c 
6516                 disable compose button (messageview toolbar) by default
6517                 deleted msgs are moved to trash
6518         
6519 2002-11-29 [melvin]     0.8.6claws36
6520
6521         * configure.in
6522                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6523                 and to detect signatures expirations (gpgme 0.3.6)
6524
6525         * src/main.c
6526                 Use non obsolescent function for Gpgme engine checking.
6527
6528         * src/rfc2015.c
6529                 Inform about expired signatures or signatures which key
6530                 has expired. Expiration date is displayed.
6531
6532         * src/sigstatus.c
6533                 Inform about expired signatures or signatures which key
6534                 has expired.
6535
6536 2002-11-28 [paul]       0.8.6claws35
6537
6538         * src/folderview.c
6539                 re-instate 'Check for new messages' in Newsgroup
6540                 folders right-click menu, after a suggestion from
6541                 Tim Mann <timmann@users.sourceforge.net>
6542
6543         * src/main.c
6544                 after a crash check only local folders for new
6545                 messages
6546
6547 2002-11-28 [paul]       0.8.6claws34
6548
6549         * configure.in
6550                 apply patch that fixes the checking of GTK with XIM 
6551                 support on different OSs, such as FreeBSD. Patch 
6552                 submitted by Topia <topia@users.sourceforge.net>
6553                 
6554 2002-11-28 [paul]       0.8.6claws33
6555
6556         * src/mainwindow.c
6557           src/prefs_common.c
6558           src/prefs_toolbar.c
6559                 more changes to the English
6560
6561 2002-11-28 [paul]       0.8.6claws32
6562
6563         * sync with 0.8.6cvs13
6564                 see ChangeLog 2002-11-28 (no sync needed
6565                 for src/compose.c)
6566
6567 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6568         
6569         * src/mainwindow.[ch]
6570                 add patch by Ivan F. Martinez introducing messageview Toolbar
6571                 some changes and committed by oliver    
6572
6573 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6574
6575         * src/messageview.[ch]
6576                 add patch by Ivan F. Martinez introducing messageview Toolbar
6577                 some changes and committed by oliver    
6578
6579 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6580
6581         * src/compose.[ch]
6582                 add patch by Ivan F. Martinez introducing messageview Toolbar
6583                 some changes and committed by oliver    
6584
6585 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6586         
6587         * src/toolbar.[ch]
6588                 add patch by Ivan F. Martinez introducing messageview Toolbar
6589                 some changes and committed by oliver
6590
6591 2002-11-28 [oliver]     0.8.6claws27
6592         
6593         * src/prefs_toolbar.[ch]
6594                 getting ready for messageview toolbar
6595                 free mem allocated by gettext
6596                 change prefs_toolbar to prefs_toolbar_open
6597  
6598 2002-11-28 [thorsten]   0.8.6claws26
6599
6600         * src/imageview.[ch]
6601                 cleaned up conflicting declarations of
6602                 imageview_show_image()
6603
6604 2002-11-28 [paul]       0.8.6claws25
6605
6606         * src/grouplistdialog.c
6607           src/prefs_common.c
6608           src/prefs_summary_column.c
6609                 a few more improvements to the English
6610
6611 2002-11-28 [colin]      0.8.6claws24
6612
6613         * man/sylpheed.1
6614                 A few updates to command-line parameters
6615
6616 2002-11-28 [colin]      0.8.6claws23
6617
6618         * src/prefs_filtering.c
6619                 Fix problems with prefs_filtering_delete_path:
6620                 a) if the first rule is removed, original pointers
6621                    weren't updated (leading to segfaults)
6622                 b) it was always global_processing updated in case
6623                    of removed path was parent of rule path
6624
6625 2002-11-27 [paul]       0.8.6claws22
6626
6627         * src/mainwindow.c
6628           src/prefs_account.c
6629           src/prefs_actions.c
6630           src/prefs_common.c
6631           src/prefs_customheader.c
6632           src/prefs_display_header.c
6633           src/prefs_filtering.c
6634           src/prefs_folder_item.c
6635           src/prefs_matcher.c
6636           src/prefs_scoring.c
6637           src/prefs_summary_column.c
6638           src/prefs_template.c
6639           src/prefs_toolbar.c
6640                  improve the English in the GUI
6641
6642 2002-11-27 [colin]      0.8.6claws21
6643
6644         * src/folder.c
6645                 Fix processing renaming problems happening after
6646                 last commit
6647
6648 2002-11-27 [colin]      0.8.6claws20
6649
6650         * src/folder.c
6651                 recursive move now deletes src each subfolder after 
6652                 having moved it
6653         * src/folderview.c
6654                 Use identifier instead of path during dnd (enables
6655                 IMAP folder dnd)
6656
6657 2002-11-27 [paul]       0.8.6claws19
6658
6659         * src/main.c
6660                 apply patch that does command-line processing 
6661                 BEFORE gtk_init, allowing claws to run from 
6662                 shell-scripts in non-X environment (e.g. crontab 
6663                 or ip-up, ip-down scripts). Patch submitted by
6664                 Ruslan N. Balkin <baron@dartel.ru>
6665                 
6666         * po/it.po
6667                 updated by Alessandro Maestri
6668
6669 2002-11-27 [paul]       0.8.6claws18
6670
6671         * sync with 0.8.6cvs12
6672           src/prefs_common.c
6673                 Differences are that main uses a 'Receive dialog'
6674                 frame on the Interface tab, whereas claws groups all 
6675                 the dialogs together in a 'Dialogs' frame.
6676
6677 2002-11-27 [colin]      0.8.6claws17
6678
6679         * src/prefs_matcher.c
6680                 Fix Execute criteria's NOT flag
6681
6682
6683 2002-11-26 [christoph]  0.8.6claws16
6684
6685         * src/ssl.c
6686                 rewrite the ssl code a little bit, only use one
6687                 SSL context, set default certificates' file/path
6688
6689 2002-11-26 [thorsten]   0.8.6claws15
6690
6691         * src/compose.c
6692                 default-reply-to didn't work for ml-reply
6693
6694 2002-11-26 [melvin]     0.8.6claws14
6695
6696         * src/prefs_actions.c
6697                 Made pipe-actions ignore short headers in message view
6698                 Made trailing-pipe-actions write in the message view with
6699                 the same font as the original message
6700
6701 2002-11-26 [paul]       0.8.6claws13
6702
6703         * src/compose.c
6704                 this time commit the correct file
6705
6706 2002-11-26 [paul]       0.8.6claws12
6707
6708         * sync with 0.8.6cvs11
6709           src/quote_fmt_parse.y  
6710                 no sync needed
6711           src/account.[ch]       
6712                 not sync'ed
6713           src/compose.c
6714                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6715                 on draft mode.
6716                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6717                 header
6718                 
6719         see ChangeLog 2002-11-25 and 2002-11-26
6720
6721 2002-11-26 [colin]      0.8.6claws11
6722
6723         * src/folderview.c
6724                 Fix collapsed folder not auto-expanding during
6725                 mail dnd, if it was the source folder.
6726
6727 2002-11-25 [colin]      0.8.6claws10
6728
6729         * src/folderview.[ch]
6730                 Variable renaming and cleaning (slist of nodes 
6731                 to be re-collapsed is stored in FolderView)
6732
6733 2002-11-25 [paul]       0.8.6claws9
6734
6735         * src/prefs_common.[ch]
6736                 fix breakage caused by last commit
6737
6738 2002-11-25 [paul]       0.8.6claws8
6739
6740         * sync with 0.8.6cvs4
6741                 see ChangeLog 2002-11-21
6742
6743 2002-11-25 [paul]       0.8.6claws7
6744
6745         * sync with 0.8.6cvs4
6746                 see ChangeLog 2002-11-20
6747
6748 2002-11-25 [paul]       0.8.6claws6
6749
6750         * sync with 0.8.6cvs3
6751                 see ChangeLog 2002-11-18
6752
6753 2002-11-25 [colin]      0.8.6claws5
6754
6755         * src/gtkutils.[ch]
6756                 Add gtkut_ctree_node_is_parent()
6757         * src/folderview.c
6758                 Spring-loaded folders
6759
6760 2002-11-25 [colin]      0.8.6claws4
6761
6762         * src/utils.[ch]
6763                 Add slist_concat_unique(), function to merge
6764                 two GSList filtering dups
6765         * src/folder.[ch]
6766         * src/summaryview.[ch]
6767         * src/folderview.c
6768         * src/main.c
6769                 Add detection/update/display of unread answers
6770                 to marked mails
6771         * src/procmsg.[ch]
6772                 Add procmsg_find_children()
6773                 Add procmsg_msg_has_marked_parent()
6774
6775 2002-11-25 [colin]      0.8.6claws3
6776
6777         * src/ssl_certificate.[ch]
6778                 Allow checking a certificate without a DNS
6779                 lookup
6780                 Allow to forget a cert (by deleting it)
6781                 Make ssl_certificate_destroy_public
6782         * src/ssl_manager.[ch] ** NEW FILES **
6783                 Gui to manage (display/remove) certificates
6784         * src/prefs_common.[ch]
6785                 Add a pref to allow silent acceptation of
6786                 trusted certificates or not (based on the
6787                 "I want to know what's going on" principle)
6788         * src/mainwindow.c
6789                 Add SSL manager in Tools menu
6790         * src/Makefile.am
6791                 Add the new files to the build
6792         * po/POTFILES.in
6793                 Add ssl_manager.c to translations
6794
6795 2002-11-25 [colin]      0.8.6claws2
6796
6797         * src/summaryview.[ch]
6798                 Add S_SEARCH_EXTENDED to the quick search, which 
6799                 allows to search using filtering syntax.
6800
6801 2002-11-25 [colin]      0.8.6claws1
6802
6803         * src/summaryview.c
6804                 Deletion of duplicates now prefer deleting
6805                 the unread dup (fixes feature-request 638989).
6806
6807 2002-11-24 [paul]       0.8.6claws
6808
6809         * po/es.po
6810           po/pl.po
6811           po/ru.po
6812           po/sr.po
6813                 updated by Ricardo Mones Lastra,
6814                 Witold Wladyslaw Wojciech Wilk,
6815                 Ruslan N. Balkin, and  Urke MMI 
6816                 respectively
6817
6818 2002-11-24 [paul]       0.8.5claws182
6819
6820         * po/bg.po
6821                 updated by George Danchev
6822
6823 2002-11-23 [alfons]     0.8.5claws181
6824
6825         * src/imap.c
6826                 tiny memory leak found by browsing Dimitar's 
6827                 valgrind report
6828
6829 2002-11-23 [paul]       0.8.5claws180
6830
6831         * po/it.po
6832                 updated by Alessandro Maestri
6833
6834 2002-11-22 [christoph]  0.8.5claws179
6835
6836         * src/compose.c
6837         * src/inc.c
6838         * src/prefs_filtering.c
6839         * src/summaryview.c
6840                 more warning fixes
6841
6842 2002-11-22 [alfons]     0.8.5claws178
6843
6844         * src/summaryview.c
6845                 summary_execute_delete_func(): if message is deleted, make 
6846                 sure to also remove its entry in the subject hash table. 
6847                 fixes a corner case bug.
6848
6849 2002-11-22 [paul]       0.8.5claws177
6850
6851         * .cvsignore
6852                 add 'autom4te.cache'
6853                 
6854         * ltconfig      ** REMOVED **
6855                 not needed
6856
6857 2002-11-22 [paul]       0.8.5claws176
6858
6859         * src/textview.c
6860                 textview_set_font(): fix for message display in
6861                 UTF-8 locales (thanks to Sergey Vlasov).
6862                 
6863         * AUTHORS
6864                 add new team members and contributors
6865
6866
6867 2002-11-21 [colin]      0.8.5claws175
6868
6869         * src/procmsg.[ch]
6870                 Add procmsg_remove_special_headers()
6871         * src/mh.c
6872                 Use procmsg_remove_special_headers() for 
6873                 previous fix
6874
6875 2002-11-21 [colin]      0.8.5claws174
6876
6877         * src/mh.c
6878                 Fix moving/copying from queue/draft folders
6879                 for MH folders
6880
6881 2002-11-21 [christoph]  0.8.5claws173
6882
6883         * src/crash.c
6884         * src/filtering.c
6885         * src/logwindow.c
6886         * src/main.c
6887         * src/matcher_parser_lex.[hl]
6888         * src/mbox.c
6889         * src/mbox_folder.[ch]
6890         * src/prefs_filtering.c
6891         * src/procheader.c
6892         * src/quote_fmt_lex.l
6893         * src/ssl.c
6894                 fix all warnings except the warnings in lex and yacc files
6895
6896 2002-11-20 [christoph]  0.8.5claws172
6897
6898         * src/imap.c
6899                 fix MsgInfo retrieval for IMAP draft and queue folders
6900                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6901
6902 2002-11-19 [christoph]  0.8.5claws171
6903
6904         * src/compose.c
6905                 fix segfault, when draft saving does not get
6906                 the MsgInfo of the new message
6907                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6908
6909 2002-11-19 [christoph]  0.8.5claws170
6910
6911         * src/procmsg.c
6912                 add parameter check for flag setting function
6913                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6914
6915 2002-11-18 [paul]       0.8.5claws169
6916
6917         * src/compose.c
6918                 more sensitivity fixes to redirect mode:
6919                 * disable toolbar draft button
6920                 * allow only Address book in the Tools menu
6921                 * disable editing of message by the spell
6922                   checker
6923
6924 2002-11-18 [paul]       0.8.5claws168
6925
6926         * src/compose.c
6927                 fix sensitivity of menu items in compose_redirect():
6928                 allow only the necessary items 
6929
6930 2002-11-18 [paul]       0.8.5claws167
6931
6932         * src/compose.c
6933                 fix bug [ 603259 ] 'attachment got lost on bounce'
6934
6935 2002-11-18 [paul]       0.8.5claws166
6936
6937         * po/ru.po
6938                 updated by Ruslan N. Balkin <baron@dartel.ru>
6939
6940 2002-11-18 [colin]      0.8.5claws165
6941
6942         * src/main.c
6943           src/defs.h
6944                 Remove old filtering stuff
6945
6946
6947 2002-11-17 [oliver]     0.8.5claws164
6948
6949         * src/toolbar.h
6950                 remove not needed typedef 
6951
6952 2002-11-17 [oliver]     0.8.5claws163
6953
6954         * src/toolbar.c
6955                 make toolbar's on click events translatable
6956
6957 2002-11-15 [colin]      0.8.5claws162
6958
6959         * src/summaryview.c
6960                 Revert too-soon integration of a feature
6961
6962 2002-11-15 [christoph]  0.8.5claws161
6963
6964         * src/imap.c
6965                 use main's implementation of imap_get_msginfo
6966
6967 2002-11-15 [christoph]  0.8.5claws160
6968
6969         * src/compose.c
6970         * src/folder.[ch]
6971         * src/imap.c
6972         * src/mbox_folder.c
6973         * src/mh.c
6974         * src/news.c
6975         * src/procmsg.c
6976         * src/summaryview.c
6977                 replace claws' fetch_msginfo with main's get_msginfo
6978                 (use main's implementation where possible)
6979
6980 2002-11-15 [colin]      0.8.5claws159
6981
6982         * src/ssl_certificate.c
6983                 Missed a check
6984
6985 2002-11-16 [melvin]     0.8.5claws158
6986
6987         * po/fr.po
6988                 Updated French translations.
6989
6990 2002-11-16 [colin]      0.8.5claws157
6991
6992         * src/ssl_certificate.c
6993                 Check for missing parts in the certificates
6994
6995 2002-11-15 [colin]      0.8.5claws156
6996
6997         * src/folderview.c
6998                 Preventive fix (missing check) found by
6999                 Alfons
7000
7001 2002-11-15 [paul]
7002
7003         * NEWS
7004                 sync with 0.8.6 release
7005
7006 2002-11-15 [colin]      0.8.5claws155
7007
7008         * src/folder.[ch]
7009           src/folderview.c
7010                 Fix error handling of folder_item_move_to()
7011                 (thanks to Alfons!)
7012
7013 2002-11-15 [colin]      0.8.5claws154
7014
7015         * src/folder.[ch]
7016           src/folderview.c
7017                 folder_item_move_to() sets an error message instead
7018                 of having GUI stuff in folder.c
7019
7020 2002-11-15 [colin]      0.8.5claws153
7021
7022         * src/procmsg.[ch]
7023                 Implemented a callback for MsgInfo updates, 
7024                 heavily copy/pasted from Christoph's folder 
7025                 callback system
7026         * src/summaryview.[ch]
7027                 Register summary_update_msg as callback
7028
7029 2002-11-14 [colin]      0.8.5claws152
7030         
7031         * src/procmsg.c
7032                 Update the FolderItem after sending (fixes 617593)
7033
7034 2002-11-14 [christoph]  0.8.5claws151
7035
7036         * src/folder.c
7037                 fix wrong position of NULL pointer check found
7038                 by Sergey
7039
7040 2002-11-14 [christoph]  0.8.5claws150
7041
7042         * src/folder.c
7043                 fix segfault when deleting messages from IMAP folders
7044                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7045
7046 2002-11-14 [colin]      0.8.5claws149
7047
7048         * src/compose.c
7049                 Forwarding was also ignoring the folder's default account.
7050
7051 2002-11-14 [colin]      0.8.5claws148
7052
7053         * src/compose.c
7054                 Fix sent folder not set to folder properties when 
7055                 forwarding.
7056
7057 2002-11-14 [thorsten]   0.8.5claws147
7058
7059         * src/inc.c
7060                 inc_start(): Files were not moved from .processing to inbox,
7061                 if no global processing rule existed
7062
7063 2002-11-14 [colin]      0.8.5claws146
7064
7065         * src/ssl_certificate
7066                 Fix file operations
7067
7068 2002-11-14 [paul]       0.8.5claws145
7069
7070         * po/it.po
7071                 updated by Alessandro Maestri
7072
7073 2002-11-13 [alfons]     0.8.5claws144
7074
7075         * src/folder.c
7076                 folder_item_close(): only mark messages unread
7077                 when a folder has new messages 
7078
7079 2002-11-13 [keith]      0.8.5claws143
7080
7081         * src/imap.c
7082                 Fix problem moving or copying between
7083                 IMAP folders
7084
7085 2002-11-13 [colin]      0.8.5claws142
7086
7087         * src/matcher_parser_parse.y
7088                 Fix rule problem when " don't match
7089
7090 2002-11-13 [christoph]  0.8.5claws141
7091
7092         * src/folder.c
7093         * src/folderview.c
7094                 moved cache saving to folder_item_close
7095                 the folderview should not have to deal with
7096                 this things
7097
7098 2002-11-13 [christoph]  0.8.5claws140
7099
7100         * src/summaryview.c
7101                 moved setting of important score to
7102                 summary_set_prefs_from_folderitem
7103
7104 2002-11-13 [colin]      0.8.5claws139
7105
7106         * src/matcher_parser_parse.y
7107                 Fix a segfault in the parser (happening when
7108                 a good expression had been tested and a bad 
7109                 one arrives)
7110
7111 2002-11-13 [paul]       0.8.5claws138
7112
7113         * sync with 0.8.5cvs24
7114                 see ChangeLog 2002-11-13
7115                 
7116         * po/pt_BR.po
7117                 updated by Fabio Jr. Beneditto
7118
7119 2002-11-13 [colin]      0.8.5claws137
7120         
7121         * src/msgcache.c
7122           src/defs.h
7123           src/procmsg.[ch]
7124                 Revert last commit, problem
7125
7126 2002-11-13 [colin]      0.8.5claws136
7127
7128         * src/msgcache.c
7129                 Remove duplicated code
7130         * src/defs.h
7131                 Bumped CACHE_VERSION and MARK_VERSION
7132         * src/procmsg.[ch]
7133                 Network endian for cache and mark files
7134
7135 2002-11-12 [colin]      0.8.5claws135
7136
7137         * src/inc.c
7138                 Fix the "socket error" dialog which disappeared
7139
7140 2002-11-12 [colin]      0.8.5claws134
7141
7142         * src/msgcache.c
7143                 Reverse last commit which had performance 
7144                 problems, but still reverse the list
7145
7146 2002-11-12 [colin]      0.8.5claws133
7147
7148         * src/msgcache.c
7149                 Reverse list order
7150
7151 2002-11-12 [melvin]     0.8.5claws132
7152
7153         * src/compose.c
7154                 Added a check for a NULL prefs_common.dictionary
7155
7156 2002-11-12 [colin]      0.8.5claws131
7157
7158         * src/ssl_certificate.[ch]
7159                 Use FQDN hostname
7160
7161 2002-11-12 [colin]      0.8.5claws130
7162
7163         * src/ssl_certificate.[ch]
7164                 Take connection port into account for 
7165                 checking certificates (a single hostname
7166                 could have multiple servers with multiple
7167                 certificates)
7168         * src/ssl.c
7169                 Pass the port to ssl_certificate_check
7170
7171 2002-11-12 [paul]       0.8.5claws129
7172
7173         * src/folder.c
7174                 fix a typo in last commit
7175
7176 2002-11-12 [paul]       0.8.5claws128
7177
7178         * sync with 0.8.5cvs23
7179                 see ChangeLog entry 2002-11-12
7180
7181 2002-11-11 [colin]      0.8.5claws127
7182
7183         * src/ssl_certificate.c
7184                 Cleaner messages
7185                 Don't popup, instead log error, if the 
7186                 corresponding pref is checked
7187         * src/ssl_certificate.h
7188                 include <openssl/objects/h>
7189
7190 2002-11-11 [colin]      0.8.5claws126
7191
7192         * src/ssl_certificate.h
7193                 _Really_ clean it
7194
7195 2002-11-11 [colin]      0.8.5claws125
7196         
7197         * src/ssl_certificate.c
7198                 Fixed leak
7199
7200 2002-11-11 [colin]      0.8.5claws124
7201
7202         * src/ssl.c
7203                 Cleaned a bit
7204         * src/ssl_certificate.[ch]
7205                 Cleaned a bit (better use of SSL API)
7206                 (This will cause non-recognition of saved 
7207                  certificates of claws12[23]...)
7208
7209 2002-11-11 [paul]       0.8.5claws123
7210         
7211         * po/es.po
7212                 updated by Ricardo Mones Lastra
7213
7214 2002-11-11 [colin]      0.8.5claws122
7215
7216         * src/ssl.c
7217                 Fix a typo
7218
7219 2002-11-11 [colin]      0.8.5claws121
7220
7221         * src/ssl_certificate.[ch] ** NEW FILES **
7222         * src/ssl.[ch]
7223                 Check SSL certificates presented to us
7224         * src/Makefile.am
7225                 Add ssl_certificate.[ch]
7226         * po/POTFILES.in
7227                 Add ssl_certificate.c
7228
7229 2002-11-11 [paul]       0.8.5claws120
7230
7231         * sync with 0.8.5cvs22
7232                 see ChangeLog 2002-11-11
7233
7234 2002-11-11 [paul]       0.8.5claws119
7235
7236         * sync with 0.8.5cvs21
7237                 see ChangeLog 2002-11-11
7238
7239 2002-11-10 [jens]       0.8.5claws118
7240
7241         * src/folder.c
7242         * src/folderview.c
7243                 corrected some typing
7244         * po/de.po
7245                 updated german translation
7246         * sylpheed.spec.in
7247                 cleaned up specfile and adjusted it for claws
7248
7249 2002-11-10 [colin]      0.8.5claws117
7250
7251         * src/summaryview.c
7252                 a STATUSBAR_PUSH/POP fix
7253
7254 2002-11-10 [colin]      0.8.5claws116
7255
7256         * src/prefs_folder_item.c
7257                 Fix hanging after opening folder properties
7258
7259 2002-11-10 [hoa]        0.8.5claws115
7260
7261         * src/matcher_parser_lex.l
7262         * src/matcher_parser_parse.y
7263                 config file for scoring and filtering is no more trashed
7264                 when there is a syntax error in a filtering rule when
7265                 editing it in a dialog.
7266
7267 2002-11-09 [colin]      0.8.5claws114
7268
7269         * src/mbox_folder.c
7270                 Added missing initialisation of folder->destroy()
7271
7272 2002-11-09 [colin]      0.8.5claws113
7273
7274         * src/folder.c
7275           src/folderview.c
7276                 Fix the status bar messages
7277
7278 2002-11-09 [colin]      0.8.5claws112
7279
7280         * src/folderview.c
7281                 Fix hangs after folder dnd, happening after 
7282                 claws109.
7283
7284 2002-11-09 [christoph]  0.8.5claws111
7285
7286         * src/folderview.c
7287                 just changed order of calls (reverse order of
7288                 associated calls)
7289         * src/inc.c
7290                 lock inc when checking only one account, otherwise
7291                 inc all could be executed at the same time
7292
7293 2002-11-09 [christoph]  0.8.5claws110
7294
7295         * src/folderview.c
7296                 better unlock the mouse cursor before calling
7297                 summary_show because it changes the cursor too
7298
7299 2002-11-09 [christoph]  0.8.5claws109
7300
7301         * src/folder.[ch]
7302         * src/folderview.c
7303                 add functions to open and close a folder
7304                 o opending will execute scanning for remote folders
7305                   and processing
7306                 o closing will unset new flag for messages
7307
7308 2002-11-09 [colin]      0.8.5claws108
7309
7310         * src/folder.c
7311                 Add a call to prefs_matcher_write_config to 
7312                 avoid non-leaf folders filtering settings to be
7313                 lost
7314
7315 2002-11-09 [paul]       0.8.5claws107
7316
7317         * src/prefs_account.c
7318                 re-word a label
7319
7320 2002-11-09 [colin]      0.8.5claws106
7321
7322         * src/folderview.c
7323                 Minor esthetic fix
7324
7325 2002-11-09 [colin]      0.8.5claws105
7326
7327         * src/folderview.c
7328                 Fix prefs_filtering deletion for MH folders (same
7329                 reason as below)
7330         * src/prefs_filtering.c
7331                 Fix prefs_filtering renaming and deletion for 
7332                 folder-based processing rules.  
7333
7334 2002-11-09 [christoph]  0.8.5claws104
7335
7336         * src/compose.c
7337         * src/folder.[ch]
7338         * src/folderview.[ch]
7339         * src/import.c
7340         * src/inc.c
7341         * src/main.c
7342         * src/mainwindow.c
7343         * src/messageview.c
7344         * src/prefs_folder_item.c
7345         * src/procmsg.c
7346         * src/summaryview.c
7347                 implement a callback system for folder item updates
7348
7349 2002-11-09 [colin]      0.8.5claws103
7350
7351         * src/folderview.c
7352                 Fix prefs_filtering renaming for MH folders (we
7353                 shouldn't rename by path as another folder could
7354                 have the same hierarchy).
7355
7356 2002-11-09 [colin]      0.8.5claws102
7357
7358         * src/folder.c
7359                 Fix a leak found by Christoph, use better variable
7360                 names
7361
7362 2002-11-09 [colin]      0.8.5claws101
7363
7364         * src/folder.c
7365                 One more fix for processing rules
7366
7367 2002-11-08 [colin]      0.8.5claws100
7368         
7369         * src/matcher.c
7370                 Don't copy the compiled regexp (will be reevaluated)
7371         * src/folderview.c
7372                 Lock folderview while moving
7373         * src/folder.c
7374                 Provide info on what's happening to the user
7375
7376 2002-11-08 [colin]      0.8.5claws99
7377
7378         * src/folderview.c
7379                 Fix folder reordering after a move if parent is 
7380                 root
7381         * src/scoring.[ch]
7382                 Add function to copy a ScoringProp
7383         * src/prefs_folder_item.c
7384                 Copy scoring rules when copying a folder prefs
7385
7386 2002-11-08 [colin]      0.8.5claws98
7387
7388         * src/folderview.c
7389                 Fixes in case of failure
7390         * src/filtering.[ch]    
7391                 Add function to duplicate a FilteringProp
7392         * src/matcher.[ch]
7393                 Add function to duplicate a MatcherProp
7394         * src/prefs_folder_item.c
7395                 Save folder's processing rules when copying 
7396                 its prefs
7397
7398 2002-11-08 [colin]      0.8.5claws97
7399         
7400         * src/folderview.c
7401                 Sort after move
7402         * src/folder.c 
7403                 Change a printf to debug_print
7404
7405 2002-11-08 [colin]      0.8.5claws96
7406
7407         * src/folder.c
7408           src/folderview.c
7409                 Fix segfaults, call me stupido
7410         
7411
7412 2002-11-08 [colin]      0.8.5claws95
7413
7414         *src/folder.c
7415                 Added forgotten prefs to save when moving folders
7416
7417 2002-11-08 [colin]      0.8.5claws94
7418
7419         * src/folder.c
7420                 Fixes to folder DND (prefs copy)
7421         * src/folderview.c
7422                 Optimization for folder DND (don't rescan whole tree)
7423                 Added folderview_create_folder_node() for this 
7424                 optimization, so de-duped a bit the code
7425         * src/prefs_folder_item.[ch]
7426                 Added prefs_folder_item_copy_prefs()    
7427           
7428 2002-11-08 [paul]       0.8.5claws93
7429
7430         * src/prefs_account.c
7431           tools/README
7432           tools/kmail2sylpheed_v2.pl
7433                 correct some typos
7434
7435 2002-11-08 [paul]       0.8.5claws92
7436
7437         * src/compose.c
7438           src/prefs_account.[ch]
7439                 remove account options 'clearsign' and 'ascii_armored',
7440                 replace with 'default_gnupg_mode' to prevent mixed-mode
7441                 Privacy settings
7442
7443 2002-11-08 [paul]       0.8.5claws91
7444
7445         * src/compose.[ch]
7446                 re-implement GnuPG 'on-the-fly' mode selection,
7447                 disallow mixed-mode
7448
7449 2002-11-08 [colin]      0.8.5claws90
7450
7451         * src/folderview.c
7452           src/prefs_folder_item.c
7453                 Change "Property" to "Properties"
7454
7455 2002-11-07 [colin]      0.8.5claws89
7456
7457         * src/folderview.c
7458           src/folder.c
7459                 Allow folder dropping to a root folder
7460
7461 2002-11-07 [paul]       0.8.5claws88
7462
7463         * src/compose.c
7464                 revert last commit
7465
7466 2002-11-07 [paul]       0.8.5claws87
7467
7468         * src/compose.c
7469                 fix reply-to-list bug. closes bug report
7470                 "[633382] reply-to-list broken in recent cvs"
7471
7472 2002-11-07 [paul]       0.8.5claws86
7473
7474         * src/compose.c
7475                 add a forgotten '#if USE_GPGME ... #endif'
7476
7477 2002-11-07 [paul]       0.8.5claws85
7478
7479         * sync with 0.8.5cvs20
7480                 see ChangeLog 2002-11-07
7481
7482 2002-11-07 [colin]      0.8.5claws84
7483
7484         * src/folder.[ch]
7485                 Change folder_item_move_to to return the newly 
7486                 created folderitem.
7487         * src/folderview.c
7488                 Select the new folderitem after moving.
7489
7490 2002-11-07 [colin]      0.8.5claws83
7491
7492         * src/prefs_filtering.c
7493                 Fix rule rewriting when moving a leaf folder to a 
7494                 shorter path
7495
7496 2002-11-07 [colin]      0.8.5claws82
7497
7498         * src/prefs_filtering.c
7499                 fix a leak
7500
7501 2002-11-07 [colin]      0.8.5claws81
7502
7503         * src/folder.[ch]
7504                 Add folder_item_move_to() function to move a 
7505                 folderitem into another one (updates matcher etc)
7506         * src/folderview.c
7507                 Add folder drag'n drop (context menu to come)
7508                 [Should be dataloss free, but Please backup before 
7509                  trying !]
7510
7511 2002-11-06 [colin]      0.8.5claws80
7512
7513         * src/mh.c
7514                 mh_create_folder() returns NULL if can't create
7515                 directory hierarchy
7516
7517 2002-11-06 [paul]       0.8.5claws79
7518
7519         * src/compose.[ch]
7520                 allow 'on-the-fly' changing of the type of encryption 
7521                 and/or signing used (mime/ascii) via the compose window
7522
7523 2002-11-06 [paul]       0.8.5claws78
7524
7525         * sync with 0.8.5cvs19
7526                 see ChangeLog 2002-11-06 for src/account.c: 
7527                 account_get_special_folder()
7528                 
7529 2002-11-05 [alfons]     0.8.5claws77
7530
7531         * src/crash.c
7532                 very minor cleanups: nothing to see here, move on. :-)
7533
7534 2002-11-05 [colin]      0.8.5claws76
7535
7536         * src/main.c
7537                 Changes choices if compose windows are opened to
7538                 Discard, Draft, Don't quit
7539
7540 2002-11-05 [thorsten]   0.8.5claws75
7541
7542         * src/compose.c
7543                 reenabled default_reply_to folder option
7544
7545 2002-11-05 [colin]      0.8.5claws74
7546
7547         * src/compose.[ch] 
7548                 add compose_draft()
7549         * src/crash.c
7550                 add SIGTERM handler
7551         * src/main.[ch]
7552                 add clean_quit() for the SIGTERM handler
7553
7554 2002-11-05 [paul]       0.8.5claws73
7555         
7556         * po/es.po
7557                 updated by Ricardo Mones Lastra
7558
7559 2002-11-05 [melvin]     0.8.5claws72
7560
7561         * src/logwindow.c
7562                 Fixed log-clipping bug #616795.
7563                 To stop logging in the log window use 0 length.
7564         * src/prefs_common.c
7565                 Added a label to inform about the 0 log length behaviour.
7566
7567 2002-11-05 [paul]       0.8.5claws71
7568
7569         * sync with 0.8.5cvs17
7570                 see ChangeLog 2002-11-05
7571
7572 2002-11-04 [paul]       0.8.5claws70
7573
7574         * sylpheed-128x128.png
7575           sylpheed-64x64.png
7576           sylpheed.png
7577                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7578                 <nikai@users.sourceforge.net>
7579                 
7580         * po/bg.po
7581                 updated by George Danchev
7582
7583 2002-11-03 [thorsten]   0.8.5claws69
7584
7585         * src/main.c
7586           src/mimeview.c
7587           src/rfc2015.h
7588                 add check if gpg is active
7589
7590 2002-11-03 [thorsten]   0.8.5claws68
7591
7592         * src/toolbar.h
7593                 removed GSList declaration causing trouble on MacOS-X
7594                 (submitted by alfons, reported by xfesty)
7595
7596 2002-11-01 [paul]       0.8.5claws67
7597
7598         * src/mainwindow.c
7599                 remove last remnants of main's filter code
7600
7601 2002-11-01 [paul]       0.8.5claws66
7602
7603         * tools/filter_conv.pl
7604                 fix bug where user-defined headers were ignored
7605
7606 2002-11-01 [paul]       0.8.5claws65
7607
7608         * src/logwindow.c
7609                 make a debug_print() not translatable
7610
7611 2002-10-31 [melvin]     0.8.5claws64
7612
7613         * ac/aspell.m4
7614                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7615                 not run any GNU/aspell test.  The dictionary path will
7616                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7617                 was given, in which case, it will be $prefix/lib/aspell/
7618         * configure.in
7619                 Fixed typo in commentary (Aspell code).
7620
7621 2002-10-31 [paul]       0.8.5claws63
7622
7623         * po/POTFILES.in
7624                 remove src/filter.c and src/prefs_filter.c
7625                 thanks to Ricardo for reminding me
7626
7627 2002-10-31 [colin]      0.8.5claws62
7628
7629         * src/mbox_folder.c
7630                 Plug some leaks
7631
7632 2002-10-31 [paul]       0.8.5claws61
7633
7634         * src/prefs_filter.[ch] ** REMOVED **
7635           src/filter.[ch]       ** REMOVED **
7636           
7637         * src/Makefile.am
7638           src/folderview.c
7639           src/inc.c
7640           src/main.c
7641           src/mainwindow.c
7642           src/mbox.c
7643           src/prefs_common.c
7644           src/prefs_filtering.c
7645           src/summaryview.[ch]
7646                 remove main's 'filter' code
7647                 
7648         README.claws
7649                 update to reflect removal of main's filter
7650
7651 2002-10-31 [paul]       0.8.5claws60
7652
7653         * src/summaryview.c
7654                 remove check for global_processing in summary_filter_open(). 
7655                 This fixes the bug where if the user uses the right-click 
7656                 'Create filter rule...' and doesn't have any filter rules 
7657                 already defined in claws' advanced filtering, the newly 
7658                 created filter rule goes to main's filtering which is 
7659                 inaccessible through the gui. Now the filter rule gets added
7660                 to claws' filtering by default.
7661
7662 2002-10-28 [melvin]     0.8.5claws59
7663
7664         * src/prefs_actions.c
7665                 Fixed bug #627322 where MIME parts were not always
7666                 correctly passed to a %p action
7667                 Display an error dialog when message filename is not found.
7668
7669 2002-10-28 [melvin]     0.8.5claws58
7670
7671         * src/prefs_common.c
7672                 Readded a missing function declaration lost in 0.8.3claws34
7673
7674 2002-10-28 [paul]       0.8.5claws57
7675
7676         * sync with 0.8.5cvs15
7677                 see ChangeLog 2002-10-28 and 2002-10-25
7678                 
7679         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7680
7681 2002-10-27 [oliver]     0.8.5claws56
7682
7683         * src/pop.c
7684                 plug leak in pop3_top_recv
7685
7686 2002-10-26 [christoph]  0.8.5claws55
7687
7688         * src/folder.c
7689                 set need_update folder flag when messages are added
7690                 (closes bug [ 626922 ] folder not updated after receiving)
7691
7692 2002-10-25 [melvin]     0.8.5claws54
7693
7694         * src/imageview.c
7695                 Fixed a memleak introduced in the scaling code.
7696
7697 2002-10-24 [alfons]     0.8.5claws53
7698
7699         * src/filtering.c
7700                 make filtering's forward message action forward from the 
7701                 correct account
7702                 (closes bug [628089 ] Filter -> Forward from address problem
7703                 reported by Oktay)
7704
7705 2002-10-24 [christoph]  0.8.5claws52
7706
7707         * src/mainwindow.c
7708         * src/manual.[ch]
7709                 o use manual of current locale or english if current
7710                   locale is not available (and english is available)
7711                 o also link to sylpheed doc project manuals
7712
7713 2002-10-23 [paul]       0.8.5claws51
7714
7715         * tools/README
7716           tools/kmail2sylpheed_v2.pl
7717                 add new version of kmail addressbook importer script.
7718                 works with newer versions of Kmail/KAddressBook which
7719                 have new and rearranged data.
7720
7721 2002-10-23 [martin]     0.8.5claws50
7722
7723         * src/folderview.c
7724         * src/summaryview.c
7725         * src/utils.h
7726         * src/utils.c
7727                 added length parameter to get_abbrev_newsgroup_name()
7728                 changed this function so that it abbreviates the newsgroup
7729                 names only so long it is smaller than the length parameter
7730                 (for better reading of some newsgroup names and space efficiency)
7731
7732 2002-10-22 [colin]      0.8.5claws49
7733
7734         *src/foldersel.c
7735                 Revert Alfons' last modification (after voting ;-))
7736
7737 2002-10-21 [alfons]     0.8.5claws48
7738
7739         * src/foldersel.c
7740                 folder view in folder selection dialog reflects state of
7741                 folder view in main window
7742
7743 2002-10-18 [alfons]     0.8.5claws47
7744
7745         * src/mbox.c
7746                 drop imported messages in folder selected by user,
7747                 and not in the inbox
7748                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7749
7750 2002-10-18 [alfons]     0.8.5claws46
7751
7752         * src/compose.c
7753                 make automagic reply work correctly for email accounts 
7754                 (whether it's viable to do a full sync with Hiro's 
7755                 compose.c is still under discussion)
7756
7757 2002-10-18 [melvin]     0.8.5claws45
7758
7759         * src/prefs_actions.c
7760                 Fixed bug #622275 where asynchroneous actions left 
7761                 zombies processes
7762                 Made (synchroneous) actions' input be displayed live.
7763
7764 2002-10-18 [christoph]  0.8.5claws44
7765
7766         * src/textview.c
7767                 don't add a newline in the textview in front of the
7768                 first textpart if header display is disabled
7769                 (closes bug [ 603385 ] disabled header display leaves blank
7770                  lin)
7771
7772 2002-10-18 [christoph]  0.8.5claws43
7773
7774         * src/folder.[ch]
7775         * src/imap.c
7776         * src/mbox_folder.c
7777         * src/mh.c
7778         * src/news.c
7779                 folder->get_num_list now returns an error code
7780                 (closes bug [ 609424 ] News cache cleared on failure)
7781                 
7782 2002-10-17 [colin]      0.8.5claws42
7783         
7784         * src/news.c
7785                 Changed a printf by debug_print
7786
7787 2002-10-16 [paul]       
7788
7789         * tools/OOo2sylpheed.pl
7790                 allow for spaces in the name of the
7791                 file to be attached.
7792
7793 2002-10-16 [colin]      0.8.5claws41
7794
7795         * src/main.c
7796                 Use a tristate to change online mode
7797
7798 2002-10-16 [paul]       0.8.5claws40
7799
7800         * po/es.po
7801                 updated by Ricardo Mones Lastra
7802
7803 2002-10-16 [colin]      0.8.5claws39
7804
7805         * src/main.c
7806           src/mainwindow.[ch]
7807                 Added --online and --offline command-line
7808                 switches
7809
7810 2002-10-15 [christoph]  0.8.5claws38
7811
7812         * src/procmime.c
7813                 set mimeinfo->name to NULL after g_free to
7814                 avoid double freeing with g_free
7815
7816 2002-10-14 [christoph]  0.8.5claws37
7817
7818         * src/compose.c
7819         * src/filtering.c
7820         * src/summaryview.c
7821                 remove calls to folder->change_flags that are now
7822                 done by procmsg flag functions (seems it is not
7823                 used by any foldertype anyway)
7824         * src/folder.c
7825                 init folder->change_flags with NULL
7826
7827 2002-10-14 [christoph]  0.8.5claws36
7828
7829         * src/folder.[ch]
7830         * src/imap.[ch]
7831                 use virtual functions for folder item new and destroy
7832                 functions
7833
7834 2002-10-14 [melvin]     0.8.5claws35
7835
7836         * src/compose.c
7837                 Added a test to not run the spell checker if no default
7838                 dictionary is available. No dialog is displayed though.
7839
7840 2002-10-14 [melvin]     0.8.5claws34
7841
7842         * src/gtkaspell.c
7843                 Fixed bug in dictionary list context menu where
7844                 "More..." pointed to an emtpy submenu if the
7845                 number of dictionaries is a multiple of 15
7846                 Removed unneeded code in suggestions list creation
7847
7848 2002-10-14 [paul]       0.8.5claws33
7849
7850         * po/bg.po
7851                 updated by George Danchev
7852
7853 2002-10-13 [hoa]        0.8.5claws32
7854
7855         * src/matcher.[ch]
7856           src/matcher_parser_parser.y
7857                 removed the escaped string from internal structure
7858                 of matcher.
7859
7860 2002-10-12 [colin]      0.8.5claws31
7861
7862         * src/gtksctree.[ch]
7863           src/summaryview.c
7864                 Removed useless function gtksctree_reanchor
7865
7866 2002-10-12 [alfons]     0.8.5claws30
7867         
7868         * sync with remaining main changes 2002-10-09 - 2002-10-11
7869         - drop changes to src/compose.c (requires claws specific changes)
7870         
7871 2002-10-12 [alfons]     0.8.5claws29
7872         
7873         * sync with main changes of 2002-10-08
7874         - drop changes to src/compose.c (requires claws specific changes)
7875         - drop changes to src/summaryview.c (requires changes to compose.c)     
7876
7877 2002-10-12 [alfons]     0.8.5claws28
7878         
7879         * sync with main changes of 2002-10-07
7880
7881 2002-10-12 [alfons]     0.8.5claws27
7882
7883         * sync with main changes of 2002-10-04
7884         - drop changes to src/compose.c (requires claws specific changes)
7885         - drop changes to src/prefs_folder_item.c (claws implementation
7886           seems to be working)
7887
7888 2002-10-12 [colin]      0.8.5claws26
7889
7890         * src/mainwindow.c
7891                 Fix folder-flicker when space-reading, introduced 
7892                 in claws22.
7893
7894 2002-10-12 [colin]      0.8.5claws25
7895
7896         * src/compose.c
7897                 Save account address when saving as draft.
7898                 (closes bug 621838)
7899
7900 2002-10-12 [colin]      0.8.5claws24
7901
7902         * src/summaryview.c
7903                 Fix the problem consisting of no message selected
7904                 after the last message in a folder has been moved.
7905
7906 2002-10-12 [paul]       0.8.5claws23
7907
7908         * src/compose.c
7909           src/prefs_template.c
7910           src/template.[ch]
7911                 add Cc and Bcc to templates. Patch submitted by
7912                 John L. Males.
7913
7914 2002-10-12 [colin]      0.8.5claws22
7915
7916         * src/folderview.c
7917                 Fix a bug after "Check for new messages":
7918                 If a folder was opened, it was still selected at
7919                 the end of the check, but displayed empty.
7920         * src/mainwindow.c
7921                 Remove unnecessary check
7922
7923 2002-10-12 [paul]
7924
7925         * tools/README
7926                 be more verbose in the description of
7927                 OOo2sylpheed.pl
7928                 
7929
7930 2002-10-11 [colin]      0.8.5claws21
7931
7932         * src/mainwindow.c
7933                 Make space work (better) when no mail is selected
7934
7935 2002-10-11 [colin]      0.8.5claws20
7936
7937         * src/inc.c
7938           src/news.c
7939                 fix warnings
7940
7941 2002-10-11 [colin]      0.8.5claws19
7942
7943         * src/mainwindow.c
7944                 revert 0.8.5claws6 changes as i couldn't get to
7945                 anything satisfying
7946
7947 2002-10-11 [melvin]     0.8.5claws18
7948
7949         * src/compose.c
7950                 Removed buggy and unused macro (should have been committed in
7951                 0.8.5claws17)
7952
7953 2002-10-11 [melvin]     0.8.5claws17
7954
7955         * src/compose.c
7956                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7957
7958 2002-10-11 [thorsten]   0.8.5claws16 
7959
7960         * src/folderview.c
7961                 remove rescan warning
7962
7963 2002-10-11 [colin]      0.8.5claws15 
7964
7965         * src/procheader.c
7966                 fix a segfault that happens if conv_unmime_header
7967                 fails (should be better to find out why it fails)
7968
7969 2002-10-11 [christoph]  0.8.5claws14
7970
7971         * src/summaryview.c
7972                 update folderview stats after ignore/unignore thread
7973
7974 2002-10-11 [hoa]        0.8.5claws13
7975
7976         * src/quote_fmt_parse.y
7977                 Fixed a yacc/bison syntax error
7978         * src/matcher.c
7979                 Escaping of string is fixed.
7980
7981 2002-10-11 [colin]      0.8.5claws12
7982
7983         * src/imageview.c
7984                 Resize images to fit
7985
7986 2002-10-11 [paul]       0.8.5claws11
7987
7988         * po/es.po
7989                 updated by Ricardo Mones Lastra
7990
7991 2002-10-10 [alfons]     0.8.5claws10
7992
7993         * src/compose.c
7994                 allow dropping files by "moving" files from a file manager,
7995                 not only by the more cumbersome "copying". the latter 
7996                 mostly implies holding down the Control button
7997
7998 2002-10-10 [christoph]  0.8.5claws9
7999
8000         * src/summaryview.c
8001                 update folders after thread building for ignored threads
8002
8003 2002-10-10 [christoph]  0.8.5claws8
8004
8005         * config/.cvsignore
8006                 added Makefile
8007         * src/filtering.[ch]
8008         * src/folder.[ch]
8009         * src/folderview.[ch]
8010         * src/import.c
8011         * src/inc.[ch]
8012         * src/mbox.[ch]
8013         * src/procmsg.c
8014         * src/summaryview.[ch]
8015                 o added new flag need_update to FolderItem
8016                 o removed folder_table from various functions from tracking
8017                   folder updates
8018                 o set need_update flags in folder.c's move, copy and delete
8019                   functions and procmsg's flags functions
8020                 o added function folderview_update_items_when_required that
8021                   updates all folders with need_update set
8022                 o call folderview_update_items_when_required instead of
8023                   folderview_update_item_foreach
8024
8025 2002-10-09 [sergey]     0.8.5claws7
8026
8027         * src/compose.c
8028                 Strip CRs whel loading the text into editor in reedit mode.
8029
8030 2002-10-09 [colin]      0.8.5claws6
8031
8032         * src/mainwindow.c
8033                 Make Space work when no mail is selected
8034
8035 2002-10-09 [colin]      0.8.5claws5
8036
8037         * src/gtksctree.[ch]
8038                 Fix range_select
8039                 Add gtk_sctree_reanchor() 
8040         * src/summaryview.c
8041                 Use gtk_sctree_reanchor() - better fix for 
8042                 bug 60413
8043
8044 2002-10-09 [colin]      0.8.5claws4
8045
8046         * src/summaryview.c
8047                 Fix shift-click select after delete problem
8048                 (closes bug 60413)
8049
8050 2002-10-08 [thorsten]   0.8.5claws3
8051
8052         * src/summaryview.c
8053                 exclude current msg from -hide read messages-
8054
8055 2002-10-08 [colin]      0.8.5claws2
8056
8057         * src/inc.[ch]
8058           src/pop.c
8059           src/recv.c
8060                 Differentiate socket errors from disk full
8061                 errors
8062
8063 2002-10-08 [christoph]  0.8.5claws1
8064
8065         * Makefile.am
8066         * configure.in
8067                 modifications for new config directory
8068
8069         * config.guess  ** REMOVED **
8070         * config.sub    ** REMOVED **
8071         * install-sh    ** REMOVED **
8072         * ltmain.sh     ** REMOVED **
8073         * missing       ** REMOVED **
8074         * mkinstalldirs ** REMOVED **
8075                 these files are autogenerated by automake
8076                 when you run autogen.sh
8077
8078         * config/.cvsignore     ** NEW FILE **
8079         * config/Makefile.am    ** NEW FILE **
8080                 ignore autogenerated files
8081                 create a Makefile in this directory
8082
8083 2002-10-08 [paul]       0.8.5claws
8084
8085         * 0.8.5claws release
8086         
8087         * src/compose.c
8088           src/procheader.c
8089           src/procmsg.c
8090                 fix quote reply format for newsgroups reply bug
8091                 (thanks to Hoa)
8092                 
8093         * po/en_GB.po
8094           po/pl.po
8095                 updated by me and Witold Wladyslaw Wojciech Wilk
8096                 repectively
8097
8098 2002-10-07 [paul]       0.8.3claws53
8099
8100         * po/it.po
8101           po/pt_BR.po
8102           po/sr.po
8103                 updated messages catalogs, submitted by
8104                 Alessandro Maestri, Fabio Jr.Beneditto 
8105                 and Urke MMI, respectively.
8106
8107 2002-10-07 [christoph]  0.8.3claws52
8108
8109         * src/folder.[ch]
8110         * src/folderview.c
8111         * src/mainwindow.c
8112                 fix new folder ghost message bug
8113                 (closes bug [ 619722 ] wrong count for newly created folders)
8114
8115 2002-10-07 [christoph]  0.8.3claws51
8116
8117         * src/compose.c
8118                 fix news posting problem
8119
8120 2002-10-07 [melvin]     0.8.3claws50
8121
8122         * po/fr.po
8123                 Updated French translation
8124
8125 2002-10-05 [christoph]  0.8.3claws49
8126
8127         * src/gtkstext.c
8128                 check if line_start_cache is set in gtk_stext_update_text
8129                 (closes bug [ 618119 ] crash while doing search in folder)
8130
8131 2002-10-05 [christoph]  0.8.3claws48
8132
8133         * src/imap.c
8134         * src/news.c
8135         * src/utils.c
8136         * src/utils.h
8137                 implement cache cleanups for claws' folder system
8138                 (closes bug [ 595916 ] imapcache not cleaned up)
8139
8140 2002-10-05 [melvin]     0.8.3claws47
8141
8142         * src/prefs_actions.c
8143                 Made the help text more clear for the %p token
8144
8145 2002-10-04 [paul]       0.8.3claws46
8146
8147         * sync with 0.8.5
8148                 see ChangeLog 2002-10-02 and 2002-10-03
8149
8150 2002-10-04 [christoph]  0.8.3claws45
8151
8152         * src/inc.c
8153                 fix segfault caused by pop before smtp
8154                 call to inc_account_mail with NULL
8155                 pointer for mainwin
8156
8157 2002-10-04 [paul]       0.8.3claws44
8158
8159         * configure.in
8160                 sync the LDAP detection from 0.8.5cvs1
8161
8162 2002-10-02 [christoph]  0.8.3claws43
8163
8164         * po/de.po
8165                 fix small spelling error
8166
8167 2002-10-02 [melvin]     0.8.3claws42
8168
8169         * ac/aspell.m4
8170                 Behave better and say "no" when test program cannot be run.
8171
8172 2002-10-02 [paul]       0.8.3claws41
8173
8174         * sync with 0.8.4cvs1
8175                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8176                 
8177         * src/summaryview.c
8178                 toggle the behavior of Reply menuitem between
8179                 normal reply and reply-to-list
8180
8181 2002-10-01 [sergey]     0.8.3claws40
8182
8183         * src/compose.c
8184                 Convert newlines in the message text to the canonical form
8185                 before base64 encoding (RFC2045 compliance, fixes some
8186                 interoperability issues with Evolution 1.0.3)
8187
8188 2002-09-29 [colin]      0.8.3claws39
8189
8190         * src/summaryview.c
8191                 Fix an unwanted copy/paste
8192
8193 2002-09-29 [colin]      0.8.3claws38
8194
8195         * src/mainwindow.c
8196                 Renamed "Custom toolbar" to "Customize toolbar"
8197                 Renamed "Show all header" to "Show all headers"
8198                 Renamed "Set diplay item" to "Set displayed items"
8199         * src/prefs_common.c
8200                 Renamed "Show all header" to "Show all headers"
8201         * src/prefs_summary_column.c
8202                 Renamed "diplay item" to "displayed items"
8203
8204 2002-09-29 [colin]      0.8.3claws37
8205
8206         * src/mainwindow.[ch]
8207                 online/offline status pixmaps follow theme
8208                 changes
8209         * src/summaryview.[ch]
8210                 quicksearch pixmap follows theme changes
8211
8212 2002-09-29 [thorsten]   0.8.3claws36
8213
8214         * src/compose.c
8215           src/prefs_folder_item.[ch]
8216                 add default_reply_to folder option (closes patch 581044)
8217
8218 2002-09-29 [christoph]  0.8.3claws35
8219
8220         * acconfig.h    ** REMOVED **
8221         * configure.in
8222         * ac/aspell.m4
8223         * ac/check-type.m4
8224         * ac/gnupg-check-typedef.m4
8225                 fix autoheader 2.50 warning
8226
8227 2002-09-29 [christoph]  0.8.3claws34
8228
8229         * major code cleanup (part 2)
8230         
8231                 - unused variables removed
8232                 - unused functions removed
8233                 - uninitialized variables checked
8234                 - missing return statements added
8235                 - missing function return types added
8236                 - added parentheses around assignment
8237                   when suggested by gcc
8238
8239 2002-09-29 [alfons]     0.8.3claws33
8240
8241         * src/logwindow.c
8242                 log_window_clear(): only bracket gtk_text_forward_delete() 
8243                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8244                 works around GTK text bug)
8245
8246 2002-09-29 [paul]       0.8.3claws32
8247
8248         * po/bg.po
8249           po/sr.po
8250                 updated by George Danchev and Urke MMI
8251                 respectively
8252
8253 2002-09-27 [christoph]  0.8.3claws31
8254
8255         * doc-src/readme.txt
8256         * doc-src/rfc1806.txt   ** REMOVED **
8257         * doc-src/rfc2183.txt   ** NEW FILE **
8258         * doc-src/rfc2980.txt   ** NEW FILE **
8259                 update rfcs
8260
8261 2002-09-27 [melvin]     0.8.3claws30
8262
8263         * ac/aspell.m4
8264                 Fixed typo which could break linking
8265
8266 2002-09-27 [melvin]     0.8.3claws29
8267
8268         * ac/aspell.m4
8269                 Improved GNU/aspell checking. 
8270                 Fixed bug #614490
8271
8272 2002-09-27 [paul]       0.8.3claws28
8273
8274         * sync with 0.8.3cvs8
8275                 see ChangeLog 2002-09-27
8276
8277 2002-09-26 [colin]      0.8.3claws27
8278
8279         * src/toolbar.[ch]
8280           src/mainwindow.[ch]
8281                 Add "Reply to Mailing-list" to the toolbar
8282
8283 2002-09-26 [christoph]  0.8.3claws26
8284
8285         * src/summaryview.c
8286                 Fix wrong message counts in summaryview status
8287
8288 2002-09-26 [paul]       0.8.3claws25
8289
8290         * sync with 0.8.3cvs7
8291                 see ChangeLog 2002-09-26
8292
8293 2002-09-26 [paul]       0.8.3claws24
8294
8295         * sync with 0.8.3cvs6
8296                 see ChangeLog 2002-09-25
8297
8298 2002-09-25 [christoph]  0.8.3claws23
8299
8300         * src/prefs_common.c
8301         * src/prefs_folder_item.c
8302         * src/prefs_scoring.c
8303                 Renamed "kill score" to "hide score" in GUI
8304                 and prefs files
8305
8306 2002-09-25 [paul]       0.8.3claws22
8307
8308         * sync with 0.8.3cvs5
8309                 see ChangeLog 2002-09-24
8310
8311 2002-09-24 [alfons]     0.8.3claws21
8312
8313         patch by Satoshi Nagayasu: allows appending / saving multiple 
8314         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8315         'Save as ...'")
8316
8317         * AUTHORS
8318                 add Satoshi Nagayasu
8319         * src/summaryview.c
8320                 summary_save_as(): allow saving selected files to
8321                 one file
8322                 summary_set_menu_sensitive: enable "Save As..." when
8323                 multiple files are selected
8324         * src/utils.[ch]
8325                 append_file(): new function
8326
8327 2002-09-24 [colin]      0.8.3claws20
8328
8329         * src/procmime.c
8330                 Fix segfault when mimeinfo doesn't have a 
8331                 content_type. 
8332
8333 2002-09-24 [colin]      0.8.3claws19
8334
8335         * src/prefs_common.[ch]
8336                 Add a preference to display send dialog or not
8337         * src/send.c
8338                 Display send dialog according to preference
8339
8340 2002-09-24 [colin]      0.8.3claws18
8341
8342         * src/compose.[ch]
8343                 Disable user actions when sending
8344
8345 2002-09-24 [colin]      0.8.3claws17
8346
8347         * src/procmime.c
8348                 Do not display name or filename for attachments
8349                 with an application/pgp-signature type
8350                 (security flaw, see bug 537413)
8351
8352 2002-09-23 [colin]      0.8.3claws16
8353
8354         * src/editaddress.c
8355                 Initialize entry_email, entry_alias and 
8356                 entry_remarks to first email address of the list
8357
8358 2002-09-23 [colin]      0.83claws15
8359
8360         * src/compose.c
8361                 Drop pgp-signature when reediting a signed queued
8362                 message
8363
8364 2002-09-23 [melvin]     0.8.3claws14
8365
8366         * po/fr.po
8367                 Updated French translation
8368
8369 2002-09-23 [melvin]     0.8.3claws13
8370
8371         * src/mainwindow.c
8372                 Made custom toolbar menu labels more consistent
8373         * src/prefs_toolbar.c
8374                 Made custom toolbar window title more consistent
8375
8376 2002-09-22 [colin]      0.8.3claws12
8377
8378         * src/inc.c
8379                 Initialize session type to normal before getting 
8380                 mail (fixes strange Get behaviour)
8381         * src/prefs_account.h
8382                 Move STYPE_POP_BEFORE_SMTP to last position to 
8383                 avoid other side-effects
8384
8385 2002-09-22 [colin]      0.8.3claws11
8386
8387         * src/prefs_account.c
8388                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8389                 from pop3 to apop or vice-versa
8390
8391 2002-09-22 [colin]      0.8.3claws10
8392         
8393         * src/prefs_account.[ch]
8394                 Add an option for the POP before SMTP timeout
8395         * src/inc.c
8396                 Remember time of last POP connection
8397         * src/send.c
8398                 Do POP before SMTP only if timeout reached
8399
8400 2002-09-22 [oliver]     0.8.3claws9
8401         
8402         * README.claws
8403                 explain custom toolbar
8404
8405 2002-09-22 [oliver]     0.8.3claws8
8406
8407         * src/prefs_actions.[ch]
8408         custom toolbar for compose      
8409                 actions callback from compose toolbar
8410         * src/folderview.c
8411                 remove include toolbar.h
8412
8413 2002-09-22 [oliver]     0.8.3claws7
8414         
8415         * src/prefs_toolbar.[ch]
8416                 custom toolbar for compose
8417                 - generic prefs_toolbar handles both
8418                   Mainwin's toolbar as well as Compose toolbar          
8419
8420 2002-09-22 [oliver]     0.8.3claws6
8421         
8422         * src/toolbar.[ch]
8423                 custom toolbar for compose
8424                 restructure toolbar.[ch]
8425
8426 2002-09-22 [oliver]     0.8.3claws5
8427
8428         * src/compose.[ch]
8429                 custom toolbar for compose
8430
8431 2002-09-22 [oliver]     0.8.3claws4
8432         
8433         * src/mainwindow.[ch]
8434                 custom toolbar for compose 
8435                 move mainwin toolbar back to mainwindow
8436
8437 2002-09-22 [alfons]     0.8.3claws3
8438
8439         * src/procmsg.c
8440                 :%sno/if(/if (/gc
8441                 :%sno/for(/for (/gc
8442                 (beautify)
8443
8444 2002-09-22 [alfons]     0.8.3claws2
8445         
8446         * src/procmsg.c
8447                 procmsg_save_to_outbox(): don't unlink message file from queue;
8448                 callers should do it using folder_item_remove_msg()
8449
8450 2002-09-22 [colin]      0.8.3claws1
8451
8452         * src/mimeview.[ch]
8453                 Made mimeview_check_signature() public
8454         * src/textview.c
8455                 Made GPG signatures verifiable by clicking
8456                 the [application/pgp-signature] in the Text
8457                 view
8458
8459 2002-09-22 [paul]       0.8.3claws
8460
8461         * po/bg.po
8462           po/en_GB.po
8463           po/es.po
8464           po/it.po
8465           po/pl.po
8466           po/pt_BR.po
8467           po/sr.po
8468                 updated translations, submitted by George Danchev,
8469                 me, Ricardo Mones Lastra, Alessandro Maestri,
8470                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8471                 and Urke MMI, respectively.     
8472
8473 2002-09-22 [alfons]     0.8.2claws65
8474
8475         * src/procmsg.c
8476         * src/pgptext.c
8477                 no furry valgrinds have been used to plug these memleaks
8478
8479 2002-09-20 [paul]       0.8.2claws64
8480
8481         * sync with 0.8.3cvs4
8482                 'Select thread' re-implemented 
8483                 see ChangeLog 2002-09-20
8484
8485 2002-09-21 [alfons]     0.8.2claws63
8486
8487         * src/compose.c
8488                 compose_send(): plug unnoticed memleak
8489
8490 2002-09-20 [alfons]     0.8.2claws62
8491
8492         * src/addr_compl.c
8493                 replace_address_in_edit(): strict check for NULL address to
8494                 fix "[ 607348 ] Segfault in address completion". My guess is
8495                 that this happens with an empty address book, but it's good
8496                 to have this check here anyway
8497                 
8498                 completion_window_button_press(): free string returned 
8499                 from the internal cache
8500
8501 2002-09-20 [christoph]  0.8.2claws61
8502
8503         * src/procmime.h
8504                 added ENC_BINARY to EncodingType
8505         * src/procmime.c
8506                 the string returned by procmime_get_encoding_str
8507                 should not depend on the order of values in the
8508                 EncodingType definition
8509         * doc-src/rfc1806.txt   ** NEW FILE **
8510                 Added rfc1806 about MIME Content-Disposition
8511                 Extension
8512
8513 2002-09-19 [paul]       0.8.2claws60
8514
8515         * sync with 0.8.2cvs3
8516                 see ChangeLog 2002-09-19
8517
8518 2002-09-19 [paul]       0.8.2claws59
8519
8520         * src/prefs_folder_item.c
8521                 revert to Darko's original alignment of colour
8522                 selector button
8523                 add a colon to folder_color label
8524                 
8525         * src/compose.c
8526                 add Colin's patch (with Hiro's modifications) to 
8527                 force BASE64 encoding for 8-bit text when signing
8528                 (sync with 0.8.3cvs2)
8529
8530 2002-09-18 [alfons]     0.8.2claws58
8531
8532         * src/compose.c
8533                 :%sno/if(/if (/gc
8534                 :%sno/for(/for (/gc
8535                 (beautify a little bit)
8536
8537 2002-09-18 [christoph]  0.8.2claws57
8538
8539         * src/pine.c
8540                 fix handling of fgetc return value
8541
8542 2002-09-17 [alfons]     0.8.2claws56
8543         
8544         * src/summaryview.c
8545                 summary_sort(): check non-NULL summaryview->folder_item when no 
8546                 folder is selected at all
8547                 (closes "[ 610344 ] sort label make syl Crash")
8548
8549 2002-09-17 [alfons]     0.8.2claws55
8550         
8551         * src/compose.c
8552                 beautify a little bit
8553
8554 2002-09-17 [christoph]  0.8.2claws54
8555
8556         * src/folder.c
8557                 initialize max values for cache and folder
8558                 when cache or folder is empty
8559
8560 2002-09-15 [colin]      0.8.2claws53
8561
8562         * src/compose.c
8563                 Fix a leak (thanks Alfons!) and cleaned
8564                 variables names for custom headers
8565
8566 2002-09-15 [colin]      0.8.2claws52
8567
8568         * src/compose.c
8569                 Fix custom headers recognition when
8570                 prefs_common.trans_hdr is on
8571
8572 2002-09-15 [colin]      0.8.2claws51
8573
8574         * src/compose.c
8575                 Allow dynamically-added custom headers
8576                 Yet not reparsed if reedited
8577
8578 2002-09-15 [alfons]     0.8.2claws50
8579
8580         * src/prefs_account.c
8581                 fix warnings
8582
8583 2002-09-15 [colin]      0.8.2claws49
8584         
8585         * src/prefs_account.c
8586                 fix pop_before_smtp sensitivity
8587
8588 2002-09-15 [colin]      0.8.2claws48
8589
8590         * src/inc.[ch]
8591                 add inc_pop_before_smtp()
8592                 allow MainWindow to be undefined in 
8593                 inc_account_mail() and inc_start()
8594         * src/pop.c
8595           src/prefs_account.h
8596                 add STYPE_POP_BEFORE_SMTP session type
8597         * src/prefs_account.c
8598                 activated pop before smtp option
8599         * src/send.c
8600                 do pop before smtp if the relevant option 
8601                 is set
8602
8603 2002-09-15 [paul]       0.8.2claws47
8604
8605         * sync with 0.8.3
8606                 see ChangeLog 2002-09-15
8607
8608 2002-09-14 [paul]       0.8.2claws46
8609
8610         * po/bg.po
8611                 updated Bulgarian translation, submitted by
8612                 George Danchev
8613
8614 2002-09-13 [paul]       0.8.2claws45
8615
8616         * src/compose.c
8617                 merge claws' select_account() with main's
8618                 (new) compose_select_account(). [sync with
8619                 0.8.2cvs15, see ChangeLog 2002-09-11]
8620
8621 2002-09-12 [christoph]  0.8.2claws44
8622
8623         * src/filter.c
8624                 allocate 1 elements of FolderItem not 0
8625
8626 2002-09-12 [colin]      0.8.2claws43
8627
8628         * src/compose.c
8629                 Fix bug #590825 (obey Follow-up: poster)
8630
8631 2002-09-12 [colin]      0.8.2claws42
8632
8633         * src/procmime.c
8634                 Fix bug #557009 (wrong headers for messages 
8635                 forwarded as attachments)
8636
8637 2002-09-11 [colin]      0.8.2claws41
8638         
8639         * src/compose.c
8640                 Put SCF: pseudo-header on top of message
8641                 Set draft tmp_flag when saved as draft
8642
8643         * src/procmsg.c
8644           src/procheader.c
8645                 Skip after first \n\n for beginning of real message
8646                 for drafts too
8647
8648 2002-09-11 [christoph]  0.8.2claws40
8649
8650         * src/filtering.c
8651                 use procmsg flag functions in filtering or processing
8652                 will cause incorrect folder message counts
8653
8654 2002-09-11 [colin]      0.8.2claws39
8655
8656         * src/compose.c
8657                 Fix bug #550175 - wrong save folder when reediting
8658                 drafts
8659
8660 2002-09-11 [paul]       0.8.2claws38
8661
8662         * sync with 0.8.2cvs14
8663                 see ChangeLog 2002-09-11
8664
8665 2002-09-11 [colin]      0.8.2claws37
8666
8667         * src/folder.c
8668                 Fix a typo (seeming to cause new/unread status to
8669                 be lost)
8670
8671 2002-09-10 [christoph]  0.8.2claws36
8672
8673         * src/compose.c
8674                 compose_redirect should not use compose_generic_new
8675                 because that does more stuff than expected including
8676                 opening the external editor
8677                 (closes bug "[ 526608 ] bounced messages appear blank
8678                  in editor")
8679
8680 2002-09-10 [christoph]  0.8.2claws35
8681
8682         * src/folder.c
8683                 fix problem with too large message number range
8684                 causing a crash in folder_item_scan
8685
8686 2002-09-10 [paul]       0.8.2claws34
8687
8688         * sync with 0.8.2cvs13
8689                 see ChangeLog 2002-09-10
8690
8691 2002-09-10 [christoph]  0.8.2claws33
8692
8693         * src/msgcache.c
8694                 set MsgInfo TmpFlags for queue and draft folders
8695                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8696
8697 2002-09-10 [paul]       0.8.2claws32
8698
8699         * AUTHORS
8700           po/bg.po      ** NEW FILE **
8701                 new Bulgarian translation submitted by
8702                 George Danchev <danchev@spnet.net>
8703                 
8704         * tools/Makefile.am
8705           tools/README
8706           tools/tb2sylpheed     ** NEW FILE **
8707                 add script that converts an addressbook exported
8708                 from The Bat! into a Sylpheed addressbook. Submitted
8709                 by Urke MMI <urke-kg@eunet.yu>
8710
8711 2002-09-10 [paul]       0.8.2claws31
8712
8713         * sync with 0.8.2cvs12
8714                 see ChangeLog 2002-09-10
8715
8716 2002-09-06 [paul]       0.8.2claws30
8717
8718         * src/prefs_common.c
8719                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8720                 
8721         * tools/Makefile.am
8722           tools/README
8723           tools/ldif-to-xml.py  ** REMOVED **
8724                 remove obsolete python script
8725
8726 2002-09-06 [paul]       0.8.2claws29
8727
8728         * sync with 0.8.2cvs10
8729                 see ChangeLog 2002-09-06
8730
8731 2002-09-04 [paul]       0.8.2claws28
8732
8733         * sync with 0.8.2cvs9
8734                 see ChangeLog 2002-08-04
8735
8736 2002-09-04 [colin]      0.8.2claws27 
8737
8738         * src/prefs_common.[ch]
8739                 Added signature color configuration
8740         * src/textview.c
8741                 Use user-specified signature color
8742
8743 2002-09-03 [colin]      0.8.2claws26
8744
8745         * src/prefs_common.[ch]
8746                 Added autosave and autosave_length prefs
8747         * src/compose.c
8748                 Added compose_remove_draft()
8749                 Auto-save drafts according to the prefs
8750         * src/main.c
8751                 Added a crash-indicator file, allowing to check
8752                 for new messages on startup if Sylpheed crashed
8753                 (makes saved drafts "reappear")
8754
8755 2002-09-03 [colin]      0.8.2claws25
8756
8757         * src/textview.[ch]
8758                 Grey the signature
8759
8760 2002-09-03 [paul]       0.8.2claws24
8761
8762         * sync with 0.8.2cvs8
8763                 see ChangeLog 2002-09-02 and 2002-09-03
8764
8765 2002-09-03 [darko]      0.8.2claws23
8766
8767         * src/folderview.c
8768                 use normal style when creating new folder to pick
8769                 proper font size 
8770
8771 2002-09-02 [melvin]     0.8.2claws22
8772
8773         * src/gtkaspell.m4
8774                 removed some obsolete code
8775
8776 2002-09-02 [melvin]     0.8.2claws21
8777
8778         * ac/aspell.m4
8779                 fixed test's equality sign (== to =)
8780
8781 2002-09-02 [alfons]     0.8.2claws20
8782
8783         * src/folder.c
8784         * src/mh.c
8785                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8786                 as folder->destroy virtual as suggested by Hiro
8787                 (the mh.c code seems to have been lost around mh.c.1.21)
8788
8789 2002-09-02 [paul]       0.8.2claws19
8790
8791         * po/pt_BR.po
8792                 updated by Fabio Jr. Beneditto
8793                 
8794         * src/defs.h
8795                 use 'http://claws.sylpheed.org' for homepage link. 
8796                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8797
8798 2002-09-01 [alfons]     0.8.2claws18
8799
8800         * src/mh.c
8801                 plug memleak related to one Martin Kluge found
8802
8803 2002-08-31 [paul]       0.8.2claws17
8804
8805         * sync with 0.8.2cvs6
8806                 see ChangeLog 2002-08-30
8807
8808 2002-08-31 [alfons]     0.8.2claws16
8809
8810         * src/folder.c
8811                 folder_destroy(): remove mailbox from folderlist even if it has
8812                 no destroy virtual
8813
8814 2002-08-31 [alfons]     0.8.2claws15
8815
8816         * src/folder.c
8817                 :%sno/if(/if (/gc
8818                 :%sno/for(/for (/gc
8819                 (being pedantic I know)
8820
8821 2002-08-31 [alfons]     0.8.2claws14
8822
8823         * src/folder.c
8824                 check for NULL pointers returned from folder->fetch_msginfo virtual
8825                 (should solve some reported crashes)
8826
8827 2002-08-30 [alfons]     0.8.2claws13
8828
8829         * acconfig.h
8830         * configure.in
8831         * src/crash.c
8832                 enable crash dialog on compilation time
8833                 (--enable-crash-dialog configure option)
8834
8835 2002-08-30 [alfons]     0.8.2claws12
8836
8837         * AUTHORS
8838                 add Martin Kluge
8839         * src/mh.c
8840                 apply memory leak plug patch by Martin Kluge
8841                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8842                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8843                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8844
8845 2002-08-30 [darko]      0.8.2claws11
8846
8847         * src/folderview.c
8848                 copy Gtk style from normal style to match
8849                 font size for coloured folders
8850
8851 2002-08-29 [alfons]     0.8.2claws10
8852
8853         * sylpheed.desktop
8854                 Type=Internet <- Type=Application
8855                 (reported by Michael Schwendt, see:
8856                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8857                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8858
8859 2002-08-29 [paul]       0.8.2claws9
8860
8861         * sync with 0.8.2cvs5
8862                 see ChangeLog 2002-08-29
8863
8864 2002-08-29 [colin]      0.8.2claws8
8865
8866         * src/summaryview.c
8867                 Added a sanity check in summary_select_thread
8868                 Should fix bug 601605
8869
8870 2002-08-29 [colin]      0.8.2claws7
8871
8872         * src/main.c
8873                 Revert claws6 changes regarding bug #591676
8874
8875 2002-08-28 [colin]      0.8.2claws6
8876         
8877         * src/main.c
8878                 Ignore cache for queue folderitems
8879                 Fix bug #591676
8880
8881 2002-08-28 [melvin]     0.8.2claws5
8882
8883         * README.claws
8884                 Fixed typos.
8885
8886 2002-08-28 [melvin]     0.8.2claws4
8887
8888         * README.claws
8889                 Updated a bit the text concerning the spell checker
8890
8891 2002-08-28 [melvin]     0.8.2claws3
8892
8893         Merged the GNU_aspell_branch:
8894                 Support of new GNU/aspell is now included and the old pspell
8895                 is not supported anymore.
8896                 See README.claws
8897
8898         * README.claws
8899                 Updated spell checker text to reflect the switch to GNU/aspell
8900
8901         * ac/aspell.m4          *** NEW ***
8902         * src/gtkaspell.[ch]    *** NEW *** 
8903         * ac/pspell.m4          *** DELETED *** 
8904         * src/gtkspell.[ch]     *** DELETED ***
8905
8906         * ac/Makefile.am
8907                 Updated for GNU/aspell support
8908
8909         * po/POTFILES.in
8910                 Replaced gtkspell.c by gtkaspell.c
8911
8912         * acconfig.h
8913         * src/Makefile.am
8914         * src/about.c
8915         * src/compose.[ch]
8916         * src/crash.c
8917         * src/main.c
8918         * src/prefs_common.[ch]
8919                 Updated for GNU/aspell support
8920
8921 2002-08-28 [paul]       0.8.2claws2
8922
8923         * sync with 0.8.2cvs4
8924                 see ChangeLog 2002-08-27 and 2002-08-28
8925
8926 2002-08-28 [colin]      0.8.2claws1
8927
8928         * src/summary_search.c
8929                 Added "AND search"
8930
8931 2002-08-28 [jens]       0.8.2claws
8932
8933         *po/de.po
8934                 Updated German translations
8935
8936 2002-08-27 [melvin]     0.8.2claws
8937
8938         * po/fr.po
8939                 Updated French translations
8940
8941 2002-08-27 [paul]       0.8.2claws
8942
8943         * sync with 0.8.2 main release
8944
8945         * po/en_GB.po
8946           po/es.po
8947           po/it.po
8948           po/pl.po
8949           po/pt_BR.po
8950           po/sr.po
8951                 updated message catalogs submitted by
8952                 Ricardo Mones Lastra, Alessandro Maestri,
8953                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8954                 Beneditto and Urke MMI  
8955
8956 2002-08-27 [hoa]        0.8.1claws123
8957
8958         * src/mainwindow.[ch]
8959         * src/summaryview.[ch]
8960                 removed the "filter setting" menu option.
8961                 add a "cancel a news message" menu option.
8962
8963 2002-08-26 [martin]     0.8.1claws122
8964
8965         * ChangeLog.claws
8966                 changed string under 0.8.1claws79 changed by myself
8967                 i'm sorry alfons :(
8968
8969 2002-08-26 [martin]     0.8.1claws121
8970
8971         * src/crash.c
8972                 added kill command to debuggerrc to start crash dialog
8973
8974 2002-08-26 [paul]       0.8.1claws120
8975
8976         * sync with 0.8.1cvs31
8977                 see ChangeLog 2002-08-26
8978
8979 2002-08-25 [alfons]     0.8.1claws119
8980
8981         * src/procmsg.c
8982                 fix bug that didn't send out correct headers to news server
8983                 when sending news article and email from queue (bug reported
8984                 and patch provided by Tim Mann; closes bug 
8985                 "[ 583196 ] 0.7.8claws can't post news")
8986
8987 2002-08-25 [alfons]     0.8.1claws118
8988
8989         * src/selective_download.c
8990                 mark two strings as translatable
8991                 (thanks to Urke MMI for pointing this out)
8992
8993 2002-08-25 [alfons]     0.8.1claws117
8994
8995         * src/summaryview.c
8996                 treat sent boxes as special and allow sorting them by addressee
8997                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8998                 submitted by Steve Lamb)
8999
9000 2002-08-24 [alfons]     0.8.1claws116
9001
9002         * src/matcher.c
9003                 fix memleak reported by Martin Kluge
9004                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9005
9006 2002-08-24 [oliver]     0.8.1claws115
9007
9008         * src/prefs_toolbar.c
9009                 o code cleanup as suggested by Alfons
9010                 o memleak fix
9011
9012 2002-08-24 [alfons]     0.8.1claws114
9013
9014         * src/summaryview.c
9015                 o fix another memory leak reported by Martin Kluge
9016                   (see "[ 599568 ] Small Memory Leak")
9017                 o remove 'from' variable from 'summary_set_header()'; we can
9018                   do with just 'to' 
9019
9020 2002-08-24 [paul]       0.8.1claws113
9021
9022         * sync with 0.8.1cvs30
9023                 see ChangeLog 2002-08-23
9024
9025 2002-08-24 [alfons]     0.8.1claws112
9026
9027         * src/summaryview.c
9028                 remove unnecessary allocations for search bar fixing leaks
9029                 reported by Martin Kluge
9030                 (see "[ 599451 ] Further memory leaks?")
9031
9032 2002-08-24 [alfons]     0.8.1claws111
9033
9034         * src/main.c
9035                 make get_socket_name() public for crash.c
9036         * src/crash.c
9037                 o make report bug button work (goes to claws' 
9038                   bug tracker at sf.net)
9039                 o introduce function for doing important stuff just
9040                   before claws goes down
9041                 o clean up code 
9042
9043 2002-08-24 [alfons]     0.8.1claws110
9044
9045         * src/compose.c
9046                 move cursor to "To" entry when forwarding as attachment
9047                 (reported and solved by Steve Lamb, closes bug report
9048                 "[ 592880 ] Forward as attachment; cursor not in to")
9049
9050 2002-08-24 [colin]      0.8.1claws109
9051
9052         * src/mainwindow.c
9053                 fix quick search visibility after GUI (de)separations.
9054
9055 2002-08-23 [colin]      0.8.1claws108
9056
9057         * src/mainwindow.c
9058                 fix header pane visibility after folderview or
9059                 messageview (de)separation
9060
9061 2002-08-23 [paul]       0.8.1claws107
9062
9063         * src/mainwindow.[ch]
9064           src/toolbar.c
9065                 give full control of display or non-display 
9066                 of the Execute icon to Custom toolbar settings.
9067                 add new sensitivity condition to maninwindow.h: 
9068                 M_DELAY_EXEC
9069
9070         * ChangeLog
9071           ChangeLog.jp
9072           NEWS
9073                 more sync with 0.8.1cvs29
9074
9075 2002-08-23 [melvin]     0.8.1claws106
9076
9077         * src/alertpanel.c
9078                 Readded support for custom widget in alertpanel lost in last
9079                 sync.
9080
9081 2002-08-23 [paul]       0.8.1claws105
9082
9083         * sync with 0.8.1cvs29
9084                 see ChangeLog 2002-08-23
9085
9086 2002-08-23 [colin]      0.8.1claws104
9087
9088         * src/summaryview.c
9089                 Fix folder and search pixmaps exchanging positions
9090                 after theme or toolbar changes. Thank to Oliver for 
9091                 reporting this.
9092
9093 2002-08-23 [colin]      0.8.1claws103
9094
9095         * src/mainwindow.c
9096           src/messageview.[ch]
9097           src/noticeview.[ch]
9098           src/summaryview.c
9099                 Changed messageview_create() and noticeview_create()
9100                 to avoid the last gdk_warning
9101
9102 2002-08-22 [colin]      0.8.1claws102
9103
9104         * src/summaryview.c
9105                 Fix my new `Creating pixmap from xpm' warning
9106
9107 2002-08-22 [colin]      0.8.1claws101
9108
9109         * src/mainwindow.c
9110                 Fix some of the gdk warnings
9111
9112 2002-08-22 [colin]      0.8.1claws100
9113
9114         * src/Makefile.am
9115         * src/stock_pixmap.c
9116         * src/stock_pixmap.h
9117         * src/pixmaps/quicksearch.xpm *ADDED*
9118                 Add the quicksearch pixmap
9119         * src/mainwindow.c
9120         * src/summaryview.c
9121         * src/summaryview.h
9122                 Make quicksearch bar visible/hidden via a button
9123
9124 2002-08-22 [christoph]  0.8.1claws99
9125
9126         * src/folder.c
9127                 fix folder update for newsgroups with message
9128                 numbers below minimum number of articles to fetch
9129                 (closes bug #598445)
9130
9131 2002-08-22 [paul]       0.8.1claws98
9132
9133         * sync with 0.8.1cvs28
9134                 see ChangeLog 2002-08-22
9135
9136 2002-08-21 [alfons]     0.8.1claws97
9137
9138         * src/crash.c
9139                 use bt instead of bt full which seems to work 
9140                 better, and bt full doesn't give a great deal 
9141                 of information anyway
9142
9143 2002-08-21 [colin]      0.8.1claws96
9144
9145         * src/summaryview.c
9146                 fix summaryview_searchtype_changed prototype
9147
9148 2002-08-21 [christoph]  0.8.1claws95
9149
9150         * src/mainwindow.c
9151                 o fix broken menu update for sorting type, we have to
9152                   get this info from the summaryview now
9153                 o removed setting of threaded state in menu callback
9154         * src/summaryview.[ch]
9155                 more summaryview/folderitem seperation for
9156                 threading option
9157         * configure.in
9158                 removed not required --with-compiler-flags option
9159
9160 2002-08-21 [oliver]     0.8.1claws94
9161         
9162         * src/toolbar.h 
9163                 o rename toolbar.xml to toolbar_main.xml
9164                   since toolbar_compose.xml might come up 
9165                   any time soon
9166         * README.claws
9167                 add custom toolbar              
9168
9169 2002-08-21 [darko]      0.8.1claws93
9170
9171         * src/procmsg.c
9172                 don't reset tmp flags for messages copied
9173                 to sent folder
9174
9175 2002-08-21 [colin]      0.8.1claws92
9176         
9177         * src/prefs_filtering.c
9178                 fix renaming rules on folder rename 
9179                 when folder is not a leaf folder
9180
9181 2002-08-21 [paul]       0.8.1claws91
9182
9183         * src/prefs_folder_item.c
9184                 fix alignment of colour selector
9185
9186 2002-08-21 [paul]       0.8.1claws90
9187
9188         * sync with 0.8.1cvs27
9189                 see ChangeLog 2002-08-21
9190
9191 2002-08-21 [paul]       0.8.1claws89
9192
9193         * src/summaryview.c
9194                 fix crash when changing field type in
9195                 Quick search bar
9196
9197 2002-08-21 [colin]      0.8.1claws88
9198
9199         * src/summaryview.c
9200                 Made quick search case-insensitive
9201
9202 2002-08-21 [paul]       0.8.1claws87
9203
9204         * sync with 0.8.1cvs26
9205                 see ChangeLog 2002-08-21
9206
9207 2002-08-20 [christoph]  0.8.1claws86
9208
9209         * src/folderview.c
9210         * src/main.c
9211         * src/summaryview.[ch]
9212                 more summaryview/folderitem seperation for
9213                 sort_key and sort_type
9214         * src/procmsg.c
9215                 added missing return statement
9216
9217 2002-08-20 [colin]      0.8.1claws85
9218
9219         * src/summaryview.[ch]
9220                 Added a quick search box
9221         * src/mainwindow.c
9222         * src/prefs_common.[ch]
9223                 Added a show/hide option for the quick search
9224
9225 2002-08-20 [oliver]     0.8.1claws84
9226         
9227         * src/mainwindow.c
9228                 remove toolbar_create_popups
9229         * src/toolbar.[ch]
9230                 o remove toolbar_create_popups
9231                 o fix toolbar_set_sensitive 
9232                   (Bug reports #596834 and #596832)     
9233         * src/prefs_toolbar.c
9234                 o add "Set default" button
9235                 o align label and text + combo widgets
9236
9237 2002-08-20 [hoa]        0.8.1claws83bis
9238
9239         * src/imap.c
9240                 fixed a bug in imap_fetch_msginfo() in case there is no
9241                 current folder.
9242
9243 2002-08-20 [darko]      0.8.1claws83
9244
9245         * src/folderview.c
9246                 copy the color style of folder view so it
9247                 works with GTK themes
9248
9249 2002-08-20 [darko]      0.8.1claws82
9250
9251         * src/folder.h
9252         * src/folderview.c
9253         * src/prefs_folder_item.[hc]
9254                 don't use UI stuff in folder.h
9255
9256 2002-08-20 [darko]      0.8.1claws81
9257
9258         * src/folder.h
9259         * src/prefs_folder_item.h
9260         * src/folderview.c
9261         * src/prefs_folder_item.c
9262                 ability to set folder color in folderview
9263
9264 2002-08-19 [alfons]     0.8.1claws80
9265
9266         * src/summaryview.c
9267                 fix one of the earlier memleaks reported by Martin Kluge
9268
9269 2002-08-19 [alfons]     0.8.1claws79
9270
9271         * src/mainwindow.c
9272                 hide notice view when selecting seperate folder
9273                 view (reported by Urke MMI)
9274
9275 2002-08-19 [christoph]  0.8.1claws78
9276
9277         * src/folderview.c
9278         * src/prefs_folder_item.h
9279         * src/summaryview.[ch]
9280                 o add summary_set_prefs_from_folderitem to set
9281                   summaryview prefs (first step to remove all
9282                   references to the folderitem in summaryview)
9283                 o moved compiled regex stuff from folderitem prefs
9284                   to summaryview code
9285
9286 2002-08-19 [paul]       0.8.1claws77
9287
9288         * src/compose.c
9289                 add check for '.' to QUOTE_IF_REQUIRED
9290
9291 2002-08-19 [paul]       0.8.1claws76
9292
9293         * src/inc.c
9294                 sync with 0.8.1cvs25 (plug memory leak)
9295
9296         * src/prefs_toolbar.c
9297                 re-order prefs_toolbar_cancel()
9298
9299 2002-08-18 [alfons]     0.8.1claws75
9300
9301         * src/inc.c
9302         * src/matcher.c
9303                 plug other memleaks reported by Martin Kluge
9304
9305 2002-08-18 [paul]       0.8.1claws74
9306
9307         * po/pt_BR.po
9308                 updated by Fabio Jr. Beneditto
9309
9310 2002-08-18 [paul]       0.8.1claws73
9311
9312         * src/toolbar.[ch]
9313                 fix bug where tooltips were displayed untranslated              
9314
9315         * src/prefs_toolbar.c
9316                 fix bug where clicking 'Cancel' creates an icon & text
9317                 toolbar regardless of prefs
9318         
9319
9320 2002-08-17 [oliver]     0.8.1claws72
9321
9322         * src/prefs_toolbar.c
9323                 update toolbar on CANCEL
9324                 bug reported by Martin Kluge
9325         * src/toolbar.c
9326                 toolbar_destroy memleak fixed           
9327
9328 2002-08-17 [alfons]     0.8.1claws71
9329
9330         * src/toolbar.c
9331                 plug another memleak reported by Martin Kluge
9332
9333 2002-08-16 [alfons]     0.8.1claws70
9334
9335         * src/crash.c
9336                 use execvp() correctly (suggested by wwp; thanks!)
9337
9338 2002-08-16 [alfons]     0.8.1claws69
9339
9340         * src/gtksctree.c
9341                 plug memory leak reported by Kim Schultz & Martin Kluge
9342
9343 2002-08-16 [paul]       0.8.1claws68
9344
9345         * po/es.po
9346                 updated by Ricardo Mones Lastra
9347
9348 2002-08-16 [paul]       0.8.1claws67
9349
9350         * src/toolbar.h
9351                 fix bug where 'Compose News' icon showed wrong
9352                 tooltip
9353
9354 2002-08-16 [paul]       0.8.1claws66
9355
9356         * sync with 0.8.1cvs24
9357                 see ChangeLog 2002-08-16
9358
9359         * po/it.po
9360                 updated by Alessandro Maestri
9361
9362 2002-08-15 [paul]       0.8.1claws65
9363
9364         * po/sr.po
9365                 updated by Urke MMI
9366
9367 2002-08-15 [paul]       0.8.1claws64
9368
9369         * src/*.c
9370                 don't translate debug info
9371
9372         * src/matcher.[ch]
9373                 add copyright info
9374
9375 2002-08-15 [paul]       0.8.1claws63
9376
9377         * src/prefs_toolbar.c
9378                 fix bug where clicking 'OK' creates an icon & text
9379                 toolbar regardless of prefs
9380
9381 2002-08-14 [alfons]     0.8.1claws62
9382
9383         * src/main.c
9384                 add global var that has the full argv[0]
9385         * src/crash.c
9386                 o execvp the correct sylpheed by using argv0
9387                   and setting the correct work dir
9388                 o other tweaks  
9389
9390 2002-08-14 [oliver]     0.8.1claws61
9391         
9392         * enable/disable Toolbar Action Buttons 
9393         * code cleanups
9394         * src/mainwindow.c
9395         * src/toolbar.[ch]      
9396         * src/prefs_toolbar.c   
9397
9398 2002-08-14 [melvin]     0.8.1claws60
9399
9400         * po/fr.po
9401                 Updated French translations
9402
9403 2002-08-14 [melvin]     0.8.1claws59
9404
9405         * src/crash.c
9406                 Made bug report not translatable
9407         * src/exporthtml.c
9408                 Fixed exporthtml_build_filespec() return value
9409         * src/foldersel.c
9410                 Fixed incorrect include file
9411         * src/gtkspell.c
9412         * src/prefs_actions.c
9413         * src/prefs_toolbar.c
9414                 Made debug info not translatable
9415         * src/mutt.c
9416         * src/quote_fmt.c
9417                 Added missing includes
9418         * src/prefs_common.c
9419                 Fixed typo
9420
9421 2002-08-14 [paul]       0.8.1claws58
9422
9423         * faq/es/sylpheed-faq.html
9424           faq/es/sylpheed-faq-[1-3].html
9425           faq/es/sylpheed-faq-4.html     **NEW FILE **
9426                 update Spanish FAQ
9427
9428 2002-08-13 [christoph]  0.8.1claws57
9429
9430         * src/procmsg.c
9431                 ignore thread fix that did not mark all
9432                 child nodes of a ignored thread as
9433                 ignored. Does not work perfectly yet,
9434                 but it is better now
9435
9436 2002-08-13 [alfons]     0.8.1claws56
9437
9438         * src/crash.c
9439                 o implement 'save crash log'
9440                 o some tweaks
9441
9442 2002-08-13 [melvin]     0.8.1claws55
9443
9444         * src/main.c
9445                 removed unrequired "execinfo.h" header
9446
9447 2002-08-12 [paul]       0.8.1claws54
9448
9449         * faq/en/sylpheed-faq.html
9450           faq/en/sylpheed-faq-[1-3].html
9451           faq/en/sylpheed-faq-4.html     **NEW FILE **
9452                 update English FAQ
9453
9454 2002-08-12 [alfons]     0.8.1claws53
9455
9456         * po/POTFILES.in
9457                 add crash.c to translatables
9458         * src/crash.c
9459                 bring in Leandro's crash dialog
9460
9461 2002-08-11 [alfons]     0.8.1claws52
9462
9463         * src/crash.c
9464                 clean up some warnings
9465
9466 2002-08-11 [alfons]     0.8.1claws51
9467
9468         * acconfig.h
9469         * configure.in
9470         * src/crash.[ch]        ** NEW FILES **
9471         * src/main.c            
9472                 initial gdb crash handler
9473
9474 2002-08-11 [paul]       0.8.1claws50
9475
9476         * src/prefs_toolbar.c
9477                 replace Up/Down arrow pixmaps with text to be
9478                 consistent across icon themes
9479
9480 2002-08-11 [paul]       0.8.1claws49
9481
9482         * src/prefs_common.c
9483           src/prefs_toolbar.c
9484                 rename 'Pixmap' -> 'Icon'
9485
9486         * src/toolbar.[ch]
9487                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9488
9489 2002-08-10 [paul]       0.8.1claws48
9490
9491         * src/prefs_toolbar.c
9492                 re-work the UI
9493
9494 2002-08-10 [paul]       0.8.1claws47
9495
9496         * src/main.c
9497                 don't write Processing progress to status bar
9498                 patch submitted by Alexander Evseev
9499
9500         * src/prefs_toolbar.c
9501                 re-position and resize window
9502                 make window assume correct size on first call
9503
9504 2002-08-10 [paul]       0.8.1claws46
9505
9506         * src/mainwindow.c
9507           src/prefs_toolbar.c
9508           src/toolbar.c
9509           src/toolbar.h
9510                 obey coding style
9511                 follow UI text conventions
9512
9513 2002-08-10 [alfons]     0.8.1claws45
9514
9515         * src/toolbar.c
9516                 correct pixmap for delete action
9517
9518 2002-08-10 [paul]       0.8.1claws44
9519
9520         * po/pt_BR.po
9521                 updated by Fabio Jr. Beneditto
9522
9523 2002-08-10 [paul]       0.8.1claws43
9524
9525         * po/POTFILES.in
9526                 add custom toolbar files
9527
9528 2002-08-10 [paul]       0.8.1claws42
9529
9530         * sync with 0.8.1cvs22
9531                 see ChangeLog 2002-08-09
9532
9533 2002-08-09 [paul]       0.8.1claws41
9534
9535         * tools/Makefile.am
9536           tools/README
9537           tools/outlook2sylpheed.pl     ** NEW FILE **
9538                 add script to convert exported Outlook
9539                 contacts list to a Sylpheed addressbook.
9540                 Submitted by Ricardo Mones Lastra.
9541
9542 2002-08-09 [paul]       0.8.1claws40
9543
9544         * AUTHORS
9545           configure.in
9546           po/sr.po      ** NEW FILE **
9547                 add Serbian message catalog. Submitted by
9548                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9549
9550 2002-08-09 [paul]       0.8.1claws39
9551
9552         * sync with 0.8.1cvs21
9553                 see ChangeLog 2002-08-08
9554
9555 2002-08-08 [oliver]     0.8.1claws38
9556
9557         * src/mainwindow.c
9558                 move Custom Toolbar to Configuration menu
9559
9560 2002-08-08 [oliver]     0.8.1claws37
9561
9562         * src/prefs_toolbar.c
9563                 fix substitute pixmap bug
9564
9565 2002-08-08 [paul]       0.8.1claws36
9566
9567         * sync with 0.8.1cvs19
9568                 see ChangeLog 2002-08-08
9569
9570 2002-08-07 [christoph]  0.8.1claws35
9571
9572         * src/utils.c
9573                 fixed a memory leak in new canonicalize_file_replace
9574
9575 2002-08-07 [christoph]  0.8.1claws34
9576
9577         * src/utils.[ch]
9578                 o canonicalize_file_replace should create the temporary
9579                   file in the same directory as the original file.
9580                 o added get_tmpfile_in_dir that creates a temorary file
9581                   in a specified directory.
9582
9583 2002-08-07 [melvin]     0.8.1claws33
9584
9585         * src/toolbar.c
9586                 fixed bug where 'Article' button acted as 'Email' button.
9587
9588 2002-08-07 [paul]       0.8.1claws32
9589
9590         * sync with 0.8.1.cvs17
9591                 see ChangeLog 2002-08-07
9592
9593 2002-08-07 [colin]      0.8.1claws31
9594         
9595         * src/news.c
9596                 fix mass-cancel problem
9597
9598 2002-08-07 [thorsten]   0.8.1claws30
9599
9600         * src/prefs_toolbar.c
9601                 fix: crash on replace or add new button
9602         * src/toolbar.c
9603                 fix: close xmlfile after reading
9604         * src/utils.c
9605                 fix: unlink() file before rename()
9606
9607 2002-08-06 [paul]       0.8.1claws29
9608
9609         * sync with 0.8.cvs15
9610                 see ChangeLog 2002-08-06
9611
9612 2002-08-06 [oliver]     0.8.1claws28
9613
9614         * src/toolbar.c
9615         * src/prefs_toolbar.c
9616                 fixed empty toolbar issue
9617
9618 2002-08-06 [oliver]     0.8.1claws27
9619
9620         * Custom Toolbar Final 
9621         * src/folderview.c
9622         * src/inc.c
9623         * src/summaryview.c
9624                 o toolbar stuff now lives in src/toolbar.[ch]
9625                 o main_window_toolbar_* functions are renamed to
9626                   toolbar_* reflecting their new source file
9627         * src/mainwindow.[ch]
9628                 o remove toolbar stuff  
9629
9630 2002-08-06 [oliver]     0.8.1claws26
9631         
9632         * src/Makefile.am
9633         * src/prefs_toolbar.[ch]        **New File**
9634         * src/toolbar.[ch]              **New File**
9635                 o prefs_toolbar.[ch] custom toolbar frontend
9636                 o toolbar.[ch]       backend 
9637
9638 2002-08-06 [oliver]     0.8.1claws25
9639
9640         * src/prefs_actions.[ch]
9641                 o new exported function actions_execute
9642
9643 2002-08-06 [paul]       0.8.1claws24
9644
9645         * sync with 0.8.1cvs4
9646                 see ChangeLog 2002-08-06
9647
9648 2002-08-06 [paul]       0.8.1claws23
9649
9650         * sync with 0.8.1cvs13
9651                 see ChangeLog 2002-08-06
9652
9653 2002-08-06 [paul]       0.8.1claws22
9654
9655         * sync with 0.8.1cvs12
9656                 see ChangeLog 2002-08-05 and 2002-08-06
9657
9658 2002-08-06 [match]      0.8.1claws21
9659
9660         * src/addrclip.c
9661                 improvements to cut/copy/paste address
9662
9663 2002-08-05 [match]      0.8.1claws20
9664
9665         * src/addritem.[ch]
9666         * src/addrcache.c
9667         * src/addrbook.c
9668         * src/editaddress.c
9669         * src/addressbook.c
9670                 fixes to improve cut/copy/paste
9671
9672 2002-08-06 [melvin]     0.8.1claws19
9673
9674         * src/account.[ch]
9675                 account_find_all_from_address(): new function that returns the
9676                 list of all accounts that are matched in an address.
9677         * src/alertpanel.[ch]
9678                 alertpanel() now accepts a custom widget
9679                 alertpanel_with_widget(): new function that pops up a panel with
9680                 a custom widget in it 
9681         * src/gtkutils.[ch]
9682                 gtkut_account_menu_new(): new function that allows the selection
9683                 of an account from a list of accounts.
9684         * src/messageview.c
9685                 Extended Return Receipt notification to select the correct 
9686                 account and to make a security test on the Delivery-Notification
9687                 address which should be the same as the Return-Path.
9688
9689 2002-08-06 [thorsten]   0.8.1claws18
9690
9691         * src/mimeview.c
9692                 attach_all: save unnamed as "noname.%d",
9693                 dont free static dirname
9694
9695 2002-08-05 [alfons]     0.8.1claws17
9696
9697         * configure.in
9698                 detect XIM by trying to link rather than compile a XIM program
9699
9700 2002-08-05 [oliver]     0.8.1claws16
9701                 
9702         * src/stock_pixmap.[ch]
9703                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9704                 o new func to retrieve pixmaps
9705
9706 2002-08-05 [paul]       0.8.1claws15
9707
9708         * sync with 0.8.1cvs10
9709                 see ChangeLog 2002-08-05
9710
9711 2002-08-04 [alfons]     0.8.1claws14
9712
9713         * src/textview.c
9714                 see if this plugs memleak
9715
9716 2002-08-04 [melvin]     0.8.1claws13
9717
9718         * src/gtkspell.c
9719                 fixed bug that could crash Sylpheed when highlighting
9720                 all misspelled words.
9721
9722 2002-08-03 [melvin]     0.8.1claws12
9723
9724         * src/prefs_actions.c
9725                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9726         * src/messageview.c
9727                 fixed bug where the Return Receipt was sent to
9728                 Delivery-Notification-To address even if it was not present
9729
9730 2002-08-02 [alfons]     0.8.1claws11
9731
9732         * src/prefs_actions.c
9733                 o more check for NULLs
9734                 o put create_io_dialog() in right conditional block
9735
9736 2002-08-02 [paul]       0.8.1claws10
9737
9738         * po/es.po
9739                 updated by Ricardo Mones Lastra
9740
9741 2002-08-01 [christoph]  0.8.1claws9
9742
9743         * src/folder.c
9744                 don't free the cache of the opened
9745                 folder in the summaryview
9746         * src/summaryview.c
9747                 don't unset flags, if it is not required
9748
9749 2002-08-01 [paul]       0.8.1claws8
9750
9751         * sync with 0.8.1cvs8
9752                 see ChangeLog entry 2002-08-01
9753
9754 2002-08-01 [paul]       0.8.1claws7
9755
9756         * sync with 0.8.1cvs7
9757                 see ChangeLog 2002-07-31 and 2002-08-01
9758
9759 2002-07-31 [christoph]  0.8.1claws6
9760
9761         * src/mainwindow.c
9762                 forgot to update menu sensitivity
9763                 function for new menu entry
9764
9765 2002-07-31 [alfons]     0.8.1claws5
9766
9767         * src/main.c
9768                 check folder item and its path for NULL on
9769                 initial processing
9770
9771 2002-07-31 [christoph]  0.8.1claws4
9772
9773         * src/folder.c
9774                 check if folder_item_get_msginfo in
9775                 folder_item_remove_msg returned NULL
9776         * src/imap.c
9777                 better clear the uid cache in the
9778                 uid validity check function and delete
9779                 cached messages
9780
9781 2002-07-31 [paul]       0.8.1claws3
9782
9783         * man/sylpheed.1
9784                 add the '--attach' option and a few other
9785                 minor changes
9786
9787 2002-07-31 [paul]       0.8.1claws2
9788
9789         * sync with 0.8.1cvs5
9790                 see ChangeLog 2002-07-31
9791
9792 2002-07-31 [christoph]  0.8.1claws1
9793
9794         * src/folderview.[ch]
9795         * src/mainwindow.c
9796                 replace "Rescan all folders..." with
9797                 "Check all folders for new messages..."
9798
9799 2002-07-30 [paul]       0.8.1claws
9800
9801         * version 0.8.1claws released
9802
9803 2002-07-30 [paul]       0.8.0claws29
9804
9805         * tools/OOo2sylpheed.pl ** NEW FILE **
9806           tools/README
9807                 add script to enable sending documents as
9808                 attachments from OpenOffice.org
9809
9810 2002-07-30 [melvin]     0.8.0claws28
9811
9812         * src/prefs_actions.c
9813                 Made the actions' input/output dialog display
9814                 without delay.
9815
9816 2002-07-30 [christoph]  0.8.0claws27
9817
9818         * src/procmsg.c
9819                 check if folder_item_get_msginfo in
9820                 procmsg_save_to_outbox returned NULL
9821
9822 2002-07-30 [paul]       0.8.0claws26
9823
9824         * sync with 0.8.1cvs4
9825                 see ChangeLog 2002-07-29
9826
9827 2002-07-29 [thorsten]   0.8.0claws25
9828
9829         * README.claws
9830                 added selective download, delete on server
9831
9832 2002-07-29 [paul]       0.8.0claws24
9833
9834         * sync with 0.8.1cvs3
9835                 see ChangeLog 2002-07-29
9836
9837 2002-07-27 [christoph]  0.8.0claws23
9838
9839         * src/folder.c
9840                 add extra check if fetching the msginfo
9841                 returned NULL
9842
9843 2002-07-27 [paul]       0.8.0claws22
9844
9845         * sync with 0.8.1cvs2
9846                 see ChangeLog 2002-07-26
9847
9848 2002-07-27 [christoph]  0.8.0claws21
9849
9850         * src/imap.c
9851                 add another check if a valid msginfo
9852                 was returned
9853
9854 2002-07-26 [hoa]        0.8.0claws20
9855
9856         * src/folder.c
9857                 Fixed a condition in folder_item_destroy()
9858
9859         * src/imap.c
9860                 Fixed an error in IMAP protocol
9861
9862 2002-07-26 [alfons]     0.8.0claws19
9863
9864         * src/folder.c
9865                 ofcourse compare with identifier, not the path
9866
9867 2002-07-26 [alfons]     0.8.0claws18
9868
9869         * src/folder.c
9870                 use folder item identifier for saving / restoring
9871                 preferences because folder->path might not be unique
9872
9873 2002-07-26 [melvin]     0.8.0claws17
9874
9875         * src/logwindow.c
9876                 Fixed a crash introduced in 0.8.0claws5 when log is 
9877                 cut under 80 characters.
9878
9879 2002-07-26 [paul]       0.8.0claws16
9880
9881         * sync with 0.8.1cvs1
9882                 see ChangeLog 2002-07-26
9883
9884 2002-07-26 [christoph]  0.8.0claws15
9885
9886         * src/imap.[ch]
9887                 imap folder now remembers the last selected
9888                 folder and imap_fetch_msginfo skips selecting
9889                 the folder if it is already selected
9890
9891 2002-07-26 [christoph]  0.8.0claws14
9892
9893         * src/folder.c
9894         * src/folderview.c
9895         * src/imap.c
9896                 fix imap folder rescanning
9897
9898 2002-07-25 [christoph]  0.8.0claws13
9899
9900         * src/filter.c
9901         * src/folder.[ch]
9902         * src/folderview.c
9903         * src/imap.[ch]
9904         * src/mainwindow.c
9905         * src/mbox_folder.c
9906         * src/mh.c
9907         * src/news.c
9908                 implement imap uid cache and uid validity check
9909
9910 2002-07-25 [alfons]     0.8.0claws12
9911
9912         * src/summaryview.c
9913                 fix a brown paper bag bug, and also add some more
9914                 checks
9915
9916 2002-07-25 [christoph]  0.8.0claws11
9917
9918         * src/folder.c
9919                 don't mix copy, fetch_msginfo and remove
9920                 operations in folder item copy and move
9921                 operations
9922
9923 2002-07-25 [christoph]  0.8.0claws10
9924
9925         * src/folderview.c
9926         * src/mainwindow.c
9927         * src/prefs_folder_item.c
9928         * src/summaryview.[ch]
9929                 remove no longer required parameter update_cache from
9930                 summary_show
9931
9932 2002-07-25 [paul]       0.8.0claws9
9933
9934         * sync with 0.8.1
9935         
9936         * AUTHORS
9937                 a few corrections
9938
9939 2002-07-24 [alfons]     0.8.0claws8
9940
9941         * src/summaryview.c
9942                 sort correctly when using simplified subject line
9943                 (closes feature request "[ 585141 ] applying regexp to subject 
9944                 before sort" submitted by Alexandra Walford)
9945
9946 2002-07-24 [paul]       0.8.0claws7
9947
9948         * sync with 0.8.0cvs3
9949                 see ChangeLog 2002-07-24
9950
9951 2002-07-23 [christoph]  0.8.0claws6
9952
9953         * src/folder.c
9954         * src/folder.h
9955         * src/summaryview.c
9956         * src/summaryview.h
9957         * src/main.c
9958                 o separate processing and summaryview
9959                 o removed summary_write_cache from summaryview
9960                 o removed summaryview->killed_messages, because we don't have
9961                   to keep a list of killed messages anymore. New cache will
9962                   keep the hidden messages in cache anyway
9963         * src/folderview.c
9964         * src/inc.c
9965         * src/selective_download.c
9966                 o removed unnecessary summary_write_cache calls
9967         * src/procmsg.c
9968                 o don't set ignore thread flag in procmsg_get_thread_tree
9969                   if it is already set
9970         * src/mainwindow.c
9971         * src/statusbar.h
9972                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9973                   they are used in different files
9974
9975 2002-07-23 [melvin]     0.8.0claws5
9976
9977         * src/addressbook.c
9978         * src/addrgather.c
9979         * src/editaddress.c
9980         * src/editgroup.c
9981         * src/editldap_basedn.c
9982         * src/importldif.c
9983         * src/prefs_common.c
9984                 Fixed few memory leak (gtk_editable_get_chars returns
9985                 an allocated string)
9986         * src/logwindow.c
9987                 Fixed few memory leak (gtk_editable_get_chars returns
9988                 an allocated string) and modified a little the log cutting
9989                 loop.
9990         * src/compose.c
9991                 Replaced a call to an obsolete function gtk_entry_get_text()
9992                 by gtk_editable_get_chars()
9993         * src/send.c
9994                 Removed a debug printf
9995
9996 2002-07-23 [christoph]  0.8.0claws4
9997
9998         * src/filesel.c
9999                 fix another g_dirname memory leak
10000
10001 2002-07-23 [christoph]  0.8.0claws3
10002
10003         * src/mh.c
10004                 fixed a memory leak in mh_fetch_msginfo
10005                 fixed crash when message header could not be
10006                 parsed
10007
10008 2002-07-23 [paul]       0.8.0claws2
10009
10010         * sync with 0.8.0cvs2
10011                 see ChangeLog 2002-07-23
10012
10013 2002-07-23 [paul]       0.8.0claws1
10014
10015         * sync with 0.8.0cvs1
10016                 see ChangeLog 2002-07-23
10017
10018 2002-07-23 [paul]       0.8.0claws
10019
10020         * release of 0.8.0claws
10021
10022 2002-07-23 [paul]       0.7.8claws99
10023
10024         * po/ru.po
10025                 new Russian translation, submitted by
10026                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10027
10028 2002-07-22 [jens]       0.7.8claws98
10029
10030         * po/de.po
10031                 Updated German translations.
10032
10033 2002-07-22 [paul]       0.7.8claws97
10034
10035         * po/es.po
10036           po/it.po
10037           po/nl.po
10038           po/pt_BR.po
10039                 updated translations by Ricardo Mones Lastra,
10040                 Alessandro Maestri, Wilbert Berendsen and 
10041                 Fabio Jr. Beneditto respectively
10042
10043 2002-07-22 [christoph]  0.7.8claws96
10044
10045         * src/mimeview.c
10046                 fix memory leak caused by wrong g_dirname usage
10047
10048 2002-07-22 [christoph]  0.7.8claws95
10049
10050         * src/summaryview.c
10051                 update new and unread message counts for summaryview
10052                 summaryview does not get it from the folder anymore
10053                 and has to update the values itself
10054
10055 2002-07-22 [melvin]     0.7.8claws94
10056
10057         * po/fr.po
10058                 Updated French translations.
10059
10060 2002-07-22 [christoph]  0.7.8claws93
10061
10062         * src/matcher.c
10063                 set prop->preg pointer to NULL or following check
10064                 will not fail and regexec will be called with
10065                 invalid pointer
10066
10067 2002-07-21 [alfons]     0.7.8claws92
10068         
10069         * src/prefs_common.[ch]
10070                 remove option "Send return receipt on request"
10071
10072 2002-07-21 [thorsten]   0.7.8claws91
10073
10074         * src/mimeview.c
10075                 fixed memleaks, coding style as pointed out by alfons
10076
10077 2002-07-21 [alfons]     0.7.8claws90
10078
10079         * src/messageview.c
10080         * src/noticeview.[ch]
10081                 o fix bug notice view being displayed when going to empty folder 
10082                   (noticed by Christoph)
10083                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10084                   (noticed by Thorsten)
10085
10086 2002-07-21 [thorsten]   0.7.8claws89
10087
10088         * src/mimeview.c
10089                 Included save_all patch from Xaview FACQ
10090                 added support for pathnames
10091
10092 2002-07-21 [alfons]     0.7.8claws88
10093
10094         * po/POTFILES.in
10095         * src/Makefile.am
10096         * src/mainwindow.c
10097         * src/messageview.[ch]
10098         * src/noticeview.c      ** NEW FILE **
10099         * src/noticeview.h      ** NEW FILE **
10100                 make return receipts work again
10101                 (UI idea by Leandro Pereira)
10102
10103 2002-07-21 [paul]       0.7.8claws87
10104
10105         * src/summaryview.c
10106                 fix sensitivity of 'Select thread'
10107
10108 2002-07-21 [paul]       0.7.8claws86
10109
10110         * src/prefs_common.c
10111                 add browser command line for Galeon
10112
10113 2002-07-21 [paul]       0.7.8claws85
10114
10115         * Makefile.am
10116                 fix 'EXTRA_DIST': remove README.README, add TODO
10117                 and TODO.claws
10118
10119 2002-07-21 [alfons]     0.7.8claws84
10120
10121         * src/gtkstext.c
10122                 make enter clear selection
10123                 (closes "[ 579888 ] Editor selection/entry error"
10124                 reported by Steve Lamb)
10125
10126 2002-07-21 [alfons]     0.7.8claws83
10127         
10128         * src/summaryview.c
10129                 sort message list when selecting unthread messages
10130                 (closes "[ 501593 ] switching threaded view doesn't sort"
10131                 reported by Simon Schubert)
10132
10133 2002-07-20 [alfons]     0.7.8claws82
10134         
10135         * src/matcher.c
10136                 const-correctness
10137
10138 2002-07-20 [thorsten]   0.7.8claws81
10139
10140         * src/matcher.c
10141                 Fixed expansion of empty fields in matchactions
10142
10143 2002-07-19 [melvin]     0.7.8claws80
10144
10145         * src/gtkspell.c
10146                 Removed a duplicate menu entry (fast mode) introduced during
10147                 the new cache merge
10148                 Added a menu separator between 'Use alternate' and 'Fast mode'
10149
10150 2002-07-19 [paul]       0.7.8claws79
10151
10152         * tools/Makefile.am
10153           tools/README
10154                 correct typos
10155
10156 2002-07-19 [thorsten]   0.7.8claws78
10157
10158         * tools/calypso_convert.pl      ** NEW FILE **
10159           tools/README
10160           tools/Makefile.am
10161                 script to import mbox files exported
10162                 by calypso
10163                 o generates folder structure
10164                 o includes attachments
10165
10166 2002-07-19 [melvin]     0.7.8claws77
10167
10168         * src/selective_download.[ch]
10169                 Fixed bug where closing the dialog with the window manager's
10170                 close button will not unlock the summary
10171                 Corrected some function declarations that missed a return value
10172                 Made the source code comply better with coding style.
10173         * src/prefs_common.c
10174                 Added new browser command line for Mozilla.
10175
10176 2002-07-18 [paul]       0.7.8claws76
10177
10178         * src/mainwindow.c
10179           src/selective_download.[ch]
10180                 reflect theme changes, fix Gdk Warning when creating 
10181                 pixmap from NULL window, and minor clean up.
10182                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10183
10184         * po/en_GB.po
10185                 updated
10186
10187 2002-07-17 [paul]       0.7.8claws75
10188
10189         * INSTALL[.jp]
10190                 sync with 0.8.0
10191         
10192         * po/en_GB.po
10193                 updated
10194
10195 2002-07-16 [paul]       0.7.8claws74
10196
10197         * tools/filter_conv.pl
10198           tools/README
10199                 replace conversion script with reimplemented version, 
10200                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10201
10202 2002-07-16 [colin]      0.7.8claws73
10203
10204         * src/summaryview.c
10205                 remove forgotten debug messages - sorry ;-)
10206
10207 2002-07-16 [colin]      0.7.8claws72
10208
10209         * src/mimeview.c
10210           src/summaryview.c
10211           src/textview.c
10212           src/textview.h
10213                 add the ability to select part of a text mime-part 
10214                 to reply.
10215
10216 2002-07-15 [christoph]  0.7.8claws71
10217
10218         * src/folder.c
10219                 fix folder message count for folders without
10220                 msg_is_changed (includes news folders)
10221
10222 2002-07-15 [martin]     0.7.8claws70
10223
10224         * src/summaryview.c
10225                 option "display recipient on 'From'..." now works
10226                 without the need of enabling the option
10227                 "display  sender  using  address  book".
10228
10229 2002-07-15 [christoph]  0.7.8claws69
10230
10231         * src/summaryview.c
10232                 removed setting folder status from summaryview.
10233                 folder.c should update all message counts correctly.
10234
10235 2002-07-15 [paul]       0.7.8claws68
10236
10237         * po/pt_BR.po
10238                 updated by Fabio Junior Beneditto
10239
10240 2002-07-15 [darko]      0.7.8claws67
10241
10242         * src/mh.c
10243                 Fixed target folder colorization, don't decrease op
10244                 number twice
10245
10246 2002-07-14 [paul]       0.7.8claws66
10247
10248         * sync with main 0.8.0
10249                 see ChangeLog 2002-07-14
10250
10251 2002-07-13 [melvin]     0.7.8claws65
10252         
10253         * src/addrbook.c
10254         * src/addressbook.c
10255         * src/addrindex.c
10256                 Replaced sprintf by g_snprintf to prevent possible buffer
10257                 overflow.
10258         * src/news.c
10259                 Corrected a log message output format.
10260                 Added a missing "done" debug output.
10261         * src/compose.c
10262                 Added keyboard accelerator for Priority menu items
10263                 Added missing \n in debug output
10264         * src/logwindow.c
10265         * src/gtkspell.c
10266         * src/rfc2015.c
10267                 Added missing \n in debug output
10268
10269 2002-07-13 [paul]       0.7.8claws64
10270
10271         * man/sylpheed.1
10272                 change Sergey's email address to the sf address
10273
10274         * src/textview.c
10275                 increase show_url_timeout (more useful for long
10276                 urls)
10277
10278 2002-07-12 [sergey]     0.7.8claws63
10279
10280         * src/rfc2015.c
10281                 applied (with some modifications) patch to set the
10282                 micalg parameter for signatures
10283                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10284
10285 2002-07-12 [sergey]     0.7.8claws62
10286
10287         * man/Makefile.am
10288         * configure.in
10289                 fixed man page installation
10290
10291 2002-07-12 [paul]       0.7.8claws61
10292
10293         * sync with 0.7.8cvs26
10294                 see ChangeLog 2002-07-11 and 2002-07-12
10295
10296 2002-07-11 [christoph]  0.7.8claws60
10297
10298         * src/compose.c
10299         * src/procmsg.c
10300                 first use the message number to find the message
10301                 to mark with a reply flag but check the
10302                 message-id if we got the correct message, if not
10303                 try to find it by message-id.
10304                 use new string seperator that is not allowed
10305                 in message-ids.
10306
10307 2002-07-11 [paul]       0.7.8claws59
10308
10309         * sync with 0.7.8cvs23
10310                 see ChangeLog 2002-07-10
10311
10312 2002-07-10 [christoph]  0.7.8claws58
10313
10314         * src/folder.[ch]
10315         * src/msgcache.[ch]
10316                 Added message-id table to the cache in memory
10317                 and functions to msgcache.c and folder.c to
10318                 fetch MsgInfos by message id
10319         * src/compose.c
10320         * src/procmsg.c
10321                 store folder and message-id of message replying
10322                 to in queue header and set reply flag after sending
10323                 (Closes bug #469498)
10324
10325 2002-07-10 [paul]       0.7.8claws57
10326
10327         * AUTHORS
10328           man/sylpheed.1.gz
10329                 add Martin to the list of authors
10330
10331 2002-07-09 [martin]     0.7.8claws56
10332         * src/gtksctree.c
10333                 Added gtk_ctree_last_visible(), tree_update_level(),
10334                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10335                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10336                 from gtk+ to gtksctree.c for the new sorting code
10337                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10338                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10339         * src/gtksctree.h
10340                 Added declaration for gtk_sctree_sort_recursive() and
10341                 gtk_sctree_sort_node
10342         * src/addressbook.c
10343         * src/foldersel.c
10344         * src/folderview.c
10345         * src/summaryview.c
10346                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10347                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10348
10349 2002-07-08 [paul]       0.7.8claws55
10350
10351         * more sync with 0.7.8cvs21
10352                 see ChangeLog 2002-07-08
10353
10354 2002-07-08 [paul]       0.7.8claws54
10355
10356         * sync with 0.7.8cvs21
10357                 see ChangeLog 2002-07-08
10358
10359 2002-07-07 [alfons]     0.7.8claws53
10360
10361         * src/Makefile.am
10362         * src/stock_pixmap.[ch]
10363         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10364         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10365         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10366                 add new pixmaps for upcoming notice pane
10367
10368 2002-07-06 [melvin]     0.7.8claws52
10369
10370         * src/gtkspell.[ch]
10371                 Made them a bit closer to Sylpheed's coding style.
10372                 Removed old code.
10373                 Removed possible memory leaks when some errors occurs.
10374
10375 2002-07-06 [melvin]     0.7.8claws51
10376
10377         * po/Makefile.in.in
10378                 Removed --no-location in xgettext command line to help
10379                 translators that use Emacs' po-mode
10380         * src/quote_fmt.c
10381                 Removed unnecessary comments that messed up sylpheed.pot
10382
10383 2002-07-06 [paul]       0.7.8claws50
10384
10385         * sync with 0.7.8cvs19
10386                 see ChangeLog 2002-07-05
10387
10388 2002-07-06 [christoph]  0.7.8claws49
10389
10390         * src/folder.c
10391         * src/mainwindow.c
10392                 fix folder_item_remove_all_msg and folderview
10393                 status for trash folders after emptying trash
10394
10395 2002-07-05 [paul]       0.7.8claws48
10396
10397         * sync with 0.7.8cvs16
10398                 see ChangeLog 2002-07-04 and 2002-07-05
10399
10400 2002-07-04 [paul]       0.7.8claws47
10401
10402         * sync with 0.7.8cvs14
10403                 see  ChangeLog 2002-07-04
10404
10405 2002-07-03 [alfons]     0.7.8claws46
10406
10407         * src/folder.c
10408                 dupe folder item's path because it's being reallocated
10409                 by new folder scanning code
10410
10411 2002-07-03 [christoph]  0.7.8claws45
10412
10413         * src/imap.c
10414                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10415         * src/msgcache.c
10416                 add missing return in msgcache_write
10417
10418 2002-07-02 [thorsten]   0.7.8claws44
10419
10420         * src/jpilot.c
10421         * src/msgcache.c
10422         * src/rfc2015.c
10423                 use binary mode for file access
10424
10425 2002-07-02 [christoph]  0.7.8claws43
10426
10427         * major code cleanup (part 1)
10428         
10429                 - unused variables removed
10430                 - unused functions removed
10431                 - uninitialized variables checked
10432                 - missing return statements added
10433                 - missing function return types added
10434                 - added parentheses around assignment and
10435                   && in || when suggested by gcc
10436               
10437         * src/mh.c
10438         * src/folder.c
10439                 replaced direct calls to folder->scan_tree
10440                 with folder_scan_tree and restore folder
10441                 prefs in this function. The folder should
10442                 not have to deal with them.
10443                 ( Should now work for all folder types )
10444
10445 2002-07-02 [paul]       0.7.8claws42
10446
10447         * sync with 0.7.8cvs13
10448                 see ChangeLog 2002-07-01 and 2002-07-02
10449
10450 2002-07-01 [christoph]  0.7.8claws41
10451
10452         * src/summaryview.c
10453                 fix "goto next/prev unread message" with
10454                 ignored threads
10455
10456 2002-07-01 [paul]       0.7.8claws40
10457
10458         * po/es.po
10459                 updated by Ricardo Mones Lastra
10460
10461 2002-06-30 [match]      0.7.8claws39
10462
10463         * src/jpilot.c
10464                 applied variation of leonerd's patch (566661) to
10465                 allow multiple email addresses per JPilot entry.
10466                 addresses may be separated by space, comma, pipe,
10467                 semi-colon, new-line.
10468
10469 2002-06-30 [alfons]     0.7.8claws38
10470
10471         * src/procmsg.c
10472                 simple fix for putting older nodes before
10473                 newer nodes when threading by subject
10474
10475 2002-06-30 [christoph]  0.7.8claws37
10476
10477         * src/folder.c
10478         * src/folderview.c
10479         * src/mh.c
10480         * src/news.c
10481         * src/procmsg.c
10482                 fix broken folder tree rescaning
10483                 and don't use procmsg_get_mark_sum
10484                 anymore
10485
10486 2002-06-30 [christoph]  0.7.8claws36
10487
10488         * merge new cache branch
10489         * src/imap.c
10490                 fix new cache imap copy bug
10491         * src/folder.c
10492                 improved folder_item_scan
10493                 it should now always set the correct
10494                 new, unread and total message counts
10495
10496 2002-06-29 [paul]       0.7.8claws35
10497
10498         * configure.in
10499                 correct syntax error
10500
10501 2002-06-29 [paul]       0.7.8claws34
10502
10503         * configure.in
10504           Makefile.am
10505           man/Makefile.am       ** NEW FILE **
10506           man/sylpheed.1.gz     ** NEW FILE **
10507                 add Sylpheed man page
10508
10509 2002-06-29 [paul]       0.7.8claws33
10510
10511         * po/pt_BR.po
10512                 updated by Fabio Junior Beneditto
10513
10514 2002-06-28 [jens]       0.7.8claws32
10515
10516         * po/de.po
10517                 translation updated
10518
10519         * src/selective_download.c
10520                 removed gettext for space " "
10521
10522         * src/imap.c
10523                 removed wrong space
10524
10525 2002-06-28 [paul]       0.7.8claws31
10526
10527         * sync with 0.7.8cvs11
10528                 see ChangeLog 2002-06-28
10529
10530 2002-06-28 [paul]       0.7.8claws30
10531
10532         * sync with 0.7.8cvs10
10533                 see ChangeLog 2002-06-27 and 2002-06-28
10534
10535 2002-06-26 [paul]       0.7.8claws29
10536
10537         * src/addrgather.c
10538           src/selective_download.c
10539                 don't gettextise empty strings.
10540                 reserved by gettext. gettext("") returns 
10541                 the header entry with meta information, 
10542                 not the empty string
10543
10544         * po/en_GB.po
10545                 updated
10546
10547 2002-06-26 [paul]       0.7.8claws28
10548
10549         * sync with 0.7.8cvs7
10550                 see ChangeLog 2002-06-25
10551
10552         * src/prefs_common.c
10553                 ...and in the process, tweak the gui a little
10554
10555 2002-06-25 [alfons]     0.7.8claws27
10556         
10557         * configure.in
10558         * src/Makefile.am
10559                 fine tune ldap library detection
10560
10561 2002-06-25 [alfons]     0.7.8claws26
10562
10563         * src/compose.c
10564                 don't allow return receipts when composing a news article
10565
10566 2002-06-25 [paul]       0.7.8claws25
10567
10568         * Makefile.am
10569                 add '$(AMTAR)' to 'release' section to allow for
10570                 new and older autotools
10571
10572 2002-06-25 [paul]       0.7.8claws24
10573
10574         * src/summaryview.c
10575                 fix "No more unread messages" persistant pop-up
10576                 window bug
10577
10578 2002-06-25 [paul]       0.7.8claws23
10579
10580         * po/it.po
10581                 updated by Alessandro Maestri
10582
10583 2002-06-25 [paul]       0.7.8claws22
10584
10585         * sync with 0.7.8cvs6
10586                 see ChangeLog 2002-06-25
10587
10588 2002-06-24 [paul]       0.7.8claws21
10589
10590         * tools/update-po
10591                 add GPL copyright information
10592
10593 2002-06-24 [paul]       0.7.8claws20
10594
10595         * tools/Makefile.am
10596           tools/README
10597           tools/update-po       ** NEW FILE **
10598                 add script that eases the creation of *.po files
10599                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10600
10601 2002-06-23 [alfons]     0.7.8claws19
10602
10603         * src/messageview.c
10604                 make notification_convert_header obey const correctness
10605                 (next step will be fixing the broken return receipt)
10606
10607 2002-06-23 [paul]       0.7.8claws18
10608
10609         * src/messageview.c
10610                 fix bug introduced in last commit:
10611                 removed too much code in last commit - put back what's
10612                 needed
10613
10614 2002-06-23 [paul]       0.7.8claws17
10615
10616         * src/messageview.[ch]
10617                 remove code committed in error from locally patched
10618                 source
10619
10620 2002-06-23 [colin]      0.7.8claws16
10621
10622         * src/compose.[ch]
10623                 add compose_entry_select(), used to select the default_to
10624                 email address - hopefully avoiding people sending mails to
10625                 wrong recipients.
10626
10627 2002-06-22 [alfons]     0.7.8claws15
10628
10629         * AUTHORS
10630                 add Bram Metsch & Stanislav Karchebny
10631         * src/smtp.[ch]
10632         * src/prefs_account.[ch]
10633         * src/send.c
10634                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10635                   options.  (see <http://sourceforge.net/tracker/index.php
10636                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10637
10638                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10639                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10640
10641 2002-06-22 [paul]       0.7.8claws14
10642
10643         * sync with 0.7.8cvs5
10644                 see ChangeLog 2002-06-19 and 2002-06-20
10645
10646 2002-06-22 [alfons]     0.7.8claws13
10647
10648         * src/selective_download.c
10649                 fix a stupid mistake I made
10650
10651 2002-06-22 [alfons]     0.7.8claws12
10652
10653         * src/selective_download.[ch]
10654                 fix another unnoticed leak; cleanup code
10655
10656 2002-06-21 [alfons]
10657
10658         * tools/Makefile.am
10659                 gpg-sign <-- gpg-sign-syl
10660
10661 2002-06-21 [alfons]     0.7.8claws11
10662
10663         * src/selective_download.c
10664         * src/selective_download.h
10665                 fix assorted mix of allocation errors (should solve
10666                 problem reported by Philippe Gramoullé, see:
10667                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10668
10669 2002-06-20 [melvin]     0.7.8claws10
10670
10671         * tools/gpg-sign *REMOVED*
10672           tools/gpg-sign-syl *ADDED*
10673                 Replaced the gpg clearsigning script with the version using
10674                 xterm instead of ssh-askpass and changed its name.
10675
10676         * README.claws
10677                 Updated actions example to reflect the renaming of the
10678                 gpg clearsigning script.
10679
10680 2002-06-19 [paul]       0.7.8claws9
10681
10682         * sync with 0.7.8claws9
10683                 see ChangeLog 2002-06-18 and 2002-06-19
10684
10685 2002-06-19 [paul]       0.7.8claws8
10686
10687         * sync with 0.7.8cvs1
10688                 see ChangeLog 2002-06-18
10689
10690 2002-06-18 [alfons]     0.7.8claws7
10691
10692         * src/mainwindow.h
10693                 add omitted prototype
10694
10695 2002-06-17 [paul]       0.7.8claws6
10696
10697         * src/mainwindow.c
10698                 fix hiding of exec_btn
10699
10700 2002-06-17 [paul]       0.7.8claws5
10701
10702         * src/pop.c
10703                 remove unneeded code: should_delete() 
10704                 and Pop3State::uidl_todelete_list
10705
10706 2002-06-17 [paul]       0.7.8claws4
10707
10708         * sync with 0.7.8
10709                 see ChangeLog 2002-06-11 and 2002-06-13
10710
10711 2002-06-16 [alfons]     0.7.8claws3
10712         
10713         * src/folder.c
10714                 make sure lock sort mode (claws specific) is
10715                 also persists after a tree rescan
10716
10717 2002-06-16 [alfons]     0.7.8claws2
10718
10719         * src/prefs_folder_item.c
10720         * src/folder.[ch]
10721                 fix persistence of folder sort mode (broken
10722                 by adapting Hiro's new folder persistence code)
10723
10724 2002-06-16 [alfons]     0.7.8claws1
10725
10726         * AUTHORS
10727         * src/logwindow.c
10728         * src/prefscommon.[ch]
10729                 control size of log text in log window; 
10730                 closes patch #569155 submitted by Mitko Haralanov.
10731
10732 2002-06-15 [paul]       0.7.8claws
10733
10734         * release of 0.7.8claws
10735
10736 2002-06-15 [paul]       0.7.7claws
10737
10738         * po/pt_BR.po
10739                 updated by Fabio Junior Beneditto
10740
10741 2002-06-14 [paul]       0.7.6claws49
10742
10743         * po/es.po
10744                 updated by Ricardo Mones Lastra
10745
10746 2002-06-14 [paul]       0.7.6claws48
10747
10748         * po/nl.po
10749                 updated translation by Wilbert Berendsen
10750
10751 2002-06-14 [melvin]     0.7.6claws47
10752
10753         * po/fr.po
10754                 Updated French translation
10755
10756 2002-06-13 [paul]       0.7.6claws46
10757
10758         * src/filesel.c
10759                 allow filename to be typed in, rather than just
10760                 selected by the mouse. Patch by Gustavo Noronha Silva.
10761
10762 2002-06-13 [alfons]     0.7.6claws45
10763
10764         * src/mainwindow.[ch]
10765                 more cleanups (removing unnecessary menu items Expand 
10766                 summary / message view)
10767
10768 2002-06-13 [melvin]     0.7.6claws44
10769
10770         * po/POTFILES.in
10771                 Added src/string_match.c
10772         * src/string_match.c
10773                 Fixed possible buffer overflow.
10774                 Corrected typo.
10775                 Added missing config.h header.
10776         * src/prefs_common.c
10777           src/prefs_matcher.c
10778           src/prefs_scoring.c
10779                 Made some strings translatable (missing _(..)).
10780
10781 2002-06-13 [melvin]     0.7.6claws43
10782
10783         * README.claws
10784                 Corrected action example (verifying clearsigned mail).
10785         * src/prefs_account.c
10786                 Corrected typo.
10787         * src/prefs_common.c
10788                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10789
10790 2002-06-12 [alfons]     0.7.6claws42
10791
10792         * src/summaryview.c
10793                 add init of score column lost in 0.7.6claws42
10794
10795 2002-06-12 [paul]       0.7.6claws41
10796
10797         * src/prefs_account.c
10798                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10799                 behavior of the radio buttons, (from 0.7.7cvs2)
10800
10801 2002-06-11 [alfons]     0.7.6claws40
10802
10803         * src/messageview.[ch]
10804         * src/summaryview.[ch]
10805         * src/summary_search.c
10806         * src/mainwindow.c
10807                 perform a sync to bring in Hiro's separate view implementation 
10808
10809                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10810
10811 2002-06-11 [paul]       0.7.6claws39
10812         
10813         * src/prefs_account.c
10814                 correct a typo on the Receive tab
10815
10816 2002-06-10 [match]      0.7.6claws38
10817
10818         * src/addressbook.c
10819                 Included address completion patch from Gustavo Noronha.
10820
10821 2002-06-10 [paul]       0.7.6claws37
10822
10823         * src/inc.[ch]
10824           src/pop.c
10825           src/prefs_account.[ch]
10826           src/selective_download.[ch]
10827                 apply PATCH #561712
10828                  NEW:
10829                 - check if POP Account
10830                 - Receive Button renamed to Preview
10831                 - Preview Button Popup: preview new/all messages
10832                 - Download Button
10833                 - Account Preferences-->Receive tab checkbutton if you
10834                   want to remove Mail after Download
10835                 -: default YES
10836                 - Account Preferences-->Receive tab checkbutton use
10837                   filtering rules on preview
10838                   (think of delete_on_server)
10839                 -: default YES
10840                 - Account selectable from SD dialog
10841                 - checkbutton to show already downloaded messages if
10842                   all messages are previewed
10843                 - new clist column showing Date
10844                 - ESC KEY close
10845                 FIXES:
10846                 - play ball with UIDL
10847                 - fault tolerant (?) 
10848                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10849
10850 2002-06-10 [melvin]     0.7.6claws36
10851
10852         * README.claws
10853                 Added a hint to ac/README in cvs instructions.
10854
10855         * src/prefs_actions.c
10856                 Made it possible to use a more elaborate command line
10857                 for asynchronous actions, too.
10858
10859 2002-06-10 [melvin]     0.7.6claws35
10860         
10861         * src/prefs_actions.c
10862                 Make it possible to use a more elaborate command line
10863                 (e.g. |foo|bar|cat>there;echo Done|)
10864                 Corrected error message when calling %f, %F and %p commands
10865                 from the compose window.
10866
10867 2002-06-09 [colin]      0.7.6claws34
10868
10869         * src/summaryview.c
10870                 Automatically find unread messages in current folder
10871                 before annoying the user.
10872
10873 2002-06-08 [alfons]     0.7.6claws33
10874
10875         * po/it.po
10876                 remove bad formatting string in it.po translation
10877                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10878
10879 2002-06-08 [paul]       0.7.6claws32
10880
10881         * sync with 0.7.6cvs25
10882                 see ChangeLog 2002-06-07
10883
10884 2002-06-05 [paul]       0.7.6claws31
10885
10886         * src/mainwindow.c
10887                 add 'Sort by locked' and 'Sort by score'
10888
10889 2002-06-05 [paul]       0.7.6claws30
10890
10891         * sync with 0.7.6cvs24
10892                 see ChangeLog 2002-06-04
10893
10894 2002-06-04 [paul]       0.7.6claws29
10895
10896         * po/pt_BR.po
10897                 updated by Fabio Junior Beneditto
10898
10899 2002-06-03 [thorsten]   0.7.6claws28
10900
10901         * src/matcher.c
10902                 fclose() matcherrc after reading
10903
10904 2002-06-03 [paul]       0.7.6claws27
10905
10906         * sync with 0.7.6cvs21
10907                 see ChangeLog 2002-05-31
10908
10909 2002-05-31 [paul]       0.7.6claws26
10910
10911         * sync with 0.7.6cvs20
10912                 see ChangeLog 2002-05-29 and 2002-05-30
10913
10914 2002-05-31 [paul]       0.7.6claws25
10915
10916         * src/imap.c
10917                 hopefully fix last buggy sync
10918
10919         * README.claws
10920                 correct typo in 'Actions' examples
10921
10922 2002-05-29 [paul]       0.7.6claws24
10923
10924         * sync with 0.7.6cvs18
10925                 see ChangeLog 2002-05-28 and 2002-05-29
10926
10927         * src/news.c
10928           src/nntp.[ch]
10929                 sync with above 
10930
10931 2002-05-28 [paul]       0.7.6claws23
10932
10933         * sync with 0.7.6cvs16
10934                 see ChangeLog 2002-05-28
10935
10936 2002-05-27 [thorsten]   0.7.6claws22 
10937
10938         * faq/it/sylpheed-faq-1.html
10939           faq/it/sylpheed-faq-2.html
10940           faq/it/sylpheed-faq-3.html
10941           faq/it/sylpheed-faq.html
10942                 corrected DOS lineendings
10943         * faq/de/sylpheed-faq-1.html
10944           faq/de/sylpheed-faq-2.html
10945           faq/en/sylpheed-faq-1.html
10946           faq/en/sylpheed-faq-2.html
10947           faq/en/sylpheed-faq-3.html
10948           faq/es/sylpheed-faq-1.html
10949           faq/es/sylpheed-faq-2.html
10950           faq/es/sylpheed-faq-3.html
10951           faq/fr/sylpheed-faq-1.html
10952           faq/it/sylpheed-faq-1.html
10953           faq/it/sylpheed-faq-2.html
10954           faq/it/sylpheed-faq-3.html
10955           faq/it/sylpheed-faq.html
10956                 changed ">" to &quot;
10957
10958 2002-05-27 [paul]       0.7.6claws21
10959         
10960         * sync with 0.7.6cvs15
10961                 see ChangeLog 2002-05-27
10962
10963 2002-05-27 [paul]       0.7.6claws20
10964
10965         * src/prefs_account.c
10966                 correct a typo
10967
10968 2002-05-26 [paul]       0.7.6claws19
10969
10970         * tools/README
10971                 correct a typo
10972
10973 2002-05-25 [paul]       0.7.6claws18
10974
10975         * tools/README
10976                 add description of kmail2sylpheed.pl
10977
10978 2002-05-25 [paul]       0.7.6claws17
10979
10980         * tools/kmail2sylpheed.pl       ** NEW FILE **
10981                 perl script that converts an exported Kmail address
10982                 book, converts it to sylpheed addressbook file,
10983                 writes the file to .sylpheed, and updates
10984                 addrbook--index.xml 
10985
10986 2002-05-25 [paul]       0.7.6claws16
10987
10988         * sync with 0.7.6cvs14
10989                 see ChangeLog 2002-05-23
10990
10991 2002-05-24 [paul]       0.7.6claws15
10992
10993         * README.claws
10994                 make a correction and add some more info
10995
10996 2002-05-24 [paul]       0.7.6claws14
10997
10998         * src/compose.c
10999                 fix memory leak in 
11000                 compose_redirect_write_headers_from_headerlist()
11001                 add Subject and Resent-Message-ID to
11002                 compose_redirect_write_headers()
11003                 Received, Subject, and X-UIDL are filtered out in 
11004                 compose_redirect_write_to_file()
11005
11006 2002-05-23 [paul]       0.7.6claws13
11007
11008         * src/compose.[ch]
11009           src/filtering.c
11010           src/mainwindow.c
11011           src/matcher.[ch]
11012           src/matcher_parser_lex.l
11013           src/matcher_parser_parse.y
11014           src/prefs_common.[ch]
11015           src/prefs_filtering.c
11016           src/summaryview.c
11017                 rename 'Bounce' to 'Redirect'
11018
11019 2002-05-23 [paul]       0.7.6claws12
11020
11021         * more sync with 0.7.6cvs13
11022           src/compose.c
11023                 see ChangeLog 2002-05-22
11024
11025 2002-05-22 [paul]       0.7.6claws11
11026
11027         * sync with 0.7.6cvs13
11028           src/codeconv.c
11029                 see ChangeLog 2002-05-20
11030           src/prefs_common.c
11031                 see ChangeLog 2002-05-22
11032
11033 2002-05-21 [melvin]     0.7.6claws10
11034
11035         * src/folderview.c
11036                 Added missing filtering and scoring headers
11037                 Fixed bad function call that showed garbage 
11038                 in Folder->Processing
11039
11040 2002-05-21 [paul]       0.7.6claws9
11041
11042         * tools/Makefile.am
11043                 make all tools executable, (patch by Alfons).
11044
11045 2002-05-20 [alfons]     0.7.6claws8
11046
11047         * src/procheader.c
11048                 don't forget to call mktime() so we have a valid week 
11049                 and year day
11050                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11051
11052 2002-05-20 [paul]       0.7.6claws7
11053
11054         * src/html.c
11055                 fix broken parsing of urls
11056         * src/textview.c
11057                 fix displaying of urls
11058
11059                 both fixes from the patch [547855] by Eugene 
11060                 Brevdo (zonem)
11061
11062 2002-05-19 [alfons]     0.7.6claws6
11063
11064         * configure.in
11065                 make sylpheed configure correctly with the latest
11066                 and greatest of automake / autoconf / gettext
11067
11068 2002-05-19 [alfons]     0.7.6claws5
11069
11070         * src/procheader.c
11071         * src/procheader.h
11072                 add function for returning ime zone offset
11073         * src/quote_fmt.c
11074         * src/quote_fmt_parse.y
11075                 better quotation formatting - does not convert
11076                 to local time, but uses the original date string.
11077                 
11078                 Note: %z inserts the timezone offset (should 
11079                 work also on platforms where strftime does not
11080                 support %z).
11081
11082 2002-05-18 [christoph]  0.7.6claws4
11083
11084         * src/summaryview.c
11085                 fix indentation of some code
11086         * tools/Makefile.am
11087                 fix spaces after \
11088         * src/Makefile.am
11089                 add missing \
11090                 correct path for ignorethread.xpm
11091                 incorrect filename for sylpheed_logo.xpm
11092                 add missing include matcher_parser_parse.h
11093
11094 2002-05-18 [paul]       0.7.6claws3
11095
11096         * sync with 0.7.6cvs8
11097                 see ChangeLog 2002-05-16 and 2002-05-17
11098
11099 2002-05-18 [melvin]     0.7.6claws2
11100
11101         * README.claws
11102                 Corrected an action's definition and fixed some misspellings.
11103
11104 2002-05-18 [paul]       0.7.6claws1
11105
11106         * tools/Makefile.am
11107           tools/gpg-sign        ** new file **
11108           tools/uudec           ** new file **
11109                 add Melvin's Actions scripts
11110
11111         * README.claws
11112                 add Melvin's descriptions for Actions
11113
11114 2002-05-18 [paul]       0.7.6claws
11115
11116         * Version 0.7.6claws released
11117
11118 2002-05-17 [paul]       0.7.5claws32
11119
11120         * po/es.po
11121                 updated by Ricardo Mones Lastra
11122
11123 2002-05-17 [paul]       0.7.5claws31
11124
11125         * src/compose.c
11126                 fix Account prefs default folder for sent/draft/deleted
11127                 messages bug
11128
11129         * po/it.po
11130           po/nl.po
11131                 updated translation by Alessandro Maestri and
11132                 Wilbert Berendsen
11133
11134 2002-05-17 [melvin]     0.7.5claws30
11135
11136         * src/prefs_actions.c
11137                 Fixed bug where using %F not at the end of the command 
11138                 resulted in an additional empty argument being created.
11139                 Thanks to Darko Koruga for reporting the bug.
11140
11141 2002-05-17 [melvin]     0.7.5claws29
11142
11143         * po/fr.po
11144                 Updated French translations.
11145
11146 2002-05-15 [paul]       0.7.5claws28
11147         
11148         * po/es.po
11149                 updated by Ricardo Mones Lastra
11150
11151 2002-05-15 [paul]       0.7.5claws27
11152
11153         * sync with 0.7.6cvs4
11154                 see ChangeLog 2002-05-14 and 2002-05-15
11155
11156 2002-05-14 [paul]       0.7.5claws26
11157
11158         * sync with 0.7.6cvs1
11159                 see ChangeLog 2002-05-13
11160
11161 2002-05-13 [thorsten]   0.7.5claws25
11162
11163         * src/messageview.c
11164                 fix select_all and copy in multipart messages
11165         * src/mainwindow.c
11166                 fix select_all and copy in multipart messages
11167
11168 2002-05-12 [paul]       0.7.5claws24
11169
11170         * src/summaryview.c
11171                 reverse last commit, bug already fixed in 0.7.5claws3
11172
11173 2002-05-12 [netztorte]  0.7.5claws23
11174
11175         * src/summaryview.c
11176                 dont parse empty addressbook (checked in before claws20)
11177
11178 2002-05-12 [melvin]     0.7.5claws22
11179
11180         * src/procmsg.[ch]
11181                 Removed unneeded priority code introduced by the previous 
11182                 commit.
11183
11184 2002-05-12 [melvin]     0.7.5claws21
11185
11186         * src/compose.[ch]
11187                 Added possibility to set message's priority.
11188         * src/procmsg.[ch]
11189                 Added possibility to set message's priority.
11190                 Added missing headers
11191
11192 2002-05-12 [melvin]     0.7.5claws20
11193
11194         * src/prefs_actions.c
11195                 Removed implicitely added quotes around the name
11196                 of the temporary files of mime parts.
11197
11198 2002-05-12 [paul]       0.7.5claws19
11199
11200         * sync with 0.7.5cvs20
11201                 see ChangeLog 2002-05-11
11202
11203 2002-05-12 [alfons]     0.7.5claws18
11204
11205         * src/quote_fmt_lex.l
11206         * src/quote_fmt_parse.y
11207                 allow quote / reply date & time format to be set using
11208                 %D{format}. format is a format string you'd pass to
11209                 strftime() (see man strftime, or the Display tab |
11210                 Date format setting).
11211
11212                 Currently %D converts the date to local time. 
11213
11214 2002-05-11 [paul]       0.7.5claws17
11215
11216         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11217                 see ChangeLog 2002-05-10 and 2002-05-11
11218
11219 2002-05-10 [paul]       0.7.5claws16
11220
11221         * sync with 0.7.5cvs16
11222                 see ChangeLog entries 2002-05-09 and 
11223                 2002-05-10
11224
11225 2002-05-10 [colin]      0.7.5claws15
11226
11227         * src/textview.c
11228                 Corrected a bug that prevented sylpheed to open
11229                 double-clicked URIs.
11230
11231 2002-05-09 [paul]       0.7.5claws14
11232
11233         * sync with 0.7.5cvs14
11234                 see ChangeLog 2002-05-08 and 2002-05-09
11235
11236 2002-05-08 [paul]       0.7.5claws13
11237
11238         * sync with 0.7.5cvs11
11239                 see ChangeLog entry 2002-05-08
11240
11241 2002-05-08 [paul]       0.7.5claws12
11242
11243         * src/mainwindow.c
11244           src/textview.[ch]
11245                 fix segfault on View->Open in new window
11246                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11247
11248 2002-05-07 [paul]       0.7.5claws11
11249
11250         * sync with 0.7.5cvs9
11251                 see ChangeLog entry 2002-05-07
11252
11253 2002-05-06 [paul]       0.7.5claws10
11254
11255         * src/messageview.c
11256           src/textview.c
11257                 display url in statusbar on single-click
11258                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11259
11260 2002-05-06 [match]      0.7.5claws9
11261
11262         * src/addritem.[ch]
11263                 new functions.
11264         * src/addrcache.c
11265                 tidy up.
11266         * src/xmlprops.[ch]
11267                 XML implementation of properties file.
11268         * src/exporthtml.[ch]
11269         * src/expthtmldlg.[ch]
11270         * src/addressbook.c
11271                 export to HTML.
11272
11273 2002-05-02 [sergey]     0.7.5claws8
11274
11275         * src/mainwindow.c (mainwin_entries),
11276           src/prefs_common.c (prefs_send_create()),
11277           src/codeconv.c (locale_table):
11278                 use charset name "Windows-1251" instead of "CP1251".
11279
11280 2002-05-02 [colin]      0.7.5claws7
11281         
11282         * src/compose.c
11283           src/prefs_common.c
11284           src/prefs_folder_item.c
11285                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11286
11287 2002-05-02 [hiro]       0.7.5claws6
11288
11289         * src/imap.c
11290                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11291
11292 2002-05-02 [paul]       0.7.5claws5
11293
11294         * src/compose.c
11295                 more sync with 0.7.5cvs7, see ChangeLog entry
11296                 2002-05-02
11297
11298 2002-05-02 [hiro]       0.7.5claws4
11299
11300         * src/compose.c
11301                 compose_queue_sub():
11302                 check if queue folder exists (closes #550397).
11303                 removed directory creation since it should be handled
11304                 transparently.
11305         * src/imap.c
11306                 imap_add_msg(): return UID for appended message
11307                 (closes #548842).
11308
11309 2002-04-30 [paul]       0.7.5claws3
11310
11311         * src/summaryview.c
11312                 fix account_find_from_address() bug
11313
11314 2002-04-28 [colin]      0.7.5claws2
11315
11316         * src/compose.c
11317           src/textview.c
11318           src/prefs_common.[ch]
11319           src/utils.[ch]
11320                 Added user-definable quotation characters recognition.
11321
11322 2002-04-28 [paul]       0.7.5claws1
11323
11324         * sync with 0.7.5cvs4
11325                 see ChangeLog entry  2002-04-25
11326
11327 2002-04-28 [paul]       0.7.5claws
11328
11329         * po/es.po
11330           po/nl.po
11331           po/pt_BR.po
11332                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11333                 Fabio Junior Beneditto
11334
11335 2002-04-27 [jens]       0.7.4claws103
11336
11337         * po/de.po
11338                 updated German translation.
11339
11340 2002-04-27 [hiro]       0.7.4claws102
11341
11342         * src/summaryview.c
11343                 summary_write_cache(): fixed the mark loss of hidden messages.
11344
11345 2002-04-26 [melvin]     0.7.4claws101
11346
11347         * src/procmsg.c
11348                 fixed a second typo (same one)
11349         * po/fr.po
11350           po/it.po
11351           po/pt_BR.po
11352                 fixed the type again...
11353
11354 2002-04-26 [melvin]     0.7.4claws100
11355
11356         * src/procmsg.c
11357                 fixed a typo in an alert message ("temorary").
11358         * po/it.po
11359         * po/pt_BR.po
11360                 corrected the typo  described above.
11361         * po/fr.po
11362                 updated French translation.
11363
11364 2002-04-26 [darko]      0.7.4claws99
11365
11366         * src/summaryview.c
11367                 fix target folder colorization
11368
11369 2002-04-25 [paul]       0.7.4claws98
11370
11371         * po/it.po
11372                 updated by Alessandro Maestri
11373
11374 2002-04-24 [colin]      0.7.4claws97
11375         
11376         * src/compose.c
11377                 Fixed double "subject is empty" question.
11378
11379 2002-04-23 [colin]      0.7.4claws96
11380         
11381         * src/mimeview.c
11382                 Corrected issue when "automatically display images" was
11383                 not set : first image remained after selecting second.
11384
11385 2002-04-23 [melvin]     0.7.4claws95
11386
11387         * src/prefs_actions.c
11388                 Don't display in/out dialog if there is nothing to show.
11389
11390 2002-04-23 [paul]       0.7.4claws94
11391
11392         * sync with 0.7.5cvs3
11393                 bug fixes: see ChangeLog entry 2002-04-23
11394
11395 2002-04-22 [darko]      0.7.4claws93
11396
11397         * src/compose.c
11398                 fix previous check-in which changed code after
11399                 merge from main
11400
11401 2002-04-22 [paul]       0.7.4claws92
11402
11403         * faq/de/*
11404                 add German FAQ
11405         * faq/en/*
11406           faq/es/*
11407           faq/fr/*
11408                 update English, Spanish and French FAQs
11409         * manual/de/*
11410           manual/es/*
11411                 add German and Spanish manuals
11412         * manual/en/*
11413           manual/fr/*
11414                 update English and French manuals
11415
11416         * src/Makefile.am
11417                 add to and re-arrange the pixmap entries
11418
11419 2002-04-22 [darko]      0.7.4claws91
11420
11421         * src/compose.c
11422                 fix sender initials recognition to only allow
11423                 '>' after the initials
11424
11425 2002-04-21 [paul]       0.7.4claws90
11426
11427         * sync with 0.7.5 release
11428                 see ChangeLog entry 2002-04-21
11429
11430 2002-04-21 [alfons]
11431
11432         * src/Makefile.am
11433                 add colin's new pixmaps to EXTRA_DIST
11434
11435 2002-04-21 [colin]      0.7.4claws89
11436         * src/compose.c
11437         * src/inc.c
11438         * src/mainwindow.[ch]
11439         * src/prefs_common.[ch]
11440         * src/stock_pixmap.[ch]
11441                 Added "Work offline" ability.
11442
11443 2002-04-21 [colin]      0.7.4claws88
11444         
11445         * src/mimeview.c
11446         * src/prefs_common.c
11447         * src/prefs_common.h
11448         * src/textview.c : Added an option to common preferences -> display
11449           to allow user not to automatically display images.
11450
11451 2002-04-21 [paul]       0.7.4claws87
11452
11453         * sync with 0.7.4cvs52
11454                 see ChangeLog entry 2002-04-21 (src/imap.c)
11455
11456 2002-04-21 [paul]       0.7.4claws86
11457
11458         * sync with 0.7.4cvs51
11459                 see ChangeLog entry 2002-04-21
11460
11461 2002-04-21 [paul]       0.7.4claws85
11462
11463         * sync with 0.7.4cvs49
11464                 see ChangeLog entries 2002-04-20 and 2002-04-21
11465
11466         * src/Makefile.am
11467                 clean up: remove old 'stock_' element from xpm 
11468                 filenames.
11469
11470 2002-04-21 [alfons]     0.7.4claws84
11471
11472         apply sync patch from Paul
11473
11474         * src/folderview.c
11475                 use old claws prefs_folder_item_create() for now
11476
11477 2002-04-19 [match]      0.7.4claws83
11478
11479         * src/addressbook.[ch]
11480         * src/addrharvest.[ch]
11481         * src/addrgather.[ch]
11482                 recurse folders.
11483         * src/mainwindow.c
11484         * src/summaryview.[ch]
11485                 change menu option.
11486
11487 2002-04-19 [paul]       0.7.4claws82
11488
11489         * po/pt_BR.po
11490                 updated by Fabio Junior Beneditto
11491
11492 2002-04-14 [alfons]     0.7.4claws81
11493
11494         * src/passphrase.c
11495                 add #include <sys/types.h> for mode_t and off_t 
11496
11497 2002-04-13 [paul]       0.7.4claws80
11498         
11499         * src/main.c
11500           src/passphrase.[ch]
11501           src/pgptext.c
11502           src/prefs_common.[ch]
11503           src/rfc2015.c
11504                 enable storing of GnuPG passphrase for the whole 
11505                 session or a user-defined number of minutes. patch 
11506                 submitted by Ravemax <ravemax@dextrose.com>
11507
11508 2002-04-13 [alfons]     0.7.4claws79
11509
11510         * src/textview.c
11511                 make email parser also stop scanning when encountering separators
11512                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11513
11514 2002-04-13 [paul]       0.7.4claws78
11515
11516         * sync with 0.7.4cvs39
11517                 see ChangeLog entry 2002-04-12
11518
11519 2002-04-11 [paul]       0.7.4claws77
11520
11521         * sync with 0.7.4cvs37
11522                 see ChangeLog entry 2002-04-11
11523
11524 2002-04-11 [paul]       0.7.4claws76
11525
11526         * COPYING 
11527                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11528                 the clause for OpenSSL). sync with sylpheed main
11529
11530 2002-04-09 [melvin]     0.7.4claws75
11531
11532         * src/compose.c
11533                 Made 'Ctrl-Enter' on send ignore some modifiers 
11534                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11535                 to bind other *-Enter (but not Alt-Enter).
11536
11537 2002-04-09 [paul]       0.7.4claws74
11538
11539         * sync with 0.7.4cvs35
11540                 see ChangeLog entries 2002-04-09
11541
11542 2002-04-08 [paul]       0.7.4claws73
11543
11544         * sync with 0.7.4cvs33
11545                 see ChangeLog entry 200-04-08
11546
11547 2002-04-07 [match]      0.7.4claws72
11548
11549         * src/addrharvest.[ch]
11550                 fixed to read all addresses in header, regardless
11551                 of header size. improved name parsing. accommodate
11552                 harvest from folders and selected message.
11553         * src/addritem.[ch]
11554                 included new address parsing function.
11555         * src/addrgather.[ch]
11556         * src/addressbook.[ch]
11557         * src/summaryview.[ch]
11558         * src/mainwindow.c
11559                 allow address harvest of folder as well as selected
11560                 messages.
11561
11562 2002-04-07 [paul]       0.7.4claws71
11563
11564         * src/esmtp.[ch]
11565           src/smtp.c
11566                 don't try to authenticate with CRAM-MD5 in SMTP when 
11567                 SMTP-AUTH enabled if MTA doesn't issue this 
11568                 auth-method in it's ehlo-response. bug item #531364,
11569                 patch item #938910. patch submitted by Colin Leroy 
11570                 <colin@colino.net>
11571
11572 2002-04-07 [paul]       0.7.4claws70
11573
11574         * src/nntp.c
11575                 fix missing MODE_READER bug. patch submitted by
11576                 Colin Leroy <colin@colino.net>
11577
11578 2002-04-07 [alfons]     0.7.4claws69
11579
11580         * src/matcher.[ch]
11581         * src/prefs_filtering.c
11582         * src/summaryview.c
11583                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11584                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11585
11586 2002-04-07 [paul]       0.7.4claws68
11587
11588         * sync with 0.7.4cvs32
11589                 see ChangeLog entry 2002-04-06
11590
11591         * tools/filter_conv.pl
11592                 more bug fixes
11593
11594 2002-04-06 [paul]       0.7.4claws67
11595
11596         * tools/filter_conv.pl
11597                 modify to be able to find the name of the first
11598                 mailbox and use that. main's filter does not
11599                 record the full path to the mailbox and therefore
11600                 can only filter to the first mailbox.
11601
11602 2002-04-05 [paul]       0.7.4claws66
11603
11604         * tools/filter_conv.pl
11605                 attempt to make the script all-encompassing and
11606                 be able to convert any main 'filter' rule thrown
11607                 at it
11608
11609 2002-04-05 [paul]       0.7.4claws65
11610
11611         * tools/filter_conv.pl
11612                 allow for collapsed folder trees
11613
11614 2002-04-05 [paul]       0.7.4claws64
11615
11616         * sync with 0.7.4cvs31
11617                 see ChangeLog entries 2002-04-05
11618
11619 2002-04-03 [paul]       0.7.4claws63
11620
11621         * sync with 0.7.4cvs29
11622                 see ChangeLog entries 2002-04-02 and 2002-04-03
11623
11624 2002-04-02 [paul]       0.7.4claws62
11625
11626         * sync with 0.7.4cvs26
11627                 see ChangeLog entry 2002-04-01
11628
11629 2002-04-02 [match]      0.7.4claws61
11630
11631         * src/pine.[ch]
11632         * src/importpine.[ch]
11633         * src/addressbook.c
11634                 import Pine address book.
11635
11636 2002-04-02 [match]      0.7.4claws60
11637
11638         * src/addrharvest.[ch]
11639                 improve address parsing of funky addresses.
11640
11641 2002-04-02 [darko]      0.7.4claws59
11642
11643         * src/compose.c
11644                 wrap on send improvements, it now recognizes quoted
11645                 initials as part of the quotation string, and it
11646                 does not join lines separated by CR
11647
11648 2002-04-01 [match]      0.7.4claws58
11649
11650         * src/mgutils.[ch]
11651                 added new functions.
11652         * src/mutt.[ch]
11653                 remove excessive duplicate address generation
11654                 on import.
11655
11656 2002-04-01 [alfons]     0.7.4claws57
11657         
11658         * src/summaryview.c
11659                 put back g_free() 
11660
11661 2002-04-01 [paul]       0.7.4claws56
11662
11663         * sync with 0.7.4cvs25
11664                 see ChangeLog entry 2002-04-01
11665
11666 2002-04-01 [alfons]     0.7.4aprilfool55
11667
11668         * src/summaryview.c
11669                 honour feature request item #537427 to allow for
11670                 displaying names from address book for sent mail also
11671
11672 2002-03-29 [paul]       0.7.4claws54
11673
11674         * src/mainwindow.c
11675           src/prefs_filtering.[ch]
11676           src/prefs_matcher.c
11677           src/summaryview.c
11678                 add 'fast filter' for claws' filtering,
11679                 /Tools/Create filter rule/... patch submitted
11680                 by Neill Miller <neillm@thecodefactory.org>
11681
11682 2002-03-29 [paul]       0.7.4claws53
11683
11684         * sync with 0.7.4cvs24
11685                 see ChangeLog entry 2002-03-29
11686
11687 2002-03-28 [paul]       0.7.4claws52
11688
11689         * sync with 0.7.4cvs23
11690                 see ChangeLog entry 2002-03-28
11691
11692 2002-03-27 [melvin]     0.7.4claws51
11693
11694         * src/prefs_actions.c
11695                 Added support to pass only one message part (as a
11696                 file) to the command using '%p'. No quotes are needed
11697                 because doubles quotes are automatically added.
11698                 Fixed bug where Sylpheed could block when waiting for
11699                 a child process to finish.
11700                 Changed the help menu to remove quotes around symbols to 
11701                 avoid misinterpretation (they must not be used).
11702
11703 2002-03-27 [melvin]     0.7.4claws50
11704
11705         * src/inc.c
11706                 Made the new mail notification command always 
11707                 execute asynchronously.
11708
11709 2002-03-27 [paul]       0.7.4claws49
11710
11711         * src/compose.c
11712                 fix bug introduced in last commit
11713
11714 2002-03-27 [paul]       0.7.4claws48
11715
11716         * sync with 0.7.4cvs21
11717                 see ChangeLog 2002-03-26 and 2002-03-27
11718
11719 2002-03-26 [hoa]        0.7.4claws47
11720
11721         * src/prefs_folder_item.c
11722                 really fixed the bug #516442 with folder rescan.
11723
11724 2002-03-26 [paul]       0.7.4claws46
11725
11726         * sync with 0.7.4cvs19
11727                 see ChangeLog entries 2002-03-25 and 2002-03-26
11728
11729 2002-03-25 [hoa]        0.7.4claws45
11730
11731         * src/matcher.c
11732         * src/mh.c
11733                 fix the bug #516442 with folder rescan.
11734
11735         * src/prefs_common.[ch]
11736         * src/compose.c
11737                 added an option to enable two different behaviours
11738                 for bounce.
11739
11740
11741 2002-03-25 [paul]       0.7.4claws44
11742
11743         * src/mainwindow.c
11744           src/selective_download.c
11745                 correct a few menuitem labels
11746
11747 2002-03-25 [christoph]  0.7.4claws43
11748
11749         * src/procmsg.c
11750                 fix non deleted tmp message in
11751                 procmsg_save_to_outbox
11752                 fix problems caused by sync with
11753                 main branch's procmsg_send_queue
11754
11755 2002-03-25 [paul]       0.7.4claws42
11756
11757         * src/quote_fmt.c
11758           src/quote_fmt_lex.l
11759           src/quote_fmt_parse.y
11760                 add Last name (%L) placeholder for quoting. 
11761                 patch submitted by Thorsten Thielen 
11762                 <thth@users.sourceforge.net>
11763
11764 2002-03-25 [paul]       0.7.4claws41
11765
11766         * src/utils.c
11767                 get full hostname. patch submitted by
11768                 Bob Woodside <rwoodside1@comcast.net>
11769
11770 2002-03-25 [paul]       0.7.4claws40
11771
11772         * src/account.c
11773           src/news.c
11774           src/nntp.[ch]
11775           src/prefs_account.[ch]
11776                 enable NNTP over SSL. patch submitted by
11777                 Pascal Jermini <pascal@infinity.hn.org>
11778
11779 2002-03-24 [paul]       0.7.4claws39
11780
11781         * src/prefs_common.c
11782                 make the arrangement of the Compose tab more
11783                 coherent
11784
11785         * src/mainwindow.c
11786                 fix some irregularities of style
11787
11788         * po/de.po
11789                 updated by Kilian Krause
11790
11791 2002-03-23 [paul]       0.7.4claws38
11792
11793         * po/pt_BR.po
11794                 updated by Fabio Junior Beneditto
11795
11796 2002-03-23 [paul]       0.7.4claws37
11797
11798         * src/mainwindow.c
11799                 move 'Gather addresses' to 'Tools' menu
11800                 make 'Selective download' sensitive
11801
11802 2002-03-23 [paul]       0.7.4claws36
11803
11804         * sync with 0.7.4cvs16
11805                 see ChangeLog entries 2002-03-23
11806
11807 2002-03-22 [christoph]  0.7.4claws35
11808
11809         * src/quote_fmt_parse.y
11810                 fix include program output
11811
11812 2002-03-22 [alfons]     0.7.4claws34
11813
11814         * src/pop.c
11815                 initialize GDate stack variable correctly (sorry!)
11816
11817 2002-03-22 [paul]       0.7.4claws33
11818
11819         * src/compose.c
11820           src/mainwindow.c
11821           src/prefs_actions.c
11822           src/prefs_common.c
11823                 rename 'Tool' to 'Tools'
11824
11825         * src/mainwindow.c
11826                 move 'Delete duplicated messages' from
11827                 'Message/' to 'Tools/'
11828                 re-arrange the order of 'Tools/' items
11829
11830 2002-03-22 [paul]       0.7.4claws32
11831
11832         * src/addr_compl.c
11833           src/addressbook.[ch]
11834                 auto-address completion now also matches on
11835                 Nickname. patch submitted by Bob Forsman 
11836                 <hammor@users.sourceforge.net>
11837
11838         * src/editaddress.c
11839                 correct a spelling mistake
11840
11841 2002-03-22 [alfons]     0.7.4claws31
11842
11843         * src/pop.c
11844                 fix getting uidl from incorrect string 
11845                 (spotted by Colin)
11846
11847 2002-03-21 [alfons]     0.7.4claws30
11848
11849         * src/pop.c
11850                 more code refactoring
11851                 plug mem leak introduced by delete on server
11852
11853 2002-03-21 [paul]       0.7.4claws29
11854
11855         * sync with 0.7.4cvs11
11856                 see ChangeLog entries 2002-03-20
11857
11858 2002-03-20 [alfons]     0.7.4claws28
11859
11860         * src/inc.c
11861                 apply Colin's patch and refactor
11862
11863 2002-03-20 [paul]       0.7.4claws27
11864
11865         * sync with sylpheed 0.7.4cvs9
11866                 see ChangeLog entry 2002-03-20
11867
11868 2002-03-19 [christoph]  0.7.4claws26
11869
11870         * src/mh.c
11871         * src/procmsg.[ch]
11872         * src/summaryview.c
11873                 revert changes for flag updates
11874                 (does not work correctly and no time to debug)
11875
11876 2002-03-20 [alfons]     0.7.4claws25
11877
11878         * src/pop.c
11879                 refactor should_delete() a little bit 
11880
11881 2002-03-19 [paul]       0.7.4claws24
11882
11883         * src/inc.[ch]
11884           src/pop.c
11885           src/prefs_account.[ch]
11886                 allow the user to leave downloaded mail on the 
11887                 server for n days. Patch submitted by Colin Leroy 
11888                 <colin@colino.net>
11889
11890 2002-02-19 [paul]       0.7.4claws23
11891
11892         * sync with sylpheed 0.7.4cvs8
11893                 see ChangeLog entries 2002-03-19
11894
11895 2002-03-18 [paul]       0.7.4claws22
11896
11897         * sync with sylpheed 0.7.4cvs6
11898                 see ChangeLog entry 2002-03-18
11899
11900 2002-03-18 [paul]       0.7.4claws21
11901
11902         * po/en_GB.po
11903                 add en_GB message catalogue
11904
11905         * src/mbox_folder.c
11906           src/prefs_account.c
11907           src/prefs_actions.c
11908                 correct a few spelling mistakes
11909
11910 2002-03-17 [alfons]     0.7.4claws20
11911
11912         * src/matcher.c
11913                 more stringent checks for NULL params when writing
11914                 filtering actions to a file
11915                 
11916 2002-03-17 [hoa]        0.7.3claws20
11917
11918         * src/news.c
11919                 fixed the count of new messages
11920
11921         * src/compose.c
11922                 fixed the "attachment properties" window
11923
11924 2002-03-17 [paul]       0.7.4claws19
11925
11926         * src/defs.h
11927           src/folder.h
11928           src/news.c
11929           src/prefs_account.[ch]
11930           src/procmsg.[ch]
11931           src/summaryview.c
11932                 automatically mark cross-posted messages as read 
11933                 and (optionally) give them a colour label
11934                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11935                 
11936
11937 2002-03-17 [paul]       0.7.4claws18
11938
11939         * sync with sylpheed 0.7.4cvs5
11940                 see ChangeLog entry 2002-03-17
11941
11942 2002-03-17 [melvin]     0.7.4claws17
11943         
11944         * src/textview.c
11945                 Worked around a gtktext 'bug': when searching for 
11946                 a text in a long message it was scrolling slowly
11947                 line by line until it hit the searched text.
11948         * po/fr.po
11949                 Updated French translation
11950
11951 2002-03-17 [melvin]     0.7.4claws16
11952
11953         * src/mainwindow.c
11954         * src/compose.c
11955         * src/prefs_actions.c
11956                 Moved "Edit/Actions" to "Tool/Actions"
11957                 Made mainwindow/compose window sensitive as soon as
11958                 no child process is running anymore even if the io dialog
11959                 is open.
11960                 Fixed a struct being initialized with a non constant char*
11961
11962 2002-03-16 [christoph]  0.7.4claws15
11963
11964         * configure.in
11965                 add --with-compiler-flags option
11966                 (only for developer hacking)
11967         * src/mh.c
11968         * src/procmsg.[ch]
11969         * src/summaryview.c
11970                 try to make folder-stats and flag handling more
11971                 independent from the summaryview. msgcounts
11972                 are only set when the folder is opened and
11973                 procmsg_msginfo_(un)set_flags will handle it
11974                 later and summaryview will get the values
11975                 from the folder.
11976
11977 2002-03-16 [paul]       0.7.4claws14
11978
11979         * src/messageview.c
11980                 fix Return-receipt. Patch submitted by Bob
11981                 Woodside <rwoodside1@comcast.net>
11982
11983 2002-03-16 [paul]       0.7.4claws13
11984
11985         * src/compose.c
11986                 fix 'dynamic' signatures, make it work again
11987                 broken during sync on 2002-03-14 (0.7.4claws2)
11988
11989 2002-03-15 [match]      0.7.4claws12
11990
11991         * src/addrharvest.[ch]
11992         * src/addrgather.[ch]
11993         * src/addressbook.[ch]
11994         * src/mainwindow.c
11995                 included address harvester feature. still some
11996                 issues with address parsing that I will fix.
11997
11998 2002-03-15 [match]      0.7.4claws11
11999
12000         * src/addrbook.[ch]
12001         * src/addrcache.[ch]
12002         * src/addressbook.[ch]
12003         * src/addrindex.c
12004         * src/editbook.c
12005         * src/importldif.c
12006         * src/importmutt.c
12007         * src/jpilot.[ch]
12008         * src/main.c
12009         * src/syldap.[ch]
12010         * src/vcard.[ch]
12011                 tidy up. fix memory leaks. moved attribs and methods
12012                 from individual interfaces to addrcache object. prep
12013                 for new stuff to come in.
12014
12015 2002-03-15 [alfons]     0.7.4claws10
12016
12017         * src/matcher.[ch]
12018         * src/matcher_parser_parse.y
12019         * src/matcher_parser_lex.l
12020         * src/prefs_matcher.c
12021                 add filtering conditions message greater than, smaller 
12022                 than, and exactly matching a size in bytes
12023                 (does not work with delete from POP3 server yet)
12024
12025                 this should also give others an idea what you should
12026                 do to add new criterions to claws filtering system
12027                 
12028
12029 2002-03-15 [paul]       0.7.4claws9
12030
12031         * tools/filter_conv.pl
12032                 exit if there are no filter rules to convert
12033                 rename filterrc to filterrc.old after completion
12034
12035 2002-03-15 [paul]       0.7.4claws8
12036
12037         * sync with sylpheed 0.7.4cvs3
12038                 see ChangeLog entry 2002-03-14
12039
12040 2002-03-14 [paul]       0.7.4claws7
12041
12042         * src/compose.c
12043                 clean up the last commit (ahem)
12044
12045 2002-03-14 [paul]       0.7.4claws6
12046
12047         * src/compose.c
12048                 fix bug #515655. honour account preferences
12049                 regarding gpg default signing/encryption when 
12050                 changing account from the compose window.
12051
12052 2002-03-14 [paul]       0.7.4claws5
12053
12054         * src/folderview.c
12055                 remove unnecessary curly brackets
12056
12057 2002-03-14 [paul]       0.7.4claws4
12058
12059         * src/folderview.c
12060           src/prefs_filtering.[ch]
12061                 add filter rename on folder rename and filter
12062                 delete on folder delete. Patch submitted by
12063                 Neill Miller <neillm@thecodefactory.org> 
12064
12065 2002-03-14 [christoph]  0.7.4claws3
12066
12067         * src/procmsg.c
12068         * src/send.c
12069                 fix local delivery
12070                 (patch submitted by "Simon 'corecode' Schubert")
12071         * src/prefs_common.c
12072         * src/procmsg.c
12073                 fix gcc 3.0 warning
12074
12075 2002-03-14 [paul]       0.7.4claws2
12076
12077         * sync with sylpheed 0.7.4cvs2
12078                 see ChangeLog entry 2002-03-13
12079
12080 2002-03-12 [darko]      0.7.4claws1
12081
12082         * src/mainwindow.c
12083                 fix what seems to be a copy and paste error
12084                 when setting color for important messages
12085                 (reported by wwp)
12086
12087 2002-03-11 [paul]       version 0.7.4claws released
12088
12089 2002-03-11 [paul]       0.7.4claws
12090
12091         * po/es.po
12092           po/it.po
12093           po/nl.po
12094           po/pt_BR.po
12095                 update message catalogs. Submitted by Ricardo Mones 
12096                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12097                 Fabio Junior Beneditto
12098
12099         * configure.in
12100           faq/Makefile.am
12101           faq/it/Makefile
12102           faq/it/sylpheed-faq*
12103           src/mainwindow.c
12104           src/manual.[ch]
12105                 add FAQ in Italian
12106         
12107
12108 2002-03-11 [jens]       0.7.3claws7
12109
12110         * po/de.po
12111                 updated German translation
12112
12113 2002-03-11 [melvin]     0.7.3claws6
12114
12115         * po/fr.po
12116                 updated and corrected French translation
12117
12118 2002-03-10 [hoa]        0.7.3claws5
12119
12120         * src/account.c
12121         * src/inc.c
12122         * src/prefs_account.c
12123         * src/procmsg.c
12124         * src/send.[ch]
12125                 fixed the local account.
12126                 you have to change the default "/usr/sbin/sendmail"
12127                 to "/usr/sbin/sendmail -t" in the preferences of
12128                 the local account.
12129
12130         * src/procmime.c
12131                 removed some debug display for renderer
12132
12133 2002-03-10 [paul]       0.7.3claws4
12134
12135         * faq/en/sylpheed-faq-1.html
12136           faq/en/sylpheed-faq-2.html
12137                 update
12138
12139 2002-03-09 [paul]       0.7.3claws3
12140
12141         * sync with sylpheed 0.7.4
12142                 see ChangeLog entry 2002-03-09
12143
12144 2002-03-08 [paul]       0.7.3claws2
12145
12146         * faq/en/sylpheed-faq*
12147           faq/es/sylpheed-faq*
12148           faq/fr/sylpheed-faq*
12149                 update the FAQs
12150
12151         * manual/fr/.cvsignore
12152           manual/fr/Makefilea.am
12153           manual/fr/sylpheed*
12154           src/mainwindow.c
12155           src/manual.[ch]
12156                 add the French manual
12157
12158 2002-03-07 [paul]       0.7.3claws1
12159
12160         * sync with sylpheed 0.7.3cvs4
12161                 see ChangeLog entries  2002-03-06 and 2002-03-07
12162         
12163         * po/nl.po
12164                 updated by Wilbert Berendsen
12165
12166 2002-03-07 [melvin]     0.7.2claws34
12167
12168         * src/selective_download.c
12169                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12170
12171 2002-03-06 [paul]       0.7.2claws33
12172
12173         * sync with sylpheed 0.7.3cvs1
12174                 bug fix, see ChangeLog entry 2002-03-05
12175
12176 2002-03-05 [paul]       0.7.2claws32
12177
12178         * src/mimeview.c
12179           src/pgptext.[ch]
12180           src/procmsg.c
12181                 reverse the pgp ascii-armored code implemented in 
12182                 0.7.2claws16. removal of this code until it matures.
12183                 this means that verifying ascii-armored pgp sigs and
12184                 automatic decryption of ascii-armored encrypted
12185                 messages no longer works.
12186
12187 2002-03-05 [paul]       0.7.2claws31
12188
12189         * configure.in
12190           Makefile.am
12191         * faq/Makefile.am
12192         * faq/en/Makefile.am
12193           faq/en/sylpheed-faq.html
12194           faq/en/sylpheed-faq-1.html
12195           faq/en/sylpheed-faq-2.html
12196           faq/en/sylpheed-faq-3.html
12197         * faq/es/Makefile.am
12198           faq/es/sylpheed-faq.html
12199           faq/es/sylpheed-faq-1.html
12200           faq/es/sylpheed-faq-2.html
12201           faq/es/sylpheed-faq-3.html
12202           faq/es/sylpheed-faq-4.html
12203         * faq/fr/Makefile.am
12204           faq/fr/sylpheed-faq.html
12205           faq/fr/sylpheed-faq-1.html
12206           faq/fr/sylpheed-faq-2.html
12207           faq/fr/sylpheed-faq-3.html
12208         * src/Makefile.am
12209           src/defs.h
12210           src/mainwindow.c
12211           src/manual.[ch]
12212                 add FAQs in English, Spanish and French
12213
12214
12215 2002-03-05 [paul]       0.7.2claws30
12216
12217         * manual/en/sylpheed.html
12218           manual/en/sylpheed-XX.html
12219                 updated the English manual
12220
12221 2002-03-05 [hoa]        
12222
12223         * src/summaryview.c
12224                 dialog box pops up if the article can't be deleted.
12225
12226 2002-03-04 [paul]       
12227         
12228         * po/pt_BR.po
12229                 updated by Fabio Junior Benedito
12230
12231 2002-03-04 [hoa]
12232
12233         * removed ac/gpgme.m4
12234                 to avoid autogen common problem
12235                 developers have to install gpgme development package now
12236
12237         * src/compose.c
12238                 encoding to 7bit or 8bit is enabled.
12239
12240 2002-03-03 [alfons]     0.7.2claws29
12241
12242         * src/pop.c
12243                 merge fix by Oliver Haertel for selective
12244                 download buglet
12245
12246 2002-03-03 [paul]       0.7.2claws28
12247         
12248         * sync with sylpheed 0.7.3
12249
12250 2002-03-03 [paul]       0.7.2claws27
12251
12252         * sync with sylpheed 0.7.2cvs24
12253                 see ChangeLog entries 2002-03-02 and 2002-03-03
12254
12255 2002-03-02 [melvin]     0.7.2claws26
12256
12257         * src/inc.[ch]
12258         * src/main.c
12259         * src/mainwindow.c
12260         * src/prefs_common.[ch]
12261                 Added user definable notification on new mail arrival.
12262                 Removed unused variables in spell checker prefs code.
12263
12264 2002-03-02 [melvin]     0.7.2claws25
12265
12266         * src/quote_fmt.c
12267                 Removed unnecessary escape sequences.
12268                 Changed 'Initial...' to 'Initials of Sender'
12269
12270 2002-03-02 [paul]       0.7.2claws24
12271
12272         * sync with sylpheed 0.7.2cvs22
12273                 see ChangeLog entry 2002-03-01
12274
12275 2002-03-01 [hoa]        0.7.2claws23
12276
12277         * src/mainwindow.c
12278                 Set sensitivity of delete actions to active
12279                 even if the folder is a newsgroup.
12280
12281         * src/summaryview.c
12282                 - Set sensitivity of delete actions
12283                 - Added function check_permission() that will check if the
12284                   user is authorized to delete a message. For news, it
12285                   will check if the author is the same.
12286                 - Enabled deletion when there is no trash folder.
12287
12288         * src/news.[ch]
12289                 - Added news_cancel_article() to cancel articles
12290                 - Implemented news_remove_message() (public function)
12291
12292 2002-03-01 [paul]       0.7.2claws22
12293
12294         * src/gtkutils.c
12295           src/textview.c
12296                 recognise urls that that don't include 'http://' and
12297                 simply begin 'www.' 
12298
12299         * AUTHORS
12300                 remove duplicated name
12301
12302 2002-02-28 [paul]       0.7.2claws21
12303
12304         * src/mainwindow.c
12305           src/summaryview.[ch]
12306                 add ability to 'Select thread'
12307                 combines Melvin's "Select thread's head" patch (#510907)
12308                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12309                 patch (#518514) 
12310
12311 2002-02-28 [paul]       0.7.2claws20
12312
12313         * src/mimeview.c
12314                 hopefully fix segfault on right-clicking a mime part
12315                 that some people have experienced.      
12316                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12317
12318 2002-02-28 [paul]       0.7.2claws19
12319
12320         * sync with sylpheed 0.7.2cvs21
12321                 see ChangeLog entries 2002-02-27 and 2002-02-28
12322
12323 2002-02-27 [paul]       0.7.2claws18
12324
12325         * sync with sylpheed 0.7.2cvs18
12326                 see ChangeLog entries 2002-02-26 and 2002-02-27
12327
12328 2002-02-26 [alfons]     0.7.2claws17
12329
12330         * src/procheader.c
12331                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12332                 (spotted by Chris Hessman <idatech@gmx.net>)
12333
12334 2002-02-26 [paul]       0.7.2claws16
12335
12336         * src/mimeview.c
12337           src/pgptext.[ch]
12338           src/procmsg.c
12339                 make decryption of ascii-armored pgp encrypted messages
12340                 and verification of ascii-armored signatures work again.
12341                 slightly altered from the patch by Jens Jahnke 
12342                 <jan0sch@gmx.net>
12343
12344                 ##FIX ME##
12345                 * the checking of plaintext signatures always comes up in 
12346                   a popup box
12347                 * it doesn't work for multipart messages 
12348                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12349                   including the msg headers and these 2 line themselves, are 
12350                   not displayed
12351
12352         * src/mainwindow.c
12353                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12354                 "View/Message View" becomes "View/Separate Message View"
12355                 because its less ambiguous.
12356
12357         * po/es.po
12358                 updated by Ricardo Mones Lastra
12359
12360 2002-02-26 [paul]       0.7.2claws15
12361
12362         * sync with sylpheed 0.7.2cvs17
12363                 see ChangeLog entries 2002-02-25 and 2002-02-26
12364
12365 2002-02-25 [christoph]  0.7.2claws14
12366
12367         * src/filtering.[ch]
12368         * src/inc.c
12369                 do filtering stuff after all messages have been received
12370                   1. drop all messages to .processing
12371                   2. scan processing folder for messages
12372                   3. filter messages or move to inbox
12373                 this will also find old messages left in processing after
12374                 a crash or something like that and we get a real msginfo
12375                 from folder->get_msg_list and do not have to create our
12376                 own in filter_message
12377         * src/matcher_parser_parse.y
12378                 remove MIX/MAX warning (reordered includes)
12379
12380 2002-02-25 [paul]       0.7.2claws13
12381
12382         * sync with sylpheed 0.7.2cvs15
12383                 see ChangeLog entry 2002-02-24
12384
12385 2002-02-24 [alfons]     0.7.2claws12
12386
12387         * src/filtering.c
12388                 clear old color flags first when applying a new color to
12389                 a message info. 
12390                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12391
12392 2002-02-24 [alfons]     0.7.2.claws11
12393         
12394         * AUTHORS
12395         * src/prefs_common.c
12396                 add presets for Opera and Konqueror, closes patch #517261,
12397                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12398
12399 2002-02-24 [alfons]     0.7.2.claws10
12400
12401         * AUTHORS
12402         * src/summaryview.c
12403                 fix threading for null message ids, closes patch #521601,
12404                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12405
12406 2002-02-24 [alfons]     0.7.2claws9
12407
12408         * src/summaryview.c
12409         * src/filtering.c
12410                 make Tool | Filter Message work with filtering system so
12411                 setting flags also works
12412
12413                 TODO:
12414
12415                 - Processing uses the same function as Tool | Filter
12416                   Message, but doesn't use the same update proc yet
12417
12418 2002-02-23 [paul]       0.7.2claws8
12419
12420         * sync with sylpheed 0.7.2cvs14
12421                 see ChangeLog entries 2002-02-22 and 2002-02-23
12422
12423 2002-02-22 [christoph]  0.7.2claws7
12424
12425         * src/quote_fmt.c
12426                 Add column space to table
12427         * src/quote_fmt_parse.y
12428                 Close files
12429
12430 2002-02-22 [paul]       0.7.2claws6
12431
12432         * src/Makefile.am
12433           src/defs.h
12434           src/filtering.c
12435           src/inc.[ch]
12436           src/mainwindow.c
12437           src/matcher.[ch]
12438           src/matcher_parser_lex.l
12439           src/matcher_parser_parse.y
12440           src/pop.[ch]
12441           src/prefs_account.h
12442           src/prefs_filtering.c
12443           src/selective_download.[ch]   *** NEW FILES ***
12444           src/utils.[ch]
12445           po/POTFILES.in
12446                 Selective Download added to 'Tool' menu. 
12447                 Retrieves email headers of the currently selected pop3 
12448                 account and allows the user to mark emails for deletion 
12449                 right on the pop3 server. Patch submitted by Oliver Haertel 
12450                 <oha@users.sourceforge.net>.
12451         
12452         * po/POTFILES.in
12453                 add 'src/quote_fmt.c'           
12454
12455 2002-02-22 [christoph]  0.7.2claws5
12456
12457         * src/Makefile.am
12458                 added quote_fmt.c
12459         * src/prefs_common.[ch]
12460         * src/prefs_template.c
12461         * src/quote_fmt.c               *** NEW FILE ***
12462         * src/quote_fmt.h
12463                 move quote format symbol description code
12464                 to it's own file because it is used from
12465                 differnent code parts
12466                 Rewrote symbol description GUI
12467                   + use table
12468                   + add separators
12469                   + get data from array (no more long constant strings)
12470         * src/quote_fmt_lex.l
12471         * src/quote_fmt_parse.y
12472                 Symbol for Literal % changed to \% instead of %%
12473                 (More logical as \ is used for quoting for other symbols)
12474                 Add |f and |p to include files and program output
12475                 Examples:
12476                     |f{/home/.../.signature}
12477                     |p{date}
12478         * po/de.po
12479                 Correct wrong spelling for "Referenzen"
12480
12481 2002-02-21 [paul]       0.7.2claws4
12482
12483         * src/procmsg.c
12484                 forgotten during sync
12485
12486 2002-02-21 [paul]       0.7.2claws3
12487
12488         * sync with sylpheed 0.7.2cvs11
12489                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12490                 2002-02-20 and 2002-02-21
12491
12492 2002-02-20 [melvin]     0.7.2claws2
12493
12494         * src/prefs_actions.c
12495                 Added error report when child cannot fork or when execvp 
12496                 returns with an error.
12497
12498 2002-02-19 [christoph]  0.7.2claws1
12499
12500         * src/codeconv.c
12501                 return unconverted text if conde conversion is not possible
12502                 when libjconv is used.
12503                 (patch submitted by "Simon 'corecode' Schubert")
12504
12505 2002-02-19 [paul]       
12506
12507         * version 0.7.2claws release
12508
12509 2002-02-19 [paul]       0.7.2claws
12510
12511         * po/nl.po
12512                 updated by Wilbert Berendsen
12513
12514
12515 2002-02-18 [alfons]     0.7.1claws13
12516
12517         * src/syldap.c
12518         * src/jpilot.c
12519                 remove references to dlfcn and explicitly loading functions
12520                 from dynalink libs, because libs linked anyway, and functions
12521                 are loaded explicitly
12522
12523 2002-02-17 [melvin]     0.7.1claws12
12524
12525         * src/prefs_actions.c
12526                 Replaced children wait loop with double fork technique.
12527                 Now, input/output window updated at each new output.
12528                 free_children(): Fixed a memory leak.
12529                 Made input/output window non closable if running children
12530                 still exist.
12531                 Added missing <unistd.h> include.
12532                 Added some --debug outputs.
12533
12534 2002-02-17 [melvin]     0.7.1claws11
12535
12536         * src/summaryview.c
12537                 Fixed bug where descending sort order did not select top
12538                 message.
12539
12540 2002-02-17 [melvin]     0.7.1claws10
12541
12542         * acconfig.h
12543                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12544         * src/prefs_common.c
12545                 Pspell data package directory no more hard coded but
12546                 set during configuration (PSPELL_PATH). (Thanks to 
12547                                 Gustavo Noronha Silva.)
12548
12549 2002-02-17 [melvin]     0.7.1claws9
12550
12551         * configure.in
12552                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12553         * src/gtkspell.c
12554                 Fixed compile-time warnings.
12555
12556 2002-02-16 [alfons]     0.7.1claws8
12557
12558         * src/filesel.c
12559                 fix inadvertent free of NULL pointer which caused
12560                 sylpheed to crash when closing the save-as dialog
12561                 using the window close button
12562
12563 2002-02-16 [carsten]    0.7.1claws7
12564         * src/mainwindow.[ch]
12565           src/summaryview.c
12566           src/prefs_common.c
12567                 fixes for pixmap theming code:
12568                         - recently changed mail attributes shouldn't get
12569                           lost any longer
12570                         - theme is only reloaded iff another theme was
12571                           selected
12572
12573 2002-02-16 [paul]       0.7.1claws6
12574
12575         * sync with sylpheed 0.7.2 release
12576                 see ChangeLog entry 2002-02-15 and 2002-02-16
12577
12578 2002-02-15 [paul]       0.7.1claws5
12579
12580         * sync with sylpheed 0.7.1cvs9
12581                 see ChangeLog entry 2002-02-15
12582
12583         * po/POTFILES.in
12584                 remove unneeded headerwindow.c entry
12585
12586 2002-02-14 [carsten]    0.7.1claws4
12587         * src/summaryview.c
12588                 fixed a bug for "Go to next unread message": there was
12589                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12590                 in the prefs, because of doing "Search again" instead
12591                 "No"
12592
12593 2002-02-14 [carsten]    0.7.1claws3
12594         * src/stock_pixmap.c
12595                 removed 2 more mem leaks; following memprof,
12596                 this code is "leak free" now :)
12597
12598 2002-02-14 [carsten]    0.7.1claws2
12599         * src/stock_pixmap.c
12600                 used opendir/readdir/closedir instead of scandir
12601                 -> code should work now on Solaris
12602
12603 2002-02-14 [paul]       0.7.1claws1
12604
12605         * sync with sylpheed 0.7.1cvs8
12606                 see ChangeLog entries 2002-02-13 and 2002-02-14
12607
12608         * README.claws
12609                 add some description of Actions and Pixmap Themes
12610
12611 2002-02-13 [paul]       
12612
12613         * version 0.7.1claws release
12614
12615 2002-02-13 [paul]       0.7.1claws
12616
12617         * po/es.po
12618           po/it.po
12619           po/pt_BR.po
12620                 updated translations, submitted by Ricardo Mones Lastra,
12621                 Alessandro Maestri and Fabio Junior Beneditto
12622
12623 2002-02-13 [melvin]     0.7.0claws75
12624
12625         * src/prefs_actions.c
12626                 Added missing "signal.h" include
12627
12628 2002-02-13 [melvin]     0.7.0claws74
12629
12630         * src/prefs_folder_item.c
12631                 Added missing "config.h" include
12632         * po/fr.po
12633                 Updated French translation for folder propriety.
12634
12635 2002-02-13 [jens]       0.7.0claws73
12636
12637         * po/POTFILES.in
12638                 Added missing src/prefs_folder_item.c [log added by melvin]
12639         * po/de.po
12640                 Updated German translation.
12641
12642 2002-02-13 [melvin]     0.7.0claws72
12643
12644         * po/fr.po
12645                 Updated French translation.
12646
12647 2002-02-13 [melvin]     0.7.0claws71
12648
12649         * src/gtkutils.c
12650                 Made gtkut_editable_get_selection return NULL if selection
12651                 is of length zero.
12652                 This fixes a bug where selecting part of message A then
12653                 switching to message B and replying to it will not
12654                 quote the message's body.
12655
12656 2002-02-12 [paul]       0.7.0claws70
12657
12658         * src/mainwindow.c
12659                 cosmetic, relating to pixmap themes: on toolbar make 
12660                 updating of 'Exec' and 'Compose news/Compose email'
12661                 icons faster.
12662
12663 2002-02-12 [carsten]    0.7.0claws69
12664         * src/folderview.c
12665           src/mainwindow.[ch]
12666           src/stock_pixmap.c
12667           src/summaryview.c
12668           src/prefs_common.c
12669                 - refreshing after changing pixmap theme better
12670                   now (thanks Paul)
12671                 - wanted to remove some mem leaks, but alfons was
12672                   faster (and had the better solution ;)
12673
12674 2002-02-12 [alfons]     0.7.0claws68
12675
12676         * src/prefs_common.c
12677         * src/stock_pixmap.[ch]
12678                 plug mem leaks, refactor code a little bit
12679
12680
12681 2002-02-12 [sergey]     0.7.0claws67
12682
12683         * src/imap.c
12684                 Fixed problem with copying messages to IMAP folders when the
12685                 server uses something other than '/' as a namespace separator
12686                 (cyrus-imapd uses '.').
12687
12688 2002-02-12 [jens]       0.7.0claws66
12689
12690         * po/de.po
12691                 Updated German Translation
12692
12693 2002-02-12 [paul]       0.7.0claws65
12694
12695         * sync with sylpheed 0.7.1cvs1
12696                 see ChangeLog entry 2002-02-12
12697
12698 2002-02-12 [melvin]     0.7.0claws64
12699
12700         * src/prefs_actions.c
12701                 Fixed "feature" where children's output was duplicated 
12702                 instead of refreshed while monitoring.
12703                 Removed some debug code.
12704
12705 2002-02-12 [christoph]  0.7.0claws63
12706
12707         * src/compose.c
12708                 always delete message from queue after sending/send error
12709                 (closes bug #509601)
12710
12711 2002-02-12 [melvin]     0.7.0claws62
12712
12713         * src/prefs_actions.c
12714                 Children wait loop is now triggered with a timeout of 1s
12715                 Added %F which is replaced with the list of filenames 
12716                 of all selected messages (as suggested by Ricardo Mones Lestra)
12717                 Pipe syntax changed. Prefix with | to send selection, postfix
12718                 with | to retrieve output. Prefix with > or * to send
12719                 user definable input to the command (*: input is hidden)
12720                 Old pipe action should now be postfixed with |, too.
12721
12722 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12723         * src/stock_pixmap.c
12724                 fixed a bug: if there's no theme directory don't
12725                 throw an error, just do "nothing" (thanks Alfons)
12726
12727 2002-02-12 [carsten]    0.7.0claws60
12728         * src/folderview.c
12729           src/summaryview.c
12730                 had to write the cache twice (nasty!); some marks would 
12731                 get lost if not
12732
12733 2002-02-11 [carsten]    0.7.0claws59
12734         * acconfig.h
12735           configure.in
12736           doc-src/maintainer_guide.txt
12737           src/compose.[ch]
12738           src/defs.h
12739           src/folderview.[ch]
12740           src/gtkutils.[ch]
12741           src/mainwindow.[ch]
12742           src/prefs_common.[ch]
12743           src/stock_pixmap.[ch]
12744           src/summaryview.[ch]
12745                 pixmap theming and related work on pixmap
12746                 handling on some other places
12747                 (e.g. hrm features for all folder)
12748           src/pixmap/stock_*.xpm -> the stock_ was removed
12749         
12750 2002-02-11 [paul]       0.7.0claws58
12751
12752         * sync with sylpheed 0.7.1 release
12753                 see ChangeLog entries 2002-02-11
12754
12755 2002-02-08 [paul]       0.7.0claws57
12756
12757         * sync with sylpheed 0.7.0cvs39
12758                 see ChangeLog entry 2002-02-07 (last entry) 
12759
12760         * src/prefs_actions.c
12761           src/prefs_filtering.c
12762           src/prefs_matcher.c
12763           src/prefs_scoring.c
12764                 sync: made it compile with C compilers other than gcc
12765
12766 2002-02-07 [paul]       0.7.0claws56
12767
12768         * sync with sylpheed 0.7.0cvs38
12769                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12770                 2002-02-07
12771
12772 2002-02-07 [darko]      0.7.0claws55
12773
12774         * src/gtkutils.[ch]
12775         * src/summaryview.c
12776                 Fix const gchar */gchar * issue (thanks Hiro)
12777
12778 2002-02-07 [darko]      0.7.0claws54
12779
12780         * src/compose.[ch]
12781         * src/filtering.c
12782         * src/gtkutils.[ch]
12783         * src/prefs_template.c
12784         * src/quote_fmt.h
12785         * src/quote_fmt_parse.y
12786         * src/summaryview.c
12787         * src/utils.[ch]
12788                 When replying or forwarding an email don't quote the entire
12789                 mail body but use the part of the message text that is selected
12790
12791 2002-02-06 [melvin]     0.7.0claws53
12792
12793         * src/prefs_common.[ch]
12794         * src/gtkspell.[ch]
12795         * src/compose.c
12796                 Made possible to switch quickly to last used dictionary
12797                 which makes checking bilingual documents easier.
12798
12799 2002-02-06 [melvin]     0.7.0claws52
12800         
12801         * po/POTFILES.in
12802                 Added forgotten new file src/prefs_actions.c
12803
12804 2002-02-06 [melvin]     0.7.0claws51
12805
12806         * src/prefs_actions.c   ** NEW FILE **
12807         * src/prefs_actions.h   ** NEW FILE **
12808                 Added actions to execute on message text view, or on the
12809                         message's file.
12810         * src/Makefile.am
12811                 Added src/prefs_actions.[ch]
12812         * src/compose.c
12813                 Added new menu "Edit/Actions"
12814         * src/defs.h
12815                 Added new actionsrc file.
12816         * src/main.c
12817                 Added actionsrc reading.
12818         * src/mainwindow.c
12819                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12820         * src/prefs_common.h
12821                 Added new element actionslst element to prefs_common.
12822
12823 2002-02-06 [paul]       0.7.0claws50
12824
12825         * sync with sylpheed 0.7.0cvs36
12826                 see ChangeLog entry 2002-02-06
12827
12828 2002-02-05 [paul]
12829
12830         * po/es.po
12831                 updated by Ricardo Mones Lastra
12832
12833 2002-02-05 [paul]       0.7.0claws49
12834
12835         * sync with sylpheed 0.7.0cvs33
12836                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12837
12838 2002-02-05 [paul]       0.7.0claws48
12839
12840         * src/compose.c
12841                 re-add 'Edit/Advanced/Delete entire line', previously named
12842                 'Delete Line+'
12843
12844 2002-02-04 [paul]       0.7.0claws47
12845
12846         * src/compose.c
12847           src/summaryview.c
12848                 fix bug #494993 (Reply All not taking Reply-To into consi)
12849                 eliminate differences in behaviour of right-click 'Reply to all' 
12850                 in summary view and 'Reply to all' on the toolbar. 
12851                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12852                 view and From gets ignored by 'Reply to all' on toolbar.
12853                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12854                 From when no Reply-To header is present.
12855
12856 2002-02-04 [paul]       0.7.0claws46
12857
12858         * sync with sylpheed 0.7.0cvs30
12859                 see ChangeLog entries 2002-02-03 and 2002-02-04
12860
12861 2002-02-03 [melvin]     0.7.0claws45
12862
12863         * src/gtkspell.[ch]
12864                 Readded function to highlight all misspelled words.
12865                 Fixed bug where user-provided-words did not replace
12866                         correctly the misspelled word when using the mouse.
12867                 Fixed bug where checking a region selected from right to left did
12868                         not check the region at all.
12869                 Fixed bug where 'Check backwards' may not check at all. 
12870                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12871                 Fixed possible buffer overflow when checking for long strings (>1k).
12872                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12873                 Accelerators code uses now gtk_widget_add_accel.
12874                 Removed and disabled obsolete and unfinished code.
12875                 Cleaning up.
12876
12877         * src/compose.c
12878                 Added menu item to Highlight all misspelled words.
12879
12880 2002-02-01 [paul]       0.7.0claws44
12881
12882         * src/mainwindow.c
12883                 fix '/View/Hide read messages' sensitivity when all
12884                 messages in a folder are hidden
12885
12886 2002-02-01 [paul]       0.7.0claws43
12887
12888         * src/main.c
12889                 add --send option to command line interface, sends all
12890                 queued mail. Patch submitted by Ricardo Mones Lastra.
12891
12892 2002-01-31 [paul]       0.7.0claws42
12893
12894         * src/mainwindow.c
12895                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12896
12897 2002-01-31 [paul]       0.7.0claws41
12898
12899         * sync with sylpheed 0.7.0cvs27
12900                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12901                 and 2002-01-31
12902
12903         * src/textview.c
12904                 comment out elements of textview_show_part() as temporary
12905                 workaround for attachment 'Display as text' bug 
12906
12907         * po/pt_BR.po
12908                 updated by Fabio Junior Beneditto
12909
12910 2002-01-30 [paul]       0.7.0claws40
12911
12912         * sync with sylpheed 0.7.0cvs24
12913                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12914                 and 2002-01-30
12915
12916         * src/compose.c
12917                 add {N_("/_Spelling"), ... "<Branch>"} to 
12918                 GtkItemFactoryEntry compose_entries[]
12919
12920         * src/prefs_common.c
12921                 add claws menu items to prefs_keybind_apply_clicked()
12922                 and remove non-claws menu items
12923
12924 2002-01-29 [paul]       0.7.0claws39
12925
12926         * sync with sylpheed 0.7.0cvs22
12927                 see ChangeLog entries 2002-01-28 and 2002-01-29
12928
12929 2002-01-28 [melvin]     0.7.0claws38
12930
12931         * src/compose.c
12932                 Added the declartion of compose_send_control_enter.
12933
12934         * src/compose.c
12935         * src/gtkspell.[ch]
12936                 Added in a 'Spelling' menu which includes the configuration menu. 
12937                 Added a real 'Check all' and got rid from the old one which only
12938                 highlited misspelled word.
12939                 Made 'Check while typing' a disableable option.
12940                 Added a dialog when there are no more misspelled word.
12941                 Added a dialog if error occurs when switching to a dictionary.
12942         
12943         * src/prefs_common.[ch]
12944                 Added option for the default 'Check while typing' option.
12945
12946
12947 2002-01-28 [alfons]     0.7.0claws37
12948
12949         * src/compose.c
12950                 fix buglet and make code comply with sylpheed code style
12951
12952 2002-01-28 [paul]       0.7.0claws36
12953
12954         * sync with sylpheed 0.7.0cvs19
12955                 see ChangeLog entries for 2002-01-28
12956
12957 2002-01-28 [hoa]        0.7.0claws35
12958
12959         * src/defs.h
12960                 added rendererrc
12961
12962         * src/main.c
12963                 read the renderer config
12964
12965         * src/procmime.[ch]
12966                 use the renderer config to convert mime attachments
12967
12968         * src/textview.c
12969                 don't use textview_show_html/ertf,
12970                 use get_text_content instead
12971
12972 2002-01-27 [alfons]     0.7.0claws34
12973         
12974         * src/news.c
12975                 make sylpheed believe it can delete a news message...
12976                 (messages are NOT deleted, maybe we should remove
12977                 processing from the folder properties after all.)
12978
12979 2002-01-27 [alfons]     0.7.0claws33
12980
12981         * src/folder.c
12982                 add extra checks
12983         * src/news.c
12984                 implement remove_msg() 
12985
12986 2002-01-27 [alfons]     0.7.0claws32
12987
12988         * src/procmsg.h
12989         * src/procheader.c
12990         * src/messageview.c
12991                 fix return receipt / disposition notification again. this
12992                 stuff seems to break on _every_ major summary UI change, so
12993                 it's now implemented using a flag which is saved in the
12994                 marks cache
12995                 
12996 2002-01-26 [alfons]     0.7.0claws31
12997
12998         * src/import.c
12999                 let import dialog show the destination folder identifier
13000
13001 2002-01-26 [melvin]     0.7.0claws30
13002
13003         * src/folderview.c
13004         * src/summaryview.c
13005                 Readded 'Mark all read' into summary view popup menu
13006                 Added 'Mark all read' in folder view popup menu for IMAP
13007                 and NNTP.
13008                 Made it insensitive if the selected folder is not the shown
13009                 one to avoid 'Mark all read' on the wrong folder.
13010                 
13011 2002-01-26 [paul]       0.7.0claws29
13012
13013         * src/folderview.c
13014           src/summaryview.c
13015                 move 'Mark all read' from summary view to folder view
13016                 menu. (adapted from) patch submitted by Jeremy Andrews,
13017                 <lists@kerneltrap.com>
13018
13019 2002-01-25 [alfons]     0.7.0claws28
13020
13021         * src/gtkstext.c
13022                 put the gtk class name back so GtkSText adapts the 
13023                 settings of GtkText
13024
13025 2002-01-25 [alfons]     0.7.0claws27
13026
13027         * src/folderview.c 
13028                 assimilate Ricardo's patch that shows pixmaps instead of
13029                 plain "new" and "unread" texts in the folder view column
13030                 headers 
13031
13032 2002-01-25 [paul]       0.7.0claws26
13033
13034         * src/Makefile.am
13035                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13036                 be found in non-standard locations. 
13037                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13038
13039 2002-01-25 [paul]       0.7.0claws25
13040
13041         * sync with sylpheed 0.7.0cvs16
13042                 see ChangeLog entry 2002-01-25
13043
13044 2002-01-24 [paul]       0.7.0claws24
13045
13046         * more sync with sylpheed 0.7.0cvs15
13047                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13048
13049 2002-01-23 [sergey]     0.7.0claws23
13050
13051         * src/importldif.c
13052                 Fixed segfault when closing LDIF import wizard with
13053                 the window manager.
13054         * src/imageview.c
13055         * src/imageview.h
13056         * src/messageview.c
13057         * src/mimeview.c
13058                 Fixed wrong scrolling position after switching between
13059                 text and image parts.
13060
13061 2002-01-23 [paul]       0.7.0claws22
13062
13063         * sync with sylpheed 0.7.0cvs15
13064                 see ChangeLog entries 2002-01-22 and 2002-01-23
13065
13066 2002-01-21 [melvin]     0.7.0claws21
13067
13068         * src/prefs_scoring.c
13069         * src/prefs_filtering.c
13070                 Fixed bug where scoring and filtering windows stopped
13071                 autochecking.
13072
13073 2002-01-21 [paul]       0.7.0claws20
13074
13075         * sync with sylpheed 0.7.0cvs12
13076                 see ChangeLog entries 2002-01-20 and 2002-01-21
13077
13078 2002-01-21 [carsten]    0.7.0claws19
13079         * src/mainwindow.c
13080         * src/menu.[ch]
13081         * src/messageview.[ch]
13082         * src/summaryview.[ch]
13083                 changes to shortcuts handling again:
13084                         + "Q" now controled by mainwin
13085                         + v/V are now customizable and have slightly
13086                           different meanings
13087                 the "button" to minimize the messageview (and maximize
13088                 the summary view) is a real button now
13089         * src/compose.c
13090                 "Delete Line+" added to Edit/Advanced (this will also
13091                 delete the '\n')
13092
13093 2002-01-20 [melvin] 0.7.0claws18
13094
13095         * src/addressbook.c
13096                 Made "Bcc" sensitive when addressbook is called from
13097                 compose window (it was a Claws only bug).
13098
13099 2002-01-19 [alfons] 0.7.0claws17
13100
13101         * src/inc.c
13102                 prevent unnecessary updates when currently selected folder has
13103                 no new messages 
13104
13105 2002-01-19 [alfons] 0.7.0claws16
13106         
13107         * src/summaryview.c
13108                 prevent writing the cache based on current message list in summary 
13109                 view when filtering also put messages in currently selected folder
13110
13111 2002-01-19 [paul]
13112
13113         * po/it.po
13114                 Italian translation submitted by Alessandro Maestri
13115                 <a.maestri@cs.tin.it>
13116
13117 2002-01-18 [melvin]     0.7.0claws15
13118
13119         * src/prefs_filters.c
13120                 fixed bug where 'cancel' from 'filters' window stops autochecking
13121                 if the timer timed out  when the window was open.
13122
13123 2002-01-18 [match]      0.7.0claws14
13124
13125         * src/addrclip.[ch]     ** NEW FILE **
13126         * src/addrselect.[ch]   ** NEW FILE **
13127         * src/adbookbase.h      ** NEW FILE **
13128                 addressbook cut, copy and paste
13129         * src/addrbook.[ch]
13130         * src/addrcache.[ch]
13131         * src/addressitem.h
13132         * src/addrindex.[ch]
13133         * src/addritem.[ch]
13134         * src/importldif.c
13135         * src/importmutt.c
13136         * src/jpilot.[ch]
13137         * src/syldap.[ch]
13138         * src/vcard.[ch]
13139         * src/jpilot.[ch]
13140         * src/editbook.c
13141         * src/editjpilot.c
13142         * src/editldap.c
13143         * src/editvcard.c
13144                 support for copy/paste
13145         * src/addressbook.c
13146                 support for copy/paste
13147                 tidy up menu option processing
13148                 correct address list function arguments
13149         * src/editaddress.c
13150                 sort user attributes
13151         * src/ldif.h
13152         * src/mutt.h
13153                 tidy up
13154
13155         * src/addrbook.[ch]
13156         * src/addrbook.[ch]
13157         * src/addrbook.[ch]
13158                 
13159
13160 2002-01-18 [paul]       0.7.0claws13
13161
13162         * sync with sylpheed 0.7.0cvs8
13163                 configure.in: support Mac OS X (Darwin)
13164
13165 2002-01-18 [carsten]    0.7.0claws12
13166         * src/html.c
13167                 small hack to fix a segfault with an empty href
13168                 (reported by Alexandra Walford <deeni@altern.org>)
13169         * src/mainwindow.c
13170         * src/summaryview.c
13171                 the shortcuts for Mark und Mark as unread are hardcoded
13172                 again
13173         * src/compose.c
13174         * src/gtkstext.[ch]
13175                 readded the shortcuts in gtkstext but made them
13176                 customizeable (simply by adding a menu plus a wrapper
13177                 to compose.c)
13178
13179 2002-01-17 [melvin]     0.7.0claws11
13180
13181         * src/gtkspell.c
13182                 fix default dictionary not being saved.
13183
13184 2002-01-16 [darko]      0.7.0claws10
13185
13186         * src/compose.c
13187                 fix wrapping crash with URL longer than wrapping margin
13188
13189 2002-12-08 [hoa]        0.7.0claws10
13190
13191         * src/matcher_parser_parse.y
13192                 fixed some bugs
13193
13194         * src/prefs_filtering.c
13195                 now, we can use bounce action in the dialog box.
13196
13197 2002-01-16 [carsten]    0.7.0claws9
13198         * src/gtkstext.c
13199                 removed the <control> and <alt> shortcuts because they're
13200                 not needed and interefered with the "normal" shortcuts
13201         * src/mainwindow.c
13202         * src/summaryview.c
13203                 removed most of the hardcoded shortcuts and assigned
13204                 them to menu entries making them easy customizable by
13205                 that
13206
13207 2002-01-16 |melvin]     0.7.0claws8
13208
13209         * src/gtkspell.c
13210                 fixed bug where using the mouse and when the compose
13211                 window is not on top may result in a crash.
13212
13213 2002-01-16 [melvin]     0.7.0claws7
13214
13215         * src/compose.c
13216                 fixed a long standingspell checker bug which could 
13217                 cause a crash after sending a message.
13218
13219 2002-01-16 [paul]       0.7.0claws6
13220
13221         * sync with sylpheed 0.7.0cvs7
13222                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13223                 2002-01-15, and 2002-01-16
13224
13225 2002-01-16 [melvin]     0.7.0claws5
13226
13227         * README.claws
13228         * src/compose.c
13229         * src/gtkspell.[ch]
13230         * src/main.c
13231                 Heavily modified spell checker code to work around
13232                 ispell bug, to add keyboard shortcuts and for future
13233                 enhancements. See README.claws for usage information.
13234
13235 2002-01-15 [alfons]     0.7.0claws4
13236         
13237         * src/summaryview.c
13238                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13239                 so sorting within threads reflects sort mode
13240
13241 2002-01-15 [christoph]  0.7.0claws3
13242
13243         * src/procmsg.c
13244                 added alertpanel if mail sending failed
13245
13246 2002-01-15 [alfons]     0.7.0claws2
13247         
13248         * src/prefs_filtering.c
13249                 don't stop timer when prefs filtering dialog is opened
13250
13251 2002-01-14 [alfons]     0.7.0claws1
13252
13253         * src/addr_compl.c
13254         * src/prefs.c
13255                 remove debug_print()s for privacy reasons
13256
13257 2002-01-14 [darko]      0.7.0claws
13258
13259         * README.claws
13260                 quotation wrapping is now also in the main branch
13261
13262 2002-01-14 [paul]
13263
13264         * tools/filter_conv.pl
13265                 allow for Boolean Op and case-sensitivity
13266                 this file is included in the release and tagged
13267                 'rel_0_7_0'
13268
13269 2002-01-13 [paul]       0.7.0claws
13270
13271         * release 0.7.0, with cvs tag 'rel_0_7_0'
13272
13273 2002-01-13 [paul]
13274
13275         * tools/filter_conv.pl
13276         * tools/README
13277                 rewritten to output to matcherrc instead of filteringrc
13278
13279         * po/es.po
13280                 updated Spanish translation by Ricardo Mones Lastra
13281
13282 2002-01-13 [alfons]
13283
13284         * po/nl.po
13285                 update dutch translation
13286
13287 2002-01-13 [paul]
13288
13289         * po/pt_BR.po
13290                 Updated by Fabio Junior Beneditto 
13291
13292 2002-01-13 [melvin]     0.6.6claws53
13293
13294         * po/fr.po
13295                 Updated french translation
13296
13297 2002-01-12 [alfons]     0.6.6claws52
13298
13299         * src/filtering.c
13300                 plug mem leak that has been sitting there for ages              
13301
13302 2002-01-12 [alfons]     0.6.6claws51
13303
13304         * src/summaryview.c
13305                 undo melvin's changes from 0.6.6claws48 because summary
13306                 view now refuses to select first unread message when
13307                 selecting a folder 
13308
13309 2002-01-11 [alfons]     0.6.6claws50
13310
13311         * src/import.c
13312                 use claws' semantics for getting folder item when
13313                 importing an mbox file into a folder 
13314                 (submitted by Dale P. Smith)
13315
13316 2002-01-11 [christoph]  0.6.6claws49
13317
13318         * src/prefs.h
13319                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13320                 toggle widget, because non static prefs can not use
13321                 prefs_set_* functions
13322         * src/prefs_account.c
13323                 toggle smtp auth password field sensitivity if
13324                 user id is empty and add descrition of usage for
13325                 these fields
13326         * src/prefs_folder_item.c
13327                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13328                 callbacks
13329
13330 2002-01-11 [melvin]     0.6.6claws48
13331
13332         * src/compose.c
13333                 fix the 'Ctrl-Enter' feature for sending and test really
13334                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13335                 editables which was not documented in Gtk)
13336
13337         * src/summaryview.c
13338                 Made summaryview refresh after sorting and not before.
13339
13340 2002-01-11 [christoph]  0.6.6claws47
13341
13342         * src/compose.c
13343                 select account from account ids if possible and
13344                 correctly set save folder for copy in reedit
13345
13346 2002-01-10 [paul]       0.6.6claws46
13347
13348         * sync with sylpheed 0.7.0 release
13349                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13350                 2002-01-09
13351
13352 2002-01-09 [alfons]
13353
13354         * src/summaryview.c
13355                 remove more dirt traces...
13356
13357 2002-01-09 [alfons]
13358         
13359         * src/summaryview.c
13360                 clean up some traces of my debugging stuff
13361
13362 2002-01-09 [alfons]     0.6.6claws45
13363
13364         * src/filtering.c
13365                 break up filteringprop_apply() in three separate pieces
13366                 so we can drop messages that failed processing in the
13367                 inbox
13368
13369         * src/summaryview.c
13370                 fix bug #469598 "no refresh of inbox after filter" which 
13371                 was introduced by the new summary view locking, and which 
13372                 prevented the summary view to update after a manual filter 
13373                 message. claw's filter message requires a summary_show().
13374                 (aargh, summary_show() again! :-)
13375                 
13376 2002-01-07 [alfons]     0.6.6claws44
13377
13378         * src/headerwindow.c
13379         * src/logwindow.c
13380         * src/messageview.c
13381         * src/sourcewindow.c
13382                 bring in Hiro's last 0.7.0 wm class fixes
13383
13384         * tools/sylprint.pl
13385                 bring in Ricardo's fix for sylprint script
13386
13387         * AUTHORS       
13388         * src/rfc2015.[ch]
13389         * src/prefs_common.[ch]
13390         * src/prefs_account.[ch]
13391         * src/compose.c
13392                 clean up account preference poison in rfc2015,
13393                 and preparation to fix double sign bug 
13394                 (patch submitted by Simon 'corecode' Schubert)
13395
13396 2002-01-07 [christoph]  0.6.6claws43
13397
13398         * src/mh.c
13399                 search for free message number, do not only rely
13400                 on last_num
13401         * src/send.c
13402                 fix smtp auth and use extra account information
13403                 if available, if not use pop3 data instead
13404                 (closes bug #500341)            
13405         * src/ssl.[ch]
13406                 match coding style
13407
13408 2002-01-06 [alfons]     0.6.6claws42
13409
13410         * src/mainwindow.c
13411                 try making the separate windows work again...
13412
13413 2002-01-06 [alfons]     0.6.6claws41
13414
13415         * src/mainwindow.c
13416                 adapt Hiro's separate window menu (to get rid of the funny
13417                 duplicate menu items), and make it work again
13418
13419 2002-01-06 [alfons]     0.6.6claws40
13420
13421         * tools/Makefile.am
13422         * tools/sylprint.rc
13423         * tools/sylprint.pl
13424         * tools/README.sylprint
13425                 add sylprint script for printing mails from Sylpheed
13426                 (contributed by Ricardo Mones Lastra)
13427
13428         * src/acount.c
13429                 clean up
13430
13431 2002-01-06 [melvin]     0.6.6claws39
13432
13433         * src/mainwindow.c
13434         * src/summaryview.c
13435                 Fixed crash introduced in 0.6.6claws38 by the menu
13436                 reorganisation (Hide read messages)
13437         
13438         * ChangeLog.claws 
13439                 Fixed typo (we are now in 2002, alfons ;) )
13440
13441 2002-01-05 [alfons]     0.6.6claws38
13442
13443         * sync with sylpheed 0.6.6cvs10-17
13444                 (last stuff marked as LAST_STABLE)
13445
13446 2002-01-04 [melvin]     0.6.6claws37
13447
13448         * src/account.c
13449                 Made account selection code use strcasestr again instead of
13450                 g_strcasecmp (fixes bug where reediting queued messages
13451                 did not select proper account reported by T. Link).
13452         
13453         * src/folderview.c
13454                 Fix bug where folder icons are not shown when 'hide read messages'
13455                 is on.
13456         
13457         * src/stock_pixmaps.[ch]
13458                 Added folder icons for 'hide read messages'.
13459         
13460         * src/compose.c
13461                 Fixed bug where 'Enter' in a header entry will send the message 
13462                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13463
13464 2002-01-03 [melvin]     0.6.6claws36
13465         
13466         * src/prefs.[ch]
13467                 Added popup menu for common preferences and
13468                 account preferences (right click on tab displays
13469                                 a menu of all tabs.)
13470
13471 2002-01-02 [melvin]     0.6.6claws35
13472
13473         * src/gtkspell.[ch]
13474                 Made spelling code compatible with undo/redo feature.
13475                 Added creation of suggestion mode menu for the general
13476                         preferences.
13477         
13478         * src/prefs_common.[ch]
13479                 Added option menu for the speller's suggestion mode.
13480                 Added missing spaces in "..." buttons and made a "..."
13481                         button non translatable!
13482         
13483         * src/compose.c
13484                 Made speller use the default suggestion mode.
13485                 Hack to make it possible to choose 'CTRL-Enter' as a
13486                         shortcut for sending (and only for sending).
13487
13488         * src/prefs_folder_item.c
13489                 Changing subject simplification does not update cache 
13490                         anymore (because it is unnecessary).
13491                 Fixed bug where changing subject simplification updated the 
13492                         summaryview even when the viewed folder is not the
13493                         folder which properties are being changed. (E.g. 
13494                                         viewing folder A and changing
13495                                         the subject simplification of 
13496                                         folder B -not being viewed- updated the 
13497                                         summaryview of folder A with data of
13498                                         folder B). (Hope this is clear... )
13499
13500 2001-12-31 [alfons]     0.6.6claws34
13501         
13502         * src/ldif.c
13503         * src/mutt.c
13504                 fgetc() returns a signed integer which doesn't
13505                 fit in a char. so c truncates this to a char
13506                 but we may lose significant bits. i.e. we may
13507                 comparing 0xFF which may not be equal to -1
13508                 unless properly casted to signed char which
13509                 we won't do because fgetc() returns a signed
13510                 integer which doesn't fit in a char. so c 
13511                 truncates this to a char but we may lose 
13512                 significat bits. (you got the idea, thanks
13513                 to Gustavo Noronha Silva <kov@debian.org>
13514                 and the Debian folks!)
13515
13516 2001-12-30 [alfons]     0.6.6claws33
13517
13518         * src/prefs_common.c
13519                 add #ifdef USE_PSPELLs that Melvin forgot               
13520
13521 2001-12-30 [melvin]     0.6.6claws32
13522         
13523         * src/prefs_common.[ch]
13524                 Added configurable color for misspelled words.
13525
13526         * src/gtkspell.[ch]
13527                 Fixed bug of foreground text color (reported by David
13528                                 Mehrmann)
13529                 Added configurable color for misspelled words.
13530
13531 2001-12-30 [alfons]     0.6.6claws31
13532
13533         * src/folder.c
13534                 remove unnecessary things someone put there
13535
13536         * src/mh.c
13537         * src/folder.[ch]
13538                 make folder properties (like threading and sorting) persistent
13539                 (closes bug #497424 "rescan folder tree resets proprieties")
13540                 currently this is only for MH folders. 
13541
13542 2001-12-29 [melvin]     0.6.6claws30
13543
13544         * src/string_match.[ch]
13545                 Optimized a bit: regexp pattern buffer compiled only once, and
13546                   one subroutine call removed. Fixed ^ regexp search: Now, 
13547                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13548         
13549         * src/summaryview.c
13550                 Subject filtering changed to filter summary columns and
13551                   not directly the messages subject cache. The loss in 
13552                   performance is balanced by the improvement of string_match.
13553                 Added an alert panel if there is an error in the regexp.
13554
13555         * src/src/prefs_folder_item.h
13556                 Added a regexp pattern buffer.
13557
13558 2001-12-28 [alfons]     0.6.6claws29
13559
13560         * src/string_match.[ch]
13561                 clean up name space
13562                 allow compilation *BSD
13563
13564 2001-12-27 [alfons]     0.6.6claws28
13565
13566         * src/filter.c
13567                 sync the Hiro's bug fix for BSD
13568
13569 2001-12-27 [melvin]     0.6.6claws27
13570         
13571         * src/compose.c
13572                 Simplify focus to subject entry code.
13573
13574 2001-12-27 [darko]      0.6.6claws26
13575
13576         * src/filtering.c
13577         * src/mbox_folder.c
13578         * src/messageview.c
13579         * src/mh.c
13580         * src/procheader.[ch]
13581         * src/procmsg.h
13582         * src/stock_pixmap.[ch]
13583         * src/summaryview.c
13584                 Show key icon for encrypted mails in summary view
13585
13586         * src/pixmaps/clip.xpm
13587         * src/pixmaps/clipkey.xpm
13588         * src/pixmaps/key.xpm
13589                 New/modified icons for the above
13590
13591 2001-12-27 [melvin]     0.6.6claws25
13592
13593         * src/prefs_common.c
13594                 Put spell checker options in a separate tab to decrease
13595                 the Common Preferences window height.
13596
13597         * README.claws  
13598                 Update spell checker usage instruction about its options
13599                 location.
13600
13601 2001-12-27 [melvin]     0.6.6claws24
13602
13603         * src/compose.c
13604                 Changed subject entry widget position. Initial focus is
13605                 on the To header instead of the subject entry.
13606                 Creating a new header scrolls the header list to make the
13607                 created one visible. Nevertheless, when automatically filling
13608                 headers, the first one is shown.
13609                 A Tab key press in the last empty header entry zips the 
13610                 focus to the subject entry.
13611                 (I did not change the combo boxes, yet)
13612
13613 2001-12-26 [alfons]     0.6.6claws23
13614
13615         * src/prefs_account.c
13616         * src/inc.c
13617                 allow default inbox to reside in another mailbox (only
13618                 works for POP3 accounts)
13619
13620 2001-12-26 [alfons]     0.6.6claws22
13621         
13622         * src/textview.c
13623                 make reply-on-click work with the account of the selected folder
13624         * src/compose.c
13625                 put a fixme here to remind me to fix finding correct default
13626                 account for nested folders
13627
13628 2001-12-25 [alfons]     0.6.6claws21
13629
13630         * src/summaryview.c
13631                 make column headers display locked and mark pixmaps (idea by Melvin) 
13632                 fix bug by adding score and locked column type to sort array
13633
13634 2001-12-25 [alfons]     0.6.6claws20
13635         
13636         * src/summaryview.c
13637                 catch a *potentially* inadvertent write back of  
13638                 the message cache(s) introduced by 0.6.5claws37
13639
13640 2001-12-25 [christoph]  0.6.6claws19
13641
13642         * src/stock_pixmap.[ch]
13643         * src/summaryview.c
13644                 add ignore thread pixmap
13645                 (can someone draw a better icon for this?)
13646
13647 2001-12-24 [alfons]     0.6.6claws18
13648
13649         * src/prefs_folder_item.c
13650                 make address completion actually work for the
13651                 Default To address in the Folder Property dialog.
13652
13653 2001-12-24 [alfons]     0.6.6claws17
13654         
13655         * src/summaryview.c
13656                 use new style regexp for subject stripping 
13657                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13658
13659 2001-12-24 [darko]      0.6.6claws16
13660
13661         * src/pgptext.c
13662         * src/rfc2015.c
13663                 move GPG related informational messages to debug mode
13664
13665 2001-12-23 [alfons]     0.6.6claws15
13666
13667         * src/stock_pixmap.[ch]
13668         * src/summaryview.c
13669                 add the forgotten Claws' locked pixmap
13670
13671 2001-12-23 [alfons]     0.6.6claws14
13672
13673         * src/filesel.c
13674                 accept file name typed in entry in multi file
13675                 selector (patch submitted by Gustavo Noronha Silva 
13676                 <kov@debian.org>)
13677
13678 2001-12-23 [alfons]     0.6.6claws13
13679
13680         * src/prefs_filter.c
13681         * src/prefs_filtering.c
13682         * src/matcher.c
13683         * src/importmutt.c
13684                 clean up a little bit
13685         
13686         * src/string_match.c
13687                 validate input strings a little bit more
13688
13689 2001-12-23 [alfons]     0.6.6claws12
13690
13691         * src/Makefile.am
13692         * src/summaryview.c
13693         * src/string_match.[ch]         ** NEW **
13694         * src/folderview.[ch]
13695         * src/headerview.h
13696         * src/folder.[ch]
13697         * src/prefs_folder_item.[ch]
13698                 add subject simplification to strip out strings from
13699                 a subject line (esp. handy for mailing lists). 
13700                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13701                 but slightly changed things for better integration.)
13702
13703 2001-12-23 [alfons]     0.6.6claws11
13704
13705         * src/mainwindow.c
13706                 fix bug introduced by submission included in 0.6.5claws52.
13707                 ideally this submission should clean the trash if any trash
13708                 folder has a message. however, the hasTrash variable was
13709                 set to false whenever a trash folder was empty (discarding
13710                 a previously found *filled* trash folder.)
13711
13712                 also edited the code a little bit and made it more safe.
13713
13714 2001-12-22 [alfons]     0.6.6claws10
13715
13716         * src/imap.c
13717                 quick fix for Martin Pool's omission of an account
13718                 specific SSL setting
13719
13720 2001-12-22 [alfons]     0.6.6claws9
13721
13722         * src/compose.c
13723         * src/messageview.c
13724         * src/mimeview.c
13725         * src/pgptext.c
13726         * src/procmime.[ch]
13727                 better support for multipart/digest (submitted
13728                 by Fredrik <e98fo@efd.lth.se>)
13729
13730 2001-12-22 [alfons]     0.6.6claws8
13731
13732         * src/addressbook.c
13733                 correct function signature
13734         * src/socket.[ch]
13735         * src/imap.[ch]
13736         * src/prefs_account.[ch]
13737                 allow IMAP over SSH tunnel (patch submitted by 
13738                 Martin Pool <mbp@samba.org>)
13739
13740 2001-12-21 [alfons]     0.6.6claws7
13741
13742         * sync with sylpheed 0.6.6cvs4-9
13743                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13744
13745 2001-12-21 [christoph]  0.6.6claws6
13746
13747         * src/compose.c
13748         * src/prefs_folder_item.[ch]
13749                 implement saving of outgoing messages to current folder.
13750                 fix segfault when no default outbox is available
13751                 (closes bug #495683)
13752
13753 2001-12-21 [carsten]    0.6.6claws5
13754         * src/folderview.c
13755         * src/summaryview.c
13756                 pressing CTRL while DND does now the expected thing and
13757                 copies the mail (moving is still the default, as this
13758                 seam more appropriate for handling mails by DND)
13759
13760 2001-12-18 [paul]       0.6.6claws4
13761
13762         * sync with sylpheed 0.6.6cvs3
13763                 see ChangeLog entries 2001-12-18
13764
13765 2001-12-18 [hiro]       0.6.6claws3
13766
13767         * src/undo.c
13768                 fix for multibyte characters (obtain the number of letters
13769                 instead of bytes).
13770
13771 2001-12-17 [paul]       0.6.6claws2
13772
13773         * sync with sylpheed 0.6.6cvs1
13774                 see ChangeLog entry 2001-12-16
13775
13776 2000-12-17 [alfons]     0.6.6claws1
13777
13778         * src/filtering.c
13779                 clean up
13780
13781 2001-12-16 [paul]       0.6.6claws
13782 2001-12-15
13783
13784         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13785
13786         * src/mimeview.c
13787                 last minute sync with main 0.6.6
13788
13789         * po/es.po
13790                 updated by Ricardo Mones Lastra
13791                 update for last minute sync
13792         * po/fr.po
13793         * po/nl.po
13794                 update for last minute sync
13795         * po/de.po
13796                 updated by Jens Oberender
13797         * po/pt_BR.po
13798                 updated by Fabio Junior Beneditto
13799
13800         * src/prefs_common.[ch]
13801         * src/undo.c
13802                 number of undo levels is user configurable
13803                 (squeeze it into the release in the dying
13804                 moments) Submitted by Jens Oberender    
13805
13806 2001-12-15 [melvin]
13807
13808         * po/fr.po
13809                 updated french translation
13810
13811 2001-12-15 [paul]       0.6.5claws92
13812
13813         * sync with sylpheed 0.6.5cvs28
13814                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13815
13816         * po/nl.po
13817                 update to allow for sync
13818
13819 2001-12-15 [alfons]
13820         
13821         * po/nl.po
13822                 update dutch translation
13823
13824 2001-12-14 [carsten]    0.6.5claws91
13825         * src/summaryview.c
13826                 fixed bug #473785; also after changing the column order
13827                 the same message will be selected and displayed as before
13828                 the reordering
13829
13830 2001-12-14 [carsten]    0.6.5claws90
13831         * src/folderview.c
13832                 probably found the bug reported by wwb opening or closing
13833                 a folder tree just before dnd (found the solution in the
13834                 balsa source -- thanks to them)
13835
13836 2001-12-14 [carsten]    0.6.5claws89
13837         * src/gtkutils.c
13838         * src/account.c
13839                 moved gtk_clist_moveto to the right place, so that
13840                 only the accounts dialog is effected on opening
13841
13842 2001-12-14 [carsten]    0.6.5claws88
13843         * src/gtkutils.c
13844                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13845                 now, so that the focused row will be seen in any case
13846                 (reported by wwp on sf-claws-user)
13847
13848 2001-12-14 [darko]      0.6.5claws87
13849
13850         * src/compose.c
13851                 remove unnecessary line
13852
13853 2001-12-14 [paul]       0.6.5claws86
13854
13855         * sync with sylpheed 0.6.5cvs27
13856                 see ChangeLog entries 2001-12-14
13857
13858 2001-12-14 [carsten]    0.6.5claws85
13859         * src/mainwindow.c
13860                 following a suggestion of Melvin the rcoabm pops up
13861                 right under the button now and the button is reliefed
13862                 while the popup is open
13863
13864 2001-12-14 [darko]      0.6.5claws84
13865
13866         * src/compose.c
13867                 fix crash when wrapping long lines if linewrap quotation
13868                 is disabled and wrapper encounters a word spanning more
13869                 than one line
13870
13871 2001-12-13 [paul]       0.6.5claws83
13872
13873         * src/compose.c
13874                 prefer 'Reply-To' header over mailing list header when
13875                 replying to a message. Finally prevent all those confirmation 
13876                 messages being sent to the list itself.
13877
13878         * src/summaryview.c
13879                 remove unused summary_set_menu_sensitive() entry
13880
13881 2001-12-13 [paul]       0.6.5claws82
13882
13883         * src/folderview.c
13884         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13885         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13886         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13887                 improvements to 'Hide read messages': Inbox, Outbox,
13888                 Trash, Queue, and Draft icons now reveal presence of hidden 
13889                 messages
13890
13891 2001-12-12 [alfons]     0.6.5claws81
13892
13893         0.6.5claws80 was tagged as LAST_STABLE
13894
13895         * src/filtering.[ch]
13896         * src/matcher.[ch]
13897         * src/matcher_parser_lex.c
13898                 fix the filtering; my last attempt to get it right, 
13899                 if it does not work, it's Hoa's turn. ;-)
13900
13901                 for my honourable peers:
13902                 
13903                 the code now makes a clear distinction between
13904                 rules as they are displayed (probably escaped),
13905                 and as they are executed (probably unescaped). the
13906                 parser does *NOT* do any unescaping, this is
13907                 the task of the matcher.c (which breaks up a
13908                 rule into condition) and the filtering.c (which
13909                 breaks up the rule's action). to make this
13910                 run happily we provide an unescaped copy of
13911                 crucial strings to the MatcherProp and 
13912                 FilteringAction structures. note that the only
13913                 exception to this is any REGEXP string. those
13914                 are directly passed to regcomp() and regexp()
13915                 (who have much more powerful unescape functions).
13916                 
13917                 for everyone else:
13918         
13919                 you can escape tab (\t), carriage return (\r),
13920                 linefeed (\n), form feed (\f), quote (\"), 
13921                 single quote (\'), bell (\b) in all the entry
13922                 lines in the scoring & filtering dialogs.
13923                 as an added bonus this should not affect
13924                 existing filtering rules.
13925
13926 2001-12-12 [carsten]    0.6.5claws80
13927
13928         * src/summaryview.c
13929         * po/de.po
13930                 "item(s) selected" is now sensitive to 1 or more
13931                 than one selected (nice for language where simple
13932                 adding of a "s" is not possible as German (Eintrag
13933                 ->Eintr"age)
13934                 
13935                 the "forward as attachment" entry from the right
13936                 click menu removed, "forward" acts following the
13937                 prefs
13938         
13939         * src/textview.c
13940                 reverted my former changes; so compiler warning again
13941                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13942                 nevertheless
13943
13944         * src/messageview.c
13945                 "search in message" does now *not* only work in MVIEW_TEXT
13946                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13947                 message
13948
13949         * src/mainwindow.c
13950                 removed "/File/_Close" as it was the same as "/File/E_xit"
13951                 and we don't need it two times
13952
13953                 the separate folder view and message view now get a distinct
13954                 WMCLASS, just in case someone is using sawfish ;-)
13955
13956                 as the menu entries "/View/Message view" and "/View/Folder tree"
13957                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13958                 make them sensitive accordingly and as these two are "shown"
13959                 after startup anytime check this menuitem at startup
13960
13961 2001-12-12 [paul]       0.6.5claws79
13962
13963         * src/folderview.c
13964                 fix sensitivity of 'Search folder...', broken in
13965                 0.6.5claws75
13966
13967         * src/mainwindow.c
13968                 fix dodgy English
13969
13970 2001-12-11 [carsten]    0.6.5claws78
13971         * src/filtering.c
13972                 fixed two typos returning a wrong FALSE/TRUE
13973         * src/mainwindow.[ch]
13974                 extra menu for email/news button removed
13975
13976 2001-12-11 [alfons]     0.6.5claws77
13977         
13978         * src/matcher.c                 (1.3)
13979         * src/matcher_parser_lex.l      (1.28)
13980                 revert for another attempt
13981                 mark 0.6.5claws77 as LAST_STABLE
13982
13983 2001-12-11 [christoph]  0.6.5claws76
13984
13985         * po/de.po
13986                 fixed wrong translation for prev. unread msg
13987
13988 2001-12-11 [paul]       0.6.5claws75
13989
13990         * src/folder.[ch]
13991         * src/folderview.c
13992         * src/mainwindow.c
13993         * src/summaryview.[ch]
13994         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13995                 enable ability to hide read messages on per folder basis via 
13996                 '/Summary/Hide read messages'; when selected, a folder will 
13997                 have a red open folder icon, instead of a blue icon, if the 
13998                 folder contains hidden messges
13999                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14000
14001         * src/mainwindow.c
14002                 remove '/Message/Forward as attachment' from 
14003                 main_window_set_menu_sensitive() to prevent debug warning
14004
14005         * src/folderview.c
14006         * src/mainwindow.c
14007                 Clean up some of the English
14008
14009         * tools/newscache_clean.pl
14010                 allow for new 'hidereadmsgs' entry in folderlist.xml
14011
14012         * po/es.po
14013                 updated translation, submitted by Ricardo Mones Lastra
14014
14015 2001-12-11 [paul]       0.6.5claws74
14016
14017         * sync with sylpheed 0.6.5cvs25
14018                 see ChangeLog entry 2001-12-11
14019
14020 2001-12-10 [alfons]     0.6.5claws73
14021
14022         * src/matcher.c
14023                 add more control characters
14024         * src/matcher_parser_lex.l
14025                 make escaping / unescaping work again
14026
14027 2001-12-10 [alfons]     0.6.5claws72
14028
14029         * src/imap.c
14030                 clean up warnings "returning value for void function" 
14031         * src/prefs_filtering.c
14032                 make info button for execute action sensitive
14033
14034 2001-12-10 [paul]       0.6.5claws71
14035
14036         * src/compose.c
14037         * src/imap.[ch]
14038         * src/summaryview.c
14039                 fix: imap server now gets informed of MARKED, UNMARKED
14040                 and REPLY events. Now people can use different IMAP-Mail
14041                 clients and have the exact same information about MARKED,
14042                 UNMARKED and REPLY status with all of them. Especially
14043                 useful for imap servers with a web-frontend.
14044                 submitted by Tobias Sandhaas <medlor@web.de>
14045
14046 2001-12-09 [melvin]     0.6.5claws70
14047         
14048         * src/textview.[ch]
14049                 fixed bug #490076 (hunted down by Alfons who implemented
14050                 a workaround in 0.6.5claws65)
14051
14052 2001-12-09 [christoph]  0.6.5claws69
14053
14054         * src/summaryview.c
14055                 set pointer to string in LOCKED column to NULL
14056                 (might fix bug #490800)
14057
14058 2001-12-09 [carsten]    0.6.5claws68
14059
14060         * po/de.po
14061                 resolved some cluttered menu shortcuts 
14062                 ('creating new email' and 'creating news message'
14063                 hade the same)
14064         * src/compose.c
14065                 wmclass now distinc from main window
14066         * src/mainwindow.c
14067           src/mainwindow.h
14068                 email/news and forward button functionality similar
14069                 to the reply buttons; removed the ugly dropdown arrows
14070                 and use instead the right mouse button
14071
14072 2001-12-09 [paul]       0.6.5claws67
14073
14074         * src/imap.c
14075         * src/utils.h
14076                 allow spaces in imap folder names
14077                 submitted by Willem van Engen <wvengen@stack.nl>
14078
14079 2001-12-09 [paul]       0.6.5claws66
14080
14081         * sync with sylpheed 0.6.5cvs24
14082                 see ChangeLog entry 2001-12-09
14083
14084 2001-12-08 [alfons]     0.6.5claws65
14085
14086         * src/textview.c
14087                 prevent secondary selection claim after "add to sender" dialog
14088                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14089                 we trick GTK by simulating a click at (0, 0) in the textview.
14090
14091 2001-12-08 [hoa]        0.6.5claws64
14092
14093         * src/folder.c
14094                 fixed a bug about the .processing folder name while filtering
14095
14096 2001-12-08 [alfons]     0.6.5claws63
14097
14098         * src/folderview.c 
14099                 work around problem of not correctly updating folder stats
14100                 when deleting messages. there's some folder scanning evil
14101                 going so the folderview_update_msg_num() does not work
14102                 correctly. need to investigate this.
14103
14104 2001-12-08 [paul]       0.6.5claws62
14105
14106         * sync with sylpheed 0.6.5cvs23
14107                 see ChangeLog entry 2001-12-08
14108
14109 2001-12-07 [christoph]  0.6.5claws61
14110
14111         * src/compose.c
14112                 fix another header translation problem
14113
14114 2001-12-07 [alfons]     0.6.5claws60
14115
14116         * src/mbox.c
14117                 make filtering also work on local spool mbox
14118
14119 2001-12-07 [carsten]    0.6.5claws59
14120         * src/addressbook.c
14121                 addressbook window gets a wmclass distinct from the main
14122                 sylpheed window
14123         * src/compose.h
14124         * src/mainwindow.[ch]
14125                   forward menu item will use mode selected in prefs, forward 
14126                 as attatchment in menu removed (will be substituted in the
14127                 toolbar similar to reply buttons)
14128                   create news message menu entry and news button is now 
14129                 sensitive to the existance of a news account
14130         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14131         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14132         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14133                 these are removed because the toolbar buttons don't show
14134                 the quoting modus any longer
14135
14136 2001-12-07 [paul]
14137
14138         * tools/newscache_clean.pl      ** NEW FILE **
14139                 perl script to do some tidying up in the newscache directory 
14140                 
14141         * tools/sylpheed-switcher       ** NEW FILE **
14142                 perl script to enable easy switching between main and claws
14143                 
14144         * tools/README
14145                 added descriptions of the two new perl scripts          
14146
14147
14148 2001-12-07 [melvin]     0.6.5claws58
14149
14150         * src/messageview.c
14151                 fixed a warning during compilation introduced in 0.6.5claws56
14152
14153 2001-12-07 [paul]       0.6.5claws57
14154
14155         * src/mainwindow.[ch]
14156         * src/menu.[ch]
14157                 further usability enhancements to replying with or without 
14158                 quoting via the toolbar, use of Ctrl key is replaced by 
14159                 drop down menu 
14160                 Submitted by Carsten Schurig            
14161
14162 2001-12-07 [melvin]     0.6.5claws56
14163
14164         * src/messageview.c
14165                 hack to fix bug that prevented to make/paste selections
14166                 after switching between MVIEW_TEXT and MVIEW_MIME views
14167                 without deselecting the selection first.
14168
14169 2001-12-06 [alfons]     0.6.5claws55
14170
14171         * src/filtering.[ch]
14172         * src/inc.c
14173                 revise filtering a little bit more, and make sure
14174                 messages are delivered to the appropriate inbox
14175                 (perhaps set per account)
14176
14177 2001-12-06 [paul]       0.6.5claws54
14178
14179         * sync with sylpheed 0.6.5cvs22
14180                 see ChangeLog entry 2001-12-06
14181
14182 2001-12-05 [alfons]     0.6.5claws53
14183
14184         * src/inc.c
14185         * src/folder.[ch]
14186         * src/procmsg.c
14187         * src/filtering.c
14188                 more revisions of filtering system
14189                 (last stable version is marked as LAST_STABLE)
14190                 
14191                 | NOTE 1): the filtering system now uses a local folder called
14192                 | .processing. if filtering fails, check this directory
14193                 | for missing messages.
14194                 |
14195                 | NOTE 2): help us find the filtering actions still missing
14196
14197 2001-12-05 [paul]       0.6.5claws52
14198
14199         * src/mainwindow.c
14200                 fix bug where 'Empty Trash?' pop-up window appears even
14201                 when Trash is empty, submitted by Jesse Skinner         
14202
14203 2001-12-05 [melvin]     0.6.5claws51
14204
14205         * src/compose.c
14206                 fixed bug #486106 to select correct account when reediting 
14207                 a queued message
14208         
14209 2001-12-04 [alfons]     0.6.5claws50
14210
14211         * src/mh.c
14212                 declare markfile in appropriate functions when
14213                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14214                 for spotting this)
14215
14216 2001-12-04 [paul]       0.6.5claws49
14217
14218         * sync with sylpheed 0.6.5cvs21
14219                 see ChangeLog entry 2001-12-04
14220
14221 2001-12-03 [christoph]  0.6.5claws48
14222
14223         * po/de.po
14224                 changed translation of undo
14225         * src/account.c
14226         * src/folder.c
14227                 don't reinvent the wheel to traverse a GNode
14228         * src/compose.[ch]
14229                 seperate code to create the compose gui into functions
14230                 add "Others" page with folder selection for saving copy
14231                 of the message.
14232                 the folder identifier is saved to queue header
14233         * src/procmsg.c
14234                 save message to folder in queue header
14235
14236 2001-12-03 [paul]       0.6.5claws47
14237
14238         * sync with sylpheed 0.6.5cvs20
14239                 see ChangeLog entry 2001-12-03
14240
14241 2001-12-01 [paul]
14242
14243         * more sync with sylpheed 0.6.5cvs19
14244                 see ChangeLog entry 2001-11-29
14245
14246 2001-11-30 [paul]       0.6.5claws46
14247         
14248         * src/compose.c
14249                 remove conflicts introduced by Hoa's last commit
14250          
14251         * src/mainwindow.c
14252                 make 'Message/Bounce' sensitive
14253
14254 2001-11-30 [hoa]        0.6.5claws45
14255
14256         * src/compose.c
14257                 slightly change bounce function to add
14258                 information about the user that bounced the mail
14259                 in the From header line.
14260
14261         * src/folderview.c
14262                 permit the use of processing in outbox folder.
14263
14264 2001-11-29 [paul]       0.6.5claws44
14265
14266         * src/mainwindow.[ch]
14267         * src/prefs_common.c
14268         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14269         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14270         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14271                 usability enhancements to the quoting, implements
14272                 use of Ctrl key to toggle quoting settings
14273                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14274
14275 2001-11-29 [paul]       0.6.5claws43
14276         
14277         * sync with sylpheed 0.6.5cvs19
14278                 see ChangeLog entry 2001-11-28
14279
14280 2001-11-29 [melvin]     0.6.5claws42
14281         * src/Makefile.am
14282                 added enriched.[ch] to the list of files
14283
14284         * src/textview.c
14285         * src/mimeview.c
14286         * src/procmime.[ch]
14287         * src/enriched.[ch]
14288                 added support to view text/enriched
14289                 added support to show headers in message view for text/enriched and text/html
14290                         in non multipart messages
14291
14292 2001-11-28 [paul]       0.6.5claws41
14293
14294         * more sync with sylpheed 0.6.5cvs18
14295                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14296
14297 2001-11-27 [paul]       0.6.5claws40
14298         
14299         * po/pt_BR.po
14300                 updated translation, submitted by Fabio Junior Beneditto
14301                 
14302         * sync with sylpheed 0.6.5cvs18
14303                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14304                 2001-11-27
14305
14306
14307 2001-11-26 [paul]
14308
14309         * po/es.po
14310                 updated translation, submitted by Ricardo Mones Lastra
14311
14312 2001-11-26 [alfons]
14313
14314         * src/matcher.c
14315                 add more translatable strings
14316
14317 2001-11-26 [christoph]  0.6.5claws39
14318
14319         * po/de.po      
14320                 fixed one more umlaut
14321         * src/compose.c
14322                 fix translated header when it should not be translated
14323
14324 2001-11-26 [paul]       0.6.5claws38
14325
14326         * src/mainwindow.c
14327                 remove '/Message/Add Sender to address book' from 
14328                 main_window_set_menu_sensitive(), prevent debug warning
14329                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14330
14331 2001-11-26 [paul]       0.6.5claws37
14332
14333         * src/summaryview.c
14334                 fix 'recurring unread state' bug 
14335
14336         * tools/README 
14337         * tools/filter_conv.pl
14338                 read name of top level mailbox from folderlist.xml
14339                 and presume nothing about its name              
14340
14341 2001-11-26 [darko]      0.6.5claws36
14342
14343         * src/gtkstext.[ch]
14344                 removed functions that are now in gtkutils.c
14345                 use gtkut_text_is_uri_string() from gtkutils.c
14346         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14347
14348 2001-11-26 [paul]       0.6.5claws35
14349
14350         * sync with sylpheed 0.6.5cvs16
14351                 see ChangeLog entries 2001-11-25 and 2001-11-26
14352
14353 2001-11-25 [alfons]     0.6.5claws34
14354
14355         EXPERIMENTAL!!! Please checkout the last stable version using: 
14356           
14357         % cvs update -r LAST_STABLE -dRAP
14358
14359         (Or help us testing this stuff.)
14360
14361         * src/filtering.c               (1.14)
14362         * src/filtering.h               (1.6)
14363         * src/inc.c                     (1.28)
14364         * src/matcher.c                 (1.20)
14365         * src/mbox.c                    (1.9)
14366         * src/procmsg.h                 (1.14)
14367         * src/summaryview.c             (1.59)
14368         * src/summaryview.h             (dunno)
14369                 revert/merge/sync to as it was before commit 
14370                 on Thu, 19 Jul 2001 10:15:51 -0700.
14371
14372 2001-11-25 [hoa]        0.6.5claws33
14373
14374         * src/main.c
14375                 processing mails at startup
14376
14377         * src/folderview.c
14378         * src/summaryview.[ch]
14379                 processing mails when entering folder
14380
14381         * src/prefs_filtering.c
14382                 fixed some UI bugs
14383
14384 2001-11-24 [alfons]     0.6.5claws32
14385
14386         * src/summaryview.[ch]
14387                 make summary sort headers work, and also make
14388                 sure the sort type is stored
14389
14390 2001-11-23 [alfons]     0.6.5claws31
14391
14392         * src/summaryview.[ch]
14393                 make lock work like mark
14394                 disallow deleting messages marked as locked
14395
14396 2001-11-23 [alfons]     0.6.5claws30
14397
14398         * src/gtkstext.c
14399         * src/compose.[ch]
14400         * src/Makefile.am
14401         * src/undo.[ch]
14402                 merge undo patch submitted by Jens
14403
14404 2001-11-23 [christoph]  0.6.5claws29
14405
14406         * src/.cvsignore
14407                 added ylwrap
14408         * src/compose.c
14409                 fixed gpg signing and encoding
14410         * src/folder.[ch]
14411         * src/main.c
14412                 added --status option to get new, unread and total
14413                 message count from a running sylpheed
14414         * src/prefs_common.c
14415                 temporary fix for reply_with_quote problem
14416                 (don't call functions for non existing widget)
14417         * src/procmsg.c
14418                 one more check for ignored threads but still not
14419                 always working correctly. probably a recursive
14420                 check for all parents is needed
14421
14422 2001-11-23 [darko]      0.6.5claws28
14423
14424         * src/compose.c
14425                 wrapping on send improvements
14426         * src/gtkutils.[ch]
14427                 fix for GtkSText after last sync with main branch
14428                 GTK_TEXT -> GTK_STEXT
14429
14430 2001-11-23 [paul]       0.6.5claws27
14431
14432         * sync with sylpheed 0.6.5cvs14
14433                 see ChangeLog entries 2001-11-22 and 2001-11-23
14434                 
14435         * po/de.po
14436                 fixed the scrambled umlauts 
14437                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14438
14439 2001-11-21 [paul]       0.6.5claws26
14440
14441         * sync with sylpheed 0.6.5cvs12
14442                 see 2nd ChangeLog entry dated 2001-11-20
14443
14444 2001-11-20 [paul]       0.6.5claws25
14445
14446         * sync with sylpheed 0.6.5cvs11
14447                 see ChangeLog entry 2001-11-19 (src/utils.c)
14448
14449 2001-11-20 [hiro]
14450
14451         * src/compose.c
14452                 GTK_TEXT -> GTK_STEXT
14453                 fix for wrong comment
14454
14455 2001-11-20 [hiro]       0.6.5claws24
14456
14457         * src/compose.[ch]
14458                 more merges from main branch
14459                 removed fatal warnings (uninitialized variables etc.)
14460                 some coding style fix
14461         * src/gtkutils.h
14462                 fixed typo.
14463         * src/addressbook.c
14464           src/addrindex.c
14465                 V-Card -> vCard
14466
14467 2001-11-19 [hoa]        0.6.5claws23
14468
14469         * src/filtering.c
14470         * src/prefs_scoring.c
14471         * src/matcher.[ch]
14472         * src/scoring.c
14473                 cleaning code
14474
14475         * src/matcher_parser_parse.y
14476         * src/prefs_filtering.c
14477                 bouncing
14478
14479 2001-11-19 [alfons]     0.6.5claws22
14480
14481         more of my old things into claws
14482
14483         * src/Makefile.am
14484         * src/prefs_common.c
14485         * src/procmsg.h
14486         * src/summaryview.[ch]
14487         * src/prefs_summary_column.c
14488         * src/pixmaps/locked.xpm
14489                 add indicators for locking of message in summary view
14490                 (does not work yet, only visual indicator)
14491
14492 2001-11-19 [paul]       0.6.5claws21
14493
14494         * sync with sylpheed 0.6.5cvs10
14495                 see ChangeLog entry 2001-11-19
14496
14497 2001-11-18 [alfons]     0.6.5claws20
14498         
14499         * src/filtering.c
14500                 remove an inadvertent free I forgot in previous clean up 
14501
14502 2001-11-18 [alfons]     0.6.5claws19
14503
14504         * src/filtering.[ch]
14505                 clean up & plug leaks
14506
14507 2001-11-18 [paul]       0.6.5claws18
14508
14509         * sync with sylpheed 0.6.5cvs9
14510                 see ChangeLog entries 2001-11-17 and 2001-11-18
14511
14512 2001-11-16 [paul]       0.6.5claws17
14513
14514         * sync with sylpheed 0.6.5cvs8
14515                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14516
14517 2001-11-16 [paul]       0.6.5claws16
14518
14519         * sync with sylpheed 0.6.5cvs7
14520                 see ChangeLog entries 2001-11-15 and 2001-11-16
14521
14522 2001-11-15 [hoa]        0.6.5claws15
14523
14524         * src/compose.c
14525                 fix bounce, mails we received couln't be bounced to ourself.
14526
14527         * src/defs.h
14528         * src/filtering.[ch]
14529         * src/matcher.[ch]
14530         * src/matcher_parser.h
14531         * src/matcher_parser_lex.l
14532         * src/matcher_parser_parse.y
14533         * src/inc.c
14534         * src/main.c
14535         * src/mbox.c
14536         * src/prefs_filtering.[ch]
14537         * src/mainwindow.c
14538         * src/prefs_matcher.c
14539         * src/prefs_scoring.c
14540         * src/scoring.[ch]
14541         * src/summaryview.c
14542                 new matcher/filter/score configuration file parser
14543                 one unique configuration file => ~/.sylpheed/matcherrc
14544                 import in currently automatic, then save are made
14545                 in this new file.
14546                 one filter per folder and one global filter
14547                 (filter of a folder will be used as folder processing)
14548
14549         * src/folder.c
14550                 fix a bug in folder_item_get_identifier
14551                 
14552         * src/messageview.c
14553                 receive receipt return are fixed.
14554
14555 2001-11-14 [alfons]     0.6.5claws14
14556
14557         * src/session.h
14558                 add things from main branch to make claws compile
14559
14560 2001-11-14 [paul]       0.6.5claws13
14561
14562         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14563                 see ChangeLog entries 2001-11-08 to 2001-11-14
14564
14565 2001-11-14 [hoa] 0.6.5claws12
14566
14567         * src/compose.[ch]
14568         * src/mainwindow.c
14569         * src/summaryview.c
14570                 add "bounce mail" option
14571
14572 2001-11-13 [christoph]  0.6.5claws11
14573
14574         * src/compose.c
14575                 Cleanup a mess i add before commiting
14576
14577 2001-11-13 [hoa]        0.6.5claws10
14578
14579         * src/compose.c
14580                 some fixes when mail are sent or
14581                 for crossposts
14582
14583 2001-11-13 [christoph]  0.6.5claws9
14584
14585         * po/de.po
14586                 Changed two string with the same translation
14587         * src/compose.c
14588         * src/procmsg.[ch]
14589         * src/send.[ch]
14590                 New mailsending process:
14591                   - Always queue message before sending
14592                     (message will be saved if sylpheed crashed or
14593                      freezes while sending)
14594                   - Allow queuing of newspostings
14595                   - No copy in outbox before sending
14596                     (closes bug #469501)
14597                   - No more redundant code for send and send_later
14598         * src/summaryview.c
14599                 Applied wwp <subscript@free.fr>'s patch that fixes
14600                 marks for multiple forwarded messages (+compose.c)
14601
14602 2001-11-12 [alfons]
14603
14604         * README.claws
14605                 remove things that are now in main branch
14606         
14607         * po/nl.po
14608                 update Dutch translation
14609
14610 2001-11-12 [mhadasht]   0.6.5.claws8
14611
14612         * src/prefs_common.c
14613                 re-enabled account autoselection feature for forward
14614                 and reedit lost during the branch point for SYNC-B4-REL
14615         * src/gtkspell.c
14616                 gtkpspell_get_dict(): more readable code (even if function is
14617                 not used yet)
14618         * ChangeLog.claws
14619                 added version number info to 2001-11-12 [hiro] comment.
14620
14621 2001-11-12 [hiro]       0.6.5.claws7
14622
14623         * src/compose.c
14624                 compose_forward(): fixed a bug that forward quote mark
14625                 wasn't used.
14626                 removed unnecessary code.
14627         * src/template_select.[ch]: removed.
14628
14629 2001-11-11 [alfons]
14630
14631         * src/compose.c
14632                 :%s/GTK_TEXT/GTK_STEXT/g
14633         
14634         * src/compose.[ch]
14635         * src/undo.[ch]
14636         * src/Makefile.am
14637                 revert the undo stuff (this is 0.6.6claws stuff)
14638
14639 2001-11-11 [hoa]        0.6.5.claws6
14640
14641         * src/compose.[ch]
14642                 Insert signature at the end of the text.
14643                 Added undo patch but currently disabled
14644
14645         * src/procmsg.c
14646                 Threading by subject improved.
14647
14648         * added src/undo.[ch]
14649                 Undo module for compose dialog box.
14650
14651 2001-11-11 [alfons]     0.6.5.claws5
14652
14653         * src/procmsg.c
14654                 prevent threading by subject on nodes that have already been
14655                 threaded by in-reply-to (as in "circular references in a tree
14656                 result in a dead branch")
14657
14658 2001-11-09 [hoa]        0.6.5.claws4
14659         
14660         * src/folderview.c
14661                 allows creation of mbox folder item from any files.
14662
14663 2001-11-09 [alfons]     0.6.5.claws3
14664         
14665         * src/utils.c
14666         * src/procmsg.c
14667                 do what I mean and correct threading by subject so it really
14668                 ignores attracting lines without "Re: "
14669
14670 2001-11-07 [alfons]     0.6.5.claws2
14671
14672         * src/procmsg.c
14673         * src/utils.[ch]
14674                 only attract by subject if a subject line starts with a "Re: "
14675         * src/syldap.c
14676                 remove warning
14677
14678 2001-11-07 [paul]       0.6.5claws1
14679
14680         * sync with sylpheed 0.6.5. release
14681                 see ChangeLog entry 2001-11-07
14682
14683 2001-11-07 [paul]       0.6.4claws31
14684
14685         * sync with sylpheed 0.6.4cvs18
14686                 see ChangeLog entries 2001-10-30 to 2001-11-07
14687                 prefs_templates.[ch] renamed prefs_template.[ch]
14688
14689 2001-11-06 [alfons]
14690         
14691         * src/utils.h
14692                 add semicolon Hoa forgot ;-)
14693                 
14694
14695 2001-11-06 [hoa]        0.6.4claws30
14696         
14697         * src/procmsg.c
14698         * src/summaryview.c
14699         * src/utils.c
14700         * src/utils.h
14701                 threading by subject - empty subject are ignored
14702
14703 2001-11-06 [christoph]  0.6.4claws29
14704
14705         * src/socket.c
14706                 use SSL_peek for sock_gets
14707         * src/utils.c
14708                 removed unneeded pointer in extracting quoted
14709                 names implementation
14710
14711 2001-11-06 [melvin]     0.6.4claws28
14712
14713         * src/gtkspell.c
14714                 fixed bug #476792 Selection overtyping with spell checker
14715                 fixed bug which could cause a buffer overflow
14716                 fixed a memory leak
14717
14718 2001-11-06 [hoa]        0.6.4claws27
14719         
14720         * src/procmsg.c
14721         * src/summaryview.c
14722                 threading by subject
14723
14724 2001-11-05 [alfons]     0.6.4claws26
14725         
14726         * README.claws
14727                 Claws -> Sylpheed (vice versa)
14728
14729         * src/compose.c
14730                 :%s/gtk_text/gtk_stext/g
14731                 :%s/GTK_TEXT/GTK_STEXT/g
14732                 (thanks to Jonathan Ware for spotting this)
14733
14734 2001-11-04 [christoph]  0.6.4claws25
14735
14736         * src/summaryview.c
14737                 replace Xalloca + strdup with Xstrdup_a
14738         * src/utils.c
14739                 better implementation of extracting quoted names
14740                 from addresses (remove backlashes and ignore
14741                 quotes after them)
14742
14743 2001-11-04 [alfons]     0.6.4claws24
14744
14745         * src/utils.[ch]
14746                 edit to comply more with coding style
14747
14748         * src/textview.c
14749                 fix bug reported by Kim Schulz. introduced by the patch integrated
14750                 in 0.6.4claws15. the code did not check the return value of
14751                 the html parser.
14752
14753         * AUTHORS
14754                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14755
14756 2001-11-04 [christoph]  0.6.4claws23
14757
14758         * src/main.c
14759         * src/prefs_common.[ch]
14760                 init some pointers that possibly caused a segfault
14761                 reported in the claws-users ML
14762
14763 2001-11-04 [hoa]        0.6.4claws22
14764
14765         * src/grouplistdialog.c
14766                 change the names of the nodes in the tree
14767
14768         * src/compose.c
14769                 enhanced mailto syntax as described in
14770                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14771                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14772
14773         * src/utils.c
14774                 encode and decode URI (useful when opening URL into
14775                 netscape).
14776
14777 2001-11-03 [hoa]        0.6.4claws21
14778
14779         * src/grouplistdialog.c
14780                 a new newsgroups list selection dialog box
14781                 with a CTree instead of a CList
14782
14783 2001-11-03 [hoa]        0.6.4claws20
14784
14785         * src/folderview.c
14786                 enable property and scoring options when right
14787                 click on "inbox"
14788
14789         * src/summaryview.c
14790                 fixed bug when nickname were displayed using
14791                 the address book.
14792
14793 2001-11-02 [darko]      0.6.4claws19
14794
14795         * src/compose.c
14796                 new wrap quotation and URL/long words wrapping implementation
14797         * src/compose.c src/gtkstext.[ch]
14798                 move gtkstext_strncmp() to gtkstext.c
14799
14800 2001-11-01 [christoph]  0.6.4claws18
14801
14802         * src/prefs_account.c
14803                 fixed mess in account settings dialog
14804         * src/prefs_folder_item.c
14805                 added label with folder path to dialog
14806
14807 2001-10-31 [match]      0.6.4claws17
14808
14809         * src/vcard.c
14810                 fix memory leak.
14811         * src/addrbook.c
14812                 fix generation of spurious address book file names.
14813                 remove redundant functions.
14814         * po/POTFILES.in
14815                 added missing file names.
14816
14817 2001-10-30 [paul]       0.6.4claws16
14818
14819         * sync with sylpheed 0.6.4cvs6
14820                 see ChangeLog entries 2001-10-26 to 2001-10-30
14821
14822         * tools/filter_conv.pl
14823                 read folderlist.xml to discover whether the top-level
14824                 folder is called 'Mailbox' or 'Mail' 
14825
14826 2001-10-29 [paul]       0.6.4claws15
14827
14828         * src/html.c, src/textview.c
14829                 activate links in html mail and fix clickable parts
14830                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14831
14832 2001-10-29 [paul]
14833
14834         * po/de.po, po/es.po, po/pt_BR/po
14835                 updated translations, submitted by Jens Oberender,
14836                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14837
14838 2001-10-29 [darko]      0.6.4claws14
14839
14840         * src/compose.c
14841                 fix wrapping for good
14842
14843 2001-10-29 [darko]
14844
14845         * src/compose.c
14846                 undo previous change as it broke the smart wrapping
14847
14848 2001-10-29 [darko]      0.6.4claws13
14849
14850         * src/compose.c
14851                 fix infinite loop when long URL is quoted
14852                 (closes bug #475122.
14853
14854 2001-10-28 [match]
14855
14856         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14857                 import Mutt address book
14858         * src/ldif.[ch] src/importldif.h
14859                 modified import LDIF handle user attributes
14860
14861 2001-10-28 [christoph]  0.6.4claws12
14862
14863         * src/summaryview.c
14864                 fixed that filtering did not work if there
14865                 were no filter rules
14866                 (closes bug #472003 and better implementation
14867                  of patch #474644)
14868
14869 2001-10-27 [christoph]  0.6.4claws11
14870
14871         * src/compose.c
14872                 make the folder's default account to be used when
14873                 replying. (patch by wwp <subscript@free.fr>)
14874         * src/compose.c
14875                 code cleanup, nearly killed all of wwp's patch
14876                 for folder's default account in compose
14877         * src/folderview.c
14878                 error panel when a folder could not be created
14879                 (closes bug #471080 new folder name & already
14880                  existing file)
14881
14882 2001-10-26 [alfons]
14883
14884         * src/utils.h
14885                 change prototype of strstr2() that Christoph forgot about
14886
14887 2001-10-26 [christoph]  0.6.4claws10
14888
14889         * src/account.c
14890                 made search for accounts by email address not case
14891                 sensitive
14892         * src/folder.c
14893                 fixed memory leak in folder_item_get_identifier
14894         * src/gtkspell.c
14895         * src/utils.c
14896                 fixed wrong strstr2 (should work like strstr)
14897
14898 2001-10-26 [darko]      0.6.4claws9
14899
14900         * src/compose.c src/gtkstext.[ch]
14901         * src/gtkstext.c
14902                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14903
14904 2001-10-26 [paul]       0.6.4claws8
14905
14906         * src/html.c
14907                 ignore css and javascript tags in html mail
14908                 case-insensitive, with or without double-quoted
14909                 strings
14910
14911 2001-10-26 [paul]       0.6.4claws7
14912
14913         * sync with sylpheed 0.6.4cvs1
14914                 see ChangeLog entry 2001-10-26
14915
14916         * src/prefs_account.c, src/prefs_common.c,
14917           src/prefs_summary_column.c
14918                 minor improvements to the English
14919
14920 2001-10-25 [alfons]     0.6.4claws6
14921
14922         * src/gtkstext.c
14923         
14924                 make GtkSText follow style of GtkText (closes bug 
14925                 #469211 "text selection while writing message")
14926                 
14927                 do sync with GTK 1.2.10
14928
14929 2001-10-25 [paul]       0.6.4claws5
14930
14931         * src/html.c
14932                 ignore css tags in html mail
14933
14934 2001-10-25 [darko]      0.6.4claws4
14935
14936         * src/compose.c
14937                 don't declare is_url_string as static function since
14938                 we need it in gtkstext.c
14939         * src/gtkstext.c
14940                 remove unused variable
14941                 don't wrap long URLs while composing a message
14942
14943 2001-10-24 [christoph]  0.6.4claws3
14944
14945         * src/socket.c
14946                 fix ssl deadlock, when peer closes connection
14947
14948 2001-10-24 [paul]       0.6.4claws2
14949
14950         * src/prefs_common.c
14951                 gettextize the gpg ascii-armored warning message
14952
14953         * src/compose.c
14954                 insert a DOS/MAC file into the composed message
14955                 (improvements)
14956
14957         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14958
14959 2001-10-22 [paul]       0.6.4claws1
14960
14961         * sync with sylpheed 0.6.4 release
14962                 see ChangeLog entries 2001-10-21
14963
14964         * po/fr.po, po/pt_BR.po
14965                 updated by Melvin Hadasht and Fabio Junior Beneditto
14966
14967 2001-10-21 [paul]       0.6.3claws30
14968
14969         * src/compose.c
14970                 insert a DOS text file from the compose window
14971                 into the composed message text (removes CRs characters)
14972                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14973
14974         * tools/filter_conv.pl, tools/README
14975                 automatically use ~/.sylpheed as working directory
14976                 print out confirmation message on completion
14977
14978         * correct Hoa's last ChangeLog.claws entry
14979
14980 2001-10-20 [hoa]        0.6.3claws29
14981
14982         * src/grouplistdialog.c
14983                 bugfix (another ?) to give the right
14984                 newsgroups list for each news server.
14985
14986         * src/news.c
14987         * src/news.h
14988                 improve the newsgroups list cache
14989
14990 2001-10-20 [paul]       0.6.3claws28
14991
14992         * sync with sylpheed 0.6.3cvs9
14993                 see ChangeLog entry 2001-10-19
14994
14995         * correct Alfons' last ChangeLog.claws entry
14996
14997 2001-10-19 [alfons]
14998
14999         * src/pgptext.[ch]
15000                 fix compilation problems (part of bug #472895)
15001
15002 2001-10-18 [hoa]        0.6.3claws27
15003
15004         * src/grouplistdialog.c
15005                 bugfix when we refresh was clicked (bug 472701)
15006
15007 2001-10-19 [christoph]  0.6.3claws26
15008
15009         * src/compose.c
15010                 last header entry should default to "To:" or
15011                 "Newsgroups:" and not copy the last entry line
15012                 in a new compose window
15013                 (closes bug #472686, #470792)
15014
15015 2001-10-19 [paul]       0.6.3claws25
15016
15017         * sync with Sylpheed 0.6.3cvs8
15018                 see ChangeLog entries 2001-10-18 and 2001-10-19
15019
15020 2001-10-18 [christoph]  0.6.3claws24
15021
15022         * src/procmsg.c
15023                 reimplement ignore thread
15024         
15025 2001-10-18 [hoa]        0.6.3claws23
15026
15027         * src/folderview.c
15028         * src/grouplistdialog.[ch]
15029                 enhanced news subscription interface (feature 469113)
15030
15031         * src/news.c
15032         * src/news.h
15033                 enchanced newsgroup listing,
15034                 now, we can get groups informations
15035                 (NNTPGroupInfo)
15036
15037 2001-10-18 [paul]       0.6.3claws22
15038
15039         * src/summaryview.c
15040                 remove comment (sync with main branch)
15041         * src/mainwindow.c
15042                 fix 'Re-edit' bug in 'Message' menu
15043
15044 2001-10-17 [christoph]  0.6.3claws21
15045
15046         * src/compose.c
15047                 ignore empty or whitespace only header lines
15048
15049 2001-10-17 [paul]       0.6.3claws20
15050
15051         * sync with sylpheed 0.6.3cvs7
15052                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15053                 2001-10-17
15054
15055 2001-10-17 [darko]
15056
15057         * src/compose.c
15058                 wrap long lines without spaces
15059                 don't wrap URLs
15060
15061 2001-10-16 [paul]
15062
15063         * po/es.po, po/nl.po, po/pt_BR.po
15064                 updated by Ricardo Mones Lastra, Alfons,
15065                 and Fabio Junior Beneditto
15066
15067         * sylpheed-0.6.3claws released
15068
15069 2001-10-15 [melvin] 0.6.3claws18
15070
15071         * README.claws
15072                 added summary and detailed installation instructions
15073                 for spell checker
15074         * po/fr.po
15075                 Updated, corrected and completed french translation
15076
15077 2001-10-15 [hoa] 0.6.3claws17
15078         * src/grouplistdialog.c
15079                 we can choose the newsgroups to display with wildcards
15080
15081 2001-10-15 [christoph]  0.6.3claws16
15082
15083         * src/account.c
15084         * src/compose.c
15085         * src/prefs_folder_item.[ch]
15086                 applied wwp <subscript@free.fr>'s folder
15087                 default account patch
15088         * po/de.po
15089                 Fixed wrong translation
15090
15091 2001-10-13 [alfons, christoph, melvin]  
15092                         0.6.3claws15
15093
15094         solution #2 to solve MT-safety problems defers all GUI related calls
15095         to the main thread using a gtk_idle_add() callback. discussed on
15096         ircnet #sylpheed, with christoph spotting some issues with the
15097         original code, and melvin allowing us to lobotomize his sylpheed.
15098
15099         * src/syldap.[ch], src/main.c
15100                 fix race problem in ldap search thread by deferring GUI 
15101                 stuff to main thread using gtk_idle_add()
15102
15103 2001-10-13 [paul]       0.6.3claws14
15104
15105         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15106                 add Sergey's smtpcred.patch
15107                 adds separate username/password setting for SMTP Auth
15108                 needed by some servers
15109                 (closes feature request #471659)
15110
15111 2001-10-13 [paul]       0.6.3claws13
15112
15113         * src/pgptext.[ch] **NEW FILES**
15114         * src/Makefile.am, src/messageview.c, src/mimeview.c
15115                 decrypt ascii-armored gpg text embedded in
15116                 the message body.
15117                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15118
15119 2001-10-13 [christoph]  0.6.3claws12
15120
15121         * README.claws
15122                 some more details on default to and
15123                 feature requests
15124         * src/main.c
15125                 init glib threading when ldap is used
15126         * src/syldap.c
15127                 threading fixes
15128         * po/de.po
15129                 fixed a typo
15130
15131 2001-10-12 [paul]       0.6.3claws11
15132
15133         * src/prefs_common.[ch], src/rfc2015.c
15134                 enable ascii-armored gpg text to be embedded in the
15135                 message body, selectable through the 'Privacy'
15136                 preferences. Supports encrypting only.
15137                 Submitted by Ravemax <ravemax@dextrose.com>
15138
15139 2001-10-12 [paul]       0.6.3claws10
15140
15141         * sync with sylpheed 0.6.3cvs6
15142                 see ChangeLog entries 2001-10-11 and 2001-11-12
15143
15144         * src/folderview.c
15145                 incorporated mbox folders, scoring, and folder
15146                 properties into the sync
15147
15148 2001-10-12 [darko]      0.6.3claws9
15149
15150         * README.claws
15151                 describe quotation wrapping
15152         * src/compose.c
15153                 don't treat tab as space to calculate line length properly
15154
15155 2001-10-11 [alfons]
15156
15157         * README.claws
15158                 correct description of how to make new filtering system work,
15159                 add some other things
15160                 
15161         * src/syldap.c
15162                 remove sched_yield() (not necessary / unportable)
15163
15164 2001-10-11 [paul]       0.6.3claws8
15165
15166         * sync with sylpheed 0.6.3cvs3
15167                 see ChangeLog entry 2001-10-10
15168
15169 2001-10-10 [christoph]  0.6.3claws7
15170
15171         * .cvsignore
15172                 ignore 2 files created by newer autotools
15173         * src/prefs_folder_item.c
15174                 using table for widget alignment
15175                 fixed memory leak and broken octal display
15176         * src/filesel.c
15177                 fixed segfault caused by lost filename
15178                 workaround (closes bug #469551)
15179
15180 2001-10-10 [paul]       0.6.3claws6
15181
15182         * sync with sylpheed 0.6.3cvs2
15183                 see ChangeLog entries 2001-10-09 and 2001-10-10
15184
15185 2001-10-10 [darko]      0.6.3.claws5
15186
15187         * src/gtkstext.c
15188                 proper calculation of right margin if smart wrapping is enabled
15189         * src/compose.c
15190                 automatically wrap long lines if wrap quotation is enabled
15191
15192 2001-10-09 [alfons]     0.6.3.claws4
15193
15194         * src/summaryview.c
15195                 select correct row when deleting last row in the summary view (and
15196                 close bug "[ #469104 ] select second last in list when deleting")
15197
15198 2001-10-09 [paul]       0.6.3claws3
15199
15200         * sync with sylpheed 0.6.3cvs1
15201                 updated some autotool scripts
15202
15203 2001-10-09 [darko]      0.6.3claws2
15204
15205         * src/gtkstext.[ch]
15206                 new name and mark with Sylpheed comment
15207         * src/compose.c
15208                 smart quotation wrapping a-la VIM
15209
15210 2001-10-08 [paul]       0.6.3claws1
15211
15212         * sync with sylpheed 0.6.3 release
15213                 see ChangeLog entry 2001-10-08
15214
15215 2001-10-08 [paul]       0.6.2claws24
15216
15217         * src/summaryview.c
15218                 more sync with sylpheed 0.6.2cvs12
15219                 Fixed the bug that didn't select the last row correctly
15220
15221
15222 2001-10-07 [paul]       0.6.2claws23
15223
15224         * sync with sylpheed 0.6.2cvs12
15225                 see ChangeLog entry 2001-10-07
15226
15227 2001-10-06 [match]
15228         * src/jpilot.[ch]
15229                 enable jpilot to read unsynch'ed addresses.
15230
15231         * src/editldap_basedn.c
15232                 fix segfault when opening dialog.
15233
15234 2001-10-06 [alfons]     0.6.2.claws22
15235
15236         * src/summaryview.c
15237                 fix bug with summary view selecting last *inserted*
15238                 node instead of last *visible* node. remember we
15239                 work with a tree
15240
15241 2001-10-06 [paul]       0.6.2claws21
15242
15243         * po/pt_BR.po
15244                 updated translation, contains some fixes and new
15245                 translations, submitted by Gustavo Noronha Silva
15246                 <kov@debian.org>
15247
15248         * src/prefs_common.c
15249                 change 'each' to 'every' - fix dubious English
15250
15251         * sync with sylpheed 0.6.2cvs11
15252
15253 2001-10-05 [alfons]     0.6.2claws20
15254
15255         * src/mainwindow.[ch], src/folderview.c
15256                 make composite tool button switch between "Compose News"
15257                 and "Compose Mail" depending on selected folder
15258                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15259
15260 2001-10-05 [paul]       0.6.2claws19
15261
15262         * src/mainwindow.c, src/summaryview.c
15263                 fix 'Message/Reply to all', broken in last commit
15264
15265         * src/compose.c
15266                 fix X_BEENTHERE seg fault, thanks to Alfons
15267
15268 2001-10-04 [paul]       0.6.2claws18
15269
15270         * src/compose.[ch], src/mainwindow.c
15271                 make "Message/Reply" reply to mailing lists; matches
15272                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15273                 based on portions of the patch submitted by
15274                 Junichi Uekawa <dancer@netfort.gr.jp>
15275
15276 2001-10-04 [darko]      0.6.2claws17
15277
15278         * src/compose.c
15279                 better smart wrapping
15280         * src/gtkstext.[hc]
15281                 a function to make text buffer contiguous
15282
15283 2001-10-03 [paul]       0.6.2claws16
15284
15285         * sync with sylpheed 0.6.2cvs10
15286
15287 2001-10-02 [alfons]
15288
15289         * configure.in
15290         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15291                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15292                 references to chinese translations (hope someone picks up
15293                 this)
15294
15295 2001-10-02 [christoph]  0.6.2claws15
15296
15297         * src/compose.c
15298                 fixed non translated header bug
15299         * ChangeLog.claws
15300                 fixed wrong date in alfons last entry ;)
15301
15302 2001-10-02 [alfons]     0.6.2claws14
15303
15304         * src/compose.c, src/prefs_common.[ch]
15305                 add block cursor option
15306
15307 2001-10-02 [paul]       0.6.2claws13
15308
15309         * sync with sylpheed 0.6.2cvs9
15310
15311 2001-09-30 [paul]       0.6.2claws12
15312
15313         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15314                 updated translations
15315
15316         * po/POTFILES.in
15317                 add 'src/importldif.c'
15318
15319         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15320                 added eudora-to-vCard conversion tool
15321                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15322
15323         * sync with sylpheed 0.6.2cvs8
15324
15325 2001-09-30 [paul]
15326
15327         * sylpheed-0.6.2claws released
15328
15329 2001-09-27 [melvin]     0.6.2claws11
15330
15331         * src/gtkspell.c
15332                 fixed crash when using default path (introduced 
15333                 in 0.6.2claws10)
15334                 fixed tiny bug for initial suggestion mode
15335
15336 2001-09-27 [melvin]     0.6.2claws10
15337         
15338         * src/gtkspell.c
15339                 fixed bug where gtkpspell didn't set the path correctly
15340
15341         * README.claws
15342                 added a paragraph about spell checking
15343                 
15344
15345
15346 2001-09-27 [paul]       0.6.2claws9
15347
15348         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15349                 replace '// comments' with '/* comments */' to prevent
15350                 some compiler warnings 
15351
15352         * sync with sylpheed 0.6.2cvs6
15353
15354 2001-09-26 [alfons]     0.6.2claws8
15355
15356         * src/messageview.c
15357                 introduce return receipt request notification again,
15358                 which was lost because of other semantics in 
15359                 procheader_parse() (???)
15360
15361 2001-09-26 [christoph]  0.6.2claws7
15362
15363         * src/compose.c
15364                 replace comments for old code with #if 0
15365                 readded auto cc, bcc and reply-to
15366         * src/prefs_matcher.c
15367         * src/prefs_scoring.c
15368                 removed some definition (was moved to
15369                 prefs.h)
15370
15371 2001-09-26 [paul]       0.6.2claws6
15372
15373         * src/mainwindow.c
15374                 make 'Follow-up and reply to' sensitive
15375
15376         * more sync with sylpheed 0.6.2cvs5
15377
15378 2001-09-25 [melvin]
15379
15380         * 0.6.2claws5
15381
15382         * src/gtkspell.c
15383                 fixed bug for "US-ASCII" introduced by the encoding code
15384
15385 2001-09-25 [paul]
15386
15387         * 0.6.2claws4
15388
15389         * src/prefs_common.[ch], src/summaryview.c
15390                 'next unread msg' 'go to next folder?' dialog can be
15391                 given default behaviour, either always show dialog,
15392                 or assume 'yes', or assume 'no'
15393                 Submitted by wwp <subscript@free.fr>
15394
15395 2001-09-25 [melvin]
15396                 
15397         * src/compose.c src/gtkspell.[ch]
15398                 added support for different encodings
15399
15400 2001-09-25 [paul]
15401
15402         * more sync with sylpheed 0.6.2cvs5
15403
15404 2001-09-24 [alfons]
15405         
15406         * src/prefs_folder_item.c
15407                 add check for item->prefs->default_to string is NULL and
15408                 add another check when freeing this string
15409
15410 2001-09-24 [paul]
15411
15412         * configure.in
15413                 change to version 0.6.2claws3
15414
15415         * sync with sylpheed 0.6.2cvs5 
15416
15417 2001-09-24 [match]
15418         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15419                 import LDIF files.
15420         * src/addrcache.[ch], addrindex.[ch]
15421                 small update for future
15422         * src/addrbook.c
15423                 fix test XML file.
15424
15425 2001-09-24 [melvin]
15426         * src/gtkspell.[ch]
15427                 added 'Learn from mistakes' option
15428                 better handling of quotes in checked words
15429                 sorted dict list
15430         * po/fr.po
15431                 small update for spell checking stuff
15432
15433 2001-09-23 [alfons]
15434         
15435         * src/gtkspell.c
15436                 edit a little bit so it complies more with main coding style
15437
15438 2001-09-23 [alfons]
15439
15440         * src/folder.[ch], prefs_folder_item.c, compose.c
15441                 migrate "request return receipt" folder property
15442                 to folderlist.xml
15443
15444 2001-09-22 [alfons]
15445
15446         * README.claws **NEW**
15447                 (add things of interest for users of main branch 
15448                 and claws here)
15449
15450         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15451                 re-implement threading per folder option, but store 
15452                 the setting in folderlist.xml (where it belongs)
15453
15454 2001-09-21 [melvin]
15455
15456         * src/gtkspell.[ch]
15457                 fixed bug when compose window is under another window
15458         * src/prefs_common.[ch] src/compose.c
15459                 changed 'dictionary_path' to 'dictionary' to be consistent
15460                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15461         * ac/pspell.m4 src/Makefile.am 
15462                 dropped PSPELL_PATH macro
15463         * po/fr.po
15464                 updated translations
15465
15466 2001-09-21 [christoph]
15467
15468         * src/compose.c
15469                 added border around header fields
15470                 keep header type when new field is added
15471
15472 2001-09-20 [christoph]
15473
15474         * src/utils.[ch]
15475                 more portable debug_print with source filename
15476                 and linenumber
15477         * src/procmsg.c
15478                 more newlines after debug messages
15479
15480 2001-09-20 [paul]
15481
15482         * configure.in
15483                 change to version 0.6.2claws2
15484
15485         * sync with sylpheed 0.6.2cvs3
15486
15487 2001-09-19 [melvin]
15488
15489         * src/gtkspell.c
15490                 fixed the post-right-click focus pb
15491                 fixed crash when 'Spell check all' after dict change 
15492                         and when cursor is at the end of the text
15493                 shift-right-click pops up config menu even on misspelled words.
15494         * po/POTFILES.in
15495                 added gtkspell.c
15496
15497 2001-09-19 [melvin]
15498
15499         * src/about.c
15500                 added pspell to compiled-in features list
15501
15502 2001-09-18 [melvin]
15503
15504         * switched to pspell and dropped ispell
15505         * ac/pspell.m4
15506                 new file. autoconf macro for pspell
15507         * ac/Makefile.am 
15508         * configure.in acconfig.h
15509                 added pspell support
15510         * src/Makefile.am
15511         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15512         * src/prefs_common.[ch] 
15513                 added pspell support
15514
15515 2001-09-18 [christoph]
15516
15517         * src/addr_compl.c
15518         * src/template.[ch]
15519                 replace LOG_MESSAGE with debug_print
15520         * src/compose.[ch]
15521                 gui improvements
15522         * src/menu.c
15523                 added newline after debug message
15524         * src/utils.h
15525                 using __VA_ARGS__ for debug_print macro
15526         * tools/.cvsignore
15527                 ignore Makefile and Makefile.in
15528
15529 2001-09-18 [paul]
15530
15531         * configure.in
15532                 change to version 0.6.2claws1
15533         * sync with sylpheed 0.6.2cvs1
15534
15535         * src/matcher.c 
15536         * src/prefs_matcher.c
15537                 add 'score equal to' option, submitted by
15538                 Paul Evans <nerd@freeuk.com>
15539
15540 2001-09-15 [christoph]
15541
15542         * src/mainwindow.c
15543                 comment out menu entry not existing in claws
15544         * src/menu.c
15545                 add debug output for non existing menu entries
15546         * src/summaryview.c
15547                 fix next/prev unread message for ignored threads
15548         * src/utils.[ch]
15549                 add sourcefile and line number to debug output
15550                 otherwise it is sometimes hard to find the
15551                 source code part if debug messages are translated
15552
15553 2001-09-14 [darko]
15554         
15555         * src/folderview.c
15556                 refresh target folder style after colour is changed
15557
15558 2001-09-13 [paul]
15559
15560         * configure.in
15561                 change to version 0.6.1claws3
15562
15563         * sync with sylpheed 0.6.1cvs6
15564
15565 2001-09-13 [darko]
15566         
15567         * src/folderview.c
15568                 fix target folder colourization to use user selected colour
15569
15570 2001-09-12 [darko]
15571         
15572         * src/summaryview.c
15573                 fix crash when message that is marked for copy/move is unmarked
15574
15575 2001-09-09 [paul]
15576
15577         * configure.in
15578                 change to version 0.6.1claws2
15579
15580         * sync with sylpheed 0.6.1cvs3
15581
15582 2001-09-09 [alfons]
15583         
15584         * src/folderview.c
15585                 fix bug with default font used for trash folder text
15586
15587 2001-09-06 [paul]
15588
15589         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15590                 updated translations
15591
15592         * configure.in
15593                 change to version 0.6.1claws1
15594
15595         * sync with sylpheed 0.6.1cvs2
15596
15597 2001-09-03 [paul]
15598
15599         * po/POTFILES.in
15600                 add Match's new addressbook
15601
15602         * po/de.po
15603                 updated translation submitted by Jens Oberender
15604
15605 2001-09-02 [paul]
15606
15607         * configure.in
15608                 change to 0.6.1claws
15609         * sync with sylpheed 0.6.1 release
15610
15611 2001-09-02 [paul]
15612
15613         * configure.in
15614                 change to 0.6.0claws2
15615
15616         * sync with sylpheed 0.6.0cvs4
15617
15618         * po/pt_BR.po
15619                 updated translation submitted by Fabio Junior Beneditto
15620
15621 2001-09-01 [match]
15622         * pixmaps/
15623                 interface.xpm
15624                 book.xpm
15625                 address.xpm
15626         * src/
15627                 Makefile.am
15628                 a ton of new files
15629
15630 2001-08-31 [paul]
15631
15632         * configure.in
15633                 change to version 0.6.0claws1
15634
15635         * sync with sylpheed 0.6.0cvs1
15636
15637         * po/es.po
15638                 updated translation submitted by Ricardo Mones Lastra
15639
15640         * po/POTFILES.in
15641                 add 'src/prefs_templates.c'
15642
15643         * src/compose.c, src/summaryview.c
15644                 fix segfault on 'Re_edit'               
15645
15646 2001-08-30 [alfons]
15647
15648         * configure.in, Makefile.am
15649         * tools/Makefile.am
15650                 add tools directory to source distribution
15651
15652 2001-08-30 [paul]
15653
15654         * configure.in
15655                 change to version 0.6.0claws
15656
15657         * sync with sylpheed 0.6.0 release
15658
15659 2001-08-30 [christoph]
15660
15661         * configure.in
15662                 removed autoconf version check
15663
15664 2001-08-30 [paul]
15665
15666         * src/account.c, src/compose.c, src/prefs_common.[ch]
15667         * src/procheader.[ch] src/utils.[ch]
15668                 Enhanced automatic account selection on replies
15669                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15670
15671         * configure.in
15672                 add LDAP and JPilot to the configuration results output.
15673
15674 2001-08-29 [christoph]
15675
15676         * src/summeryview.c
15677                 no bold font for ignored threads
15678
15679 2001-08-29 [paul]
15680
15681         * configure.in
15682                 change to version 0.5.3claws6
15683
15684         * sync with sylpheed 0.5.3cvs10
15685                 src/stringtable.[ch]: New Files
15686
15687         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15688         * src/pixmaps/sylpheed.xpm
15689                 add mini-icons to windows (by Alfons)
15690
15691 2001-08-27 [paul]
15692
15693         * src/mainwindow.c
15694                 new functions: next_labeled_cb(), prev_labeled_cb()
15695
15696         * src/summaryview.c
15697                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15698                 summary_select_next_labeled(), summary_select_prev_labeled()
15699
15700         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15701                 give claws blue folders and a blue trash can
15702
15703 2001-08-27 [paul]
15704
15705         * configure.in
15706                 change to version 0.5.3claws5
15707
15708         * sync with sylpheed 0.5.3cvs9
15709                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15710
15711 2001-08-24 [christoph]
15712
15713         * src/filesel.c
15714                 keep filename when browsing directories
15715                 (not working for user entered filename, but
15716                  for default name and selected filename from
15717                  file list)
15718         * src/mainwindow.c
15719                 fixed wrong spelling "Folllow-up"
15720         * src/mbox_folder.c
15721         * src/procmsg.c
15722         * src/summaryview.c
15723                 fixed new/unread message count with ignored
15724                 threads (2 commits, first didn't notice no
15725                 longer needed decreasing)
15726         * src/inc.c
15727                 readded scrolling of progress dialog
15728                 (lost in sync)
15729
15730 2001-08-24 [paul]
15731
15732         * configure.in
15733                 change to 0.5.3claws4
15734
15735         * sync with sylpheed 0.5.3cvs7
15736
15737 2001-08-24 [christoph]
15738
15739         * src/compose.c
15740                 set request return receipt when replying
15741                 if it is set is the folder prefs of the
15742                 message
15743         * src/inc.c
15744                 disable final error popup if popups are
15745                 disabled in config (again)
15746
15747 2001-08-23 [paul]
15748
15749         * configure.in
15750                 Change version number to 0.5.3claws3
15751
15752         * sync with sylpheed 0.5.3cvs5
15753
15754         * src/mimeview.c
15755                 double quote '%s' in 'gedit %s' to fix bug when
15756                 opening attachment with spaces in the name
15757
15758 2001-08-22 [alte]
15759         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15760           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15761                 initial message templates support
15762
15763
15764 2001-08-22 [paul]
15765
15766         * configure.in
15767                 change version number to 0.5.3claws2
15768
15769         * sync with sylpheed 0.5.3cvs4
15770
15771         * src/procmsg.h src/summaryview.c
15772                 re-implement (un)ignore thread
15773
15774 2001-08-21 [paul]
15775
15776         * src/summaryview.c
15777                 remove unnecessary code
15778         * src/compose.c
15779                 enable 'dynamic' signatures (submitted by
15780                 Eric Limpens <eric@hscg-internet.nl>)
15781
15782 2001-08-21 [paul]
15783
15784         clean up after sync with sylpheed 0.5.3 release
15785
15786         * src/folderview.c
15787                 fix re-introduced font mess, see Christoph's
15788                 entry 2001-06-24
15789
15790         * src/summaryview.c
15791                 remove prev_msgnum
15792                 use sylpheed's small font instead of
15793                 gtk default font for summary view
15794
15795
15796 2001-08-17 [paul]
15797
15798         * configure.in
15799                 add pl to ALL_LINGUAS - sync with main branch
15800
15801         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15802                 Updated. Translations by Jens Oberender, Ricardo Mones
15803                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15804
15805         * po/pl.po  ** NEW FILE **
15806                 sync with the main branch
15807
15808         * src/folderview.c
15809                 fix target folder colorizing and refresh problem
15810
15811
15812 2001-08-17 [christoph]
15813
15814         * src/mainwindow.c
15815                 claws uses 4 colors for target folder coloring.
15816                 arrays were not long enough and destroyed the
15817                 stack causing a segfault.
15818                 target folder colorizing does not work anymore
15819                 for me
15820
15821 2001-08-16 [paul]
15822
15823         * configure.in
15824                 change to version 0.5.3claws1
15825
15826         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15827           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15828           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15829
15830                 sync with sylpheed 0.5.3 release, but keep claws method of
15831                 configuring/saving fonts
15832
15833         * src/addressbook.[ch]
15834                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15835                 in line with a similar change in Hiroyuki's branch
15836
15837         * src/mainwindow.[ch]
15838                 disable main_window_set_thread_option()
15839         * src/prefs_folder_item.c
15840                 comment out &tmps_prefs.enable_thread,
15841         * src/mbox_folder.c, src/procmsg.[ch]
15842                 comment out MSG_IS_IGNORE_THREAD
15843         * src/summaryview.c
15844                 comment out summary_ignore_thread() and summary_unignore_thread()
15845                 comment out MSG_IS_IGNORE_THREAD
15846
15847                 use Hiroyuki's threading instead.
15848
15849
15850
15851 2001-08-15 [paul]
15852
15853         * src/account.c
15854                 use Hiroyuki's 0.5.3 column scheme but also
15855                 include the enable/disable button.
15856         * src/pixmaps/mark.xpm
15857                 add Hiroyuki's amended pixmap
15858
15859 2001-08-13 [christoph]
15860
15861         * src/account.c
15862                 receive at get all column showed wrong state for APOP
15863                 button should only work for POP3 and APOP accounts
15864         * src/prefs_account.c
15865                 added missing preprocessor statement for SSL
15866
15867 2001-08-12 [paul]
15868
15869         * src/account.[ch]
15870                 add 'receive at get all' column and enable/disable
15871                 button.
15872
15873 2001-08-06 [christoph]
15874
15875         * src/account.c
15876                 show usage of SSL in protocol column
15877
15878         * src/imap.c
15879         * src/inc.c
15880                 renamed ssl options
15881
15882         * src/prefs_account.[ch]
15883                 moved ssl options to a new page
15884
15885         * src/send.c
15886         * src/smtp.c
15887         * src/ssl.[ch]
15888                 renamed ssl options
15889                 added support for SMTP STARTTLS command
15890
15891 2001-08-05 [christoph]
15892
15893         * configure.in
15894                 debian autoconf needs version check to find
15895                 correct autoconf version. if the file is
15896                 named configure.in 2.13 is used, which does
15897                 not work with this configure.in script.
15898                 other solution would be to rename the script
15899                 to configure.ac as suggested in the autoconf
15900                 manual.
15901
15902         * src/inc.c
15903                 disable final error popup if popups are
15904                 diabled in config
15905
15906         * src/socket.c
15907                 bugfix in ssl_gets
15908                 fixes IMAP over SSL problem
15909
15910 2001-08-03 [paul]
15911
15912         * configure.in
15913                 change to 0.5.2claws1
15914
15915         * sync with sylpheed 0.5.2cvs1
15916
15917 2001-08-02 [alfons]
15918
15919         * configure.in
15920                 quick fix for ispell detection...
15921
15922 2001-08-01 [paul]
15923
15924         * configure.in
15925                 change to 0.5.1claws4
15926
15927         * sync with sylpheed 0.5.1cvs7
15928
15929 2001-07-31 [alfons]
15930
15931         * src/prefs_common.c, src/prefs_common.h, 
15932           src/gtkspell.c, src/gtkspell.h
15933                 add global spelling checker settings (compose tab) +
15934                 selection of dictionary 
15935           
15936         * configure.in  
15937                 guess valid ispell location
15938
15939 2001-07-31 [paul]
15940
15941         * po/POTFILES.in
15942                 removal of 'src/quote_fmt_parse.c'
15943         * po/de.po
15944                 Updated de.po
15945                 (submitted by Jens Oberender <didge@suse.de>)
15946
15947 2001-07-31 [darko]
15948
15949         * src/folder.[ch]
15950         * src/folderview.[ch]
15951         * src/mainwindow.c
15952         * src/mh.c
15953         * src/prefs_common.[ch]
15954         * src/summaryview.c
15955                 target folder colourization
15956
15957 2001-07-30 [paul]
15958
15959         more sync with Sylpheed 0.5.1cvs6 
15960
15961 2001-07-30 [darko]
15962
15963         * src/mh.c
15964         * src/prefs_folder_item.[hc]
15965         * src/summaryview.c
15966                 shared folders support with a GUI
15967
15968 2001-07-29 [paul]
15969
15970         0.5.1claws3
15971
15972         * sync with Sylpheed 0.5.1cvs6
15973
15974 2001-07-29 [paul]
15975
15976         * po/pt_BR.po
15977                 updated
15978                 (submitted by Fabio Junior Beneditto)
15979
15980 2001-07-28 [paul]
15981
15982         * src/procmime.c
15983         * AUTHORS
15984                 patch to correct bad image mime headers
15985                 (submitted by Don Quijote <dq@searchlores.org>)
15986
15987 2001-07-28 [paul]
15988
15989         * tools/gif2xface.pl   **NEW FILE**
15990         * tools/README
15991                 script to convert file.gif to file.xface for
15992                 use in a custom header.
15993                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15994
15995 2001-07-27 [alfons]
15996         
15997         * configure.in
15998                 change macros for detecting JPilot and LDAP
15999
16000 2001-07-27 [christoph]
16001
16002         * src/filtering.c
16003                 code cleanup (MIN / MAX warning, needed casting)
16004
16005 2001-07-27 [alfons]
16006
16007         * procheader.c
16008                 disallow setting flags when detecting certain headers
16009                 (X-Status, Status, Seen, X-Seen). 
16010         
16011         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16012
16013 2001-07-27 [christoph]
16014
16015         * src/prefs_filter.c
16016         * src/prefs_filtering.c
16017         * src/prefs_matcher.c
16018         * src/prefs_scoring.c
16019                 scroll list when moving rows up or down
16020
16021         * src/imap.c
16022         * src/imap.h
16023         * src/prefs_account.c
16024         * src/prefs_account.h
16025         * src/send.c
16026                 SMTP over SSL (untested, feedback requested)
16027                 IMAP over SSL
16028
16029         * src/ssl.c
16030                 code cleanup
16031
16032 2001-07-26 [alfons]
16033         
16034         * configure.in, acconfig.h
16035                 define CLAWS (need this for main / claws detection)
16036
16037 2001-07-25 [alfons]
16038
16039         * configure.in
16040                 Sylpheed 0.5.1claws2
16041                 
16042         * sync with Sylpheed 0.5.1cvs4
16043
16044 2001-07-25 [christoph]
16045
16046         * src/scoring.c
16047                 fixed segfault
16048                 item->prefs == NULL (don't know why)
16049
16050 2001-07-25 [alfons]
16051
16052         * configure.in
16053                 Sylpheed 0.5.1claws1
16054
16055         * sync with Sylpheed 0.5.1cvs1-3
16056
16057 2001-07-24 [christoph]
16058
16059         * src/folderview.c
16060         * src/prefs_folder_item.[ch]
16061                 added folderitem preferences dialog with
16062                 default To: and auto request return receipt
16063
16064         * src/compose.[ch]
16065         * src/menu.[ch]
16066                 changes to handle new folderitem preferences
16067
16068         * src/mainwindow.c
16069         * src/summaryview.c
16070                 call compose new mail with current folderitem
16071
16072 2001-07-24 [alfons]
16073
16074         Release Sylpheed 0.5.1claws
16075
16076         * configure.in
16077                 change to release version 0.5.1claws
16078
16079 2001-07-24 [christoph]
16080
16081         * src/summaryview.c
16082                 fixed segfault that happend when the selected
16083                 message was removed while retrieving new messages.
16084
16085         * po/es.po
16086                 updated translation
16087                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16088
16089 2001-07-22 [alfons]
16090
16091         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16092         this is a work in progress, for more information: http://nlpagan.net/sylman 
16093         
16094         * configure.in, src/mainwindow.c, manual/Makefile.am
16095                 add support for English manual
16096
16097         * AUTHORS
16098                 add authors of user manuals
16099
16100         * manual/en/sylpheed*.html
16101                 add English documentation
16102
16103 2001-07-22 [christoph]
16104
16105         * po/POTFILES.in
16106                 added src/ssl.c
16107         * src/ssl.c
16108                 changed a wrong debug message
16109
16110 2001-07-22 [alfons]
16111
16112         * po/nl.po
16113                 update Dutch translation
16114
16115         * src/prefs_filtering.c, 
16116           src/prefs_matcher.c
16117                 add more translatable strings           
16118
16119 2001-07-21 [alfons]
16120
16121         0.5.0claws7
16122
16123         * configure.in
16124                 change version
16125
16126         * src/inc.c, src/summaryview.[ch]
16127                 prevent update of mark file when filtering has done, by
16128                 using a variable; this affects two functions:
16129                         inc.c::inc_finished()
16130                         summaryview.c::summary_show()
16131
16132 2001-07-20 [alfons]
16133
16134         * src/filtering.[ch], src/prefs_filtering.c, 
16135           src/matcher.[ch]
16136                 add filtering action for label coloring 
16137
16138         * po/POTFILES.in
16139                 add labelcolors.c
16140
16141         * added src/labelcolors.c
16142         * added src/labelcolors.h
16143         * src/Makefile.am, src/summaryview.c
16144                 rearrange label coloring code
16145
16146         * src/procmsg.h
16147                 add more parentheses so label colouring works correctly
16148
16149         * src/filtering.c
16150                 don't really delete message, but move it to Trash
16151
16152         * src/prefs_matcher.c
16153                 add quote options to info dialog
16154
16155 2001-07-20 [christoph]
16156
16157         * src/Makefile.am
16158         * src/inc.c
16159         * src/main.[ch]
16160         * src/socket.h
16161         * src/ssl.[ch] (new)
16162                 moved ssl stuff to a seperate file
16163
16164 2001-07-20 [darko]
16165
16166         * src/summaryview.c
16167                 fix show sender using address book with no e-mail
16168                 address in From: field
16169
16170 2001-07-19 [alfons]
16171
16172         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16173                 fix messy handling of escaping... now at least the
16174                 execute command is useful. escape char is '\', we
16175                 accept \n and \r too. 
16176
16177                 Real life example:
16178                 
16179                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16180                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16181
16182 2001-07-18 [alfons]
16183
16184         0.5.0claws6
16185
16186         * src/summaryview.c
16187                 clean up
16188
16189         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16190           src/procmsg.[ch]
16191                 revise filtering; currently move, copy, marking have
16192                 been tested. if you like bleeding edge stuff, you
16193                 should definitely go for this version :)
16194
16195         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16196
16197 2001-07-17 [christoph]
16198
16199         * src/utils.c
16200                 timestamp log
16201
16202 2001-07-17 [alfons]
16203
16204         0.5.0claws5
16205
16206         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16207           bits in the mark file, without affecting either branch. Lots of
16208           files changed, also in claws branch.
16209
16210           UNTESTED: use of mbox folders
16211
16212         * src/summaryview.c
16213                 added mark all read; however this was a quick hack used for
16214                 cleaning up mess after initial merge with Hiroyuki
16215
16216         * configure.in
16217                 change claws version number back to 0.5.0claws5 to clear up 
16218                 confusion & pretension (recent release was technically 
16219                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16220
16221 2001-07-16 [alfons]
16222
16223         sync with Hiroyuki's 0.5.0cvs4
16224
16225 2001-07-16 [alfons]
16226
16227         0.5.1claws3
16228
16229         * src/filtering.[ch]
16230                 remove invalid updating of mark files for 
16231                 filter actions MATCHING_ACTION_MOVE and 
16232                 MATCHING_ACTION_DELETE; this should fix the
16233                 folder update bug
16234                 
16235         * src/procmsg.c
16236                 revert Christoph's stab at fixing the folder 
16237                 update bug
16238
16239         * po/POTFILES.in
16240                 add missing files with translatable strings
16241
16242         * src/summaryview.c
16243                 remove debug print
16244
16245 2001-07-15 [alfons]
16246
16247         * src/addr_compl.[ch], src/prefs_filtering.c
16248                 make "filtering pref dialog's destination entry" an
16249                 "address completable entry", if filter destination is 
16250                 an email address
16251
16252         0.5.1claws2
16253         
16254         sync with Hiroyuki's 0.5.0cvs2-3
16255
16256 2001-07-15 [christoph]
16257
16258         * src/procmsg.c
16259                 fixed folder stats update after incorporation
16260
16261 2001-07-15 [alfons]
16262
16263         * src/summaryview.c
16264                 * finish label colouring stuff (for now)
16265                 * fix incorrect colour bug (off by one) 
16266
16267 2001-07-14 [alfons]
16268
16269         * src/mainwindow.c
16270                 change text labels for news and mail message so there's
16271                 plenty of toolbar estate left
16272
16273         * configure.in
16274                 0.5.1claws1
16275
16276         * src/folderview.c
16277           src/folder.[ch]
16278                 sync with Hiroyuki's 0.5.0cvs1
16279
16280         * src/summaryview.c
16281                 more rewrite label colouring
16282
16283 2001-07-14 [alfons]
16284
16285         * src/summaryview.[ch]
16286                 * start rewrite label colouring 
16287                 * fix proper location "Add Sender To Addressbook" menu item
16288
16289 2001-07-13
16290
16291         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16292         (actually this is 0.5.0claws4)
16293
16294 2001-07-13 [alfons]
16295
16296         * po/pt_BR.po
16297                 * fix duplicate message
16298                 * add updated Portugese / Brazilian translation
16299                   submitted by Fabio Junior Beneditto
16300
16301 2001-07-12 [alfons]
16302
16303         * AUTHORS
16304                 add Jens
16305
16306         * po/nl.po
16307                 add updated Dutch translation
16308
16309         * po/de.po
16310                 add updated German translation submitted by Jens
16311
16312 2001-07-11 [alfons]
16313
16314         Prerelease before 0.5.0claws. Please test.
16315         This version is temporarily tagged as VERSION_0_5_0_TEST
16316
16317         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16318           src/prefs_scoring.c, src/prefs_matcher.c, 
16319           src/prefs_filtering.c, src/mbox.c, 
16320           src/main.c, src/inc.c, src/filtering.[ch]
16321                 revert new Hoa's new matcher (does not work yet)
16322
16323         * src/Makefile.am
16324                 clean up
16325
16326 2001-07-10
16327
16328         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16329
16330
16331 2001-07-10 [alfons]
16332
16333         * Makefile.am
16334                 add ChangeLog.claws to EXTRA_DIST
16335         * src/Makefile.am
16336                 add matcher_parser_parse.h to EXTRA_DIST
16337
16338 2001-07-10 [christoph]
16339
16340         * src/inc.c
16341                 add destination folder to table of
16342                 folders that need to be updated after
16343                 incorporation
16344
16345 2001-07-10 [alfons]
16346
16347         * folder.[ch]
16348           folderview.c
16349                 make collapse state of folders and folder items persistent, i.e.
16350                 if you collapse a folder tree, the next time sylpheed-claws starts 
16351                 up the folder tree remains collapsed.  
16352                 
16353 2001-07-10 [christoph]
16354
16355         * acconfig.h
16356         * configure.in
16357                 added --enable-ssl
16358         * src/md5.[ch]
16359                 renamed MD5_CTX to MD5_CTX_syl
16360                 conflicts with a struct in openssl
16361         * src/inc.c
16362         * src/main.[ch]
16363         * src/prefs_account.[ch]
16364         * src/socket.[ch]
16365                 SSL support for POP
16366         * src/mainwindow.c
16367                 fixed compose with current account
16368                 broken by new compose button stuff
16369
16370 2001-07-09 [hoa]
16371
16372         * AUTHORS
16373                 changed my email address
16374
16375         * src/matcher_parser_parse.y
16376                 clean the parser to remove conflicts
16377
16378 2001-07-09 [alfons]
16379
16380         * AUTHORS
16381                 add Match Grun
16382
16383         * configure.in
16384                 fix incorrect description of --enable-ldap parameter
16385
16386         * src/prefs_common.[ch]
16387           src/compose.c
16388                 add experimental option "smart wrapping" which makes the
16389                 compose editor auto wrap.
16390                 
16391                 | TODO: the problem with the buggy cursor handling is caused |
16392                 | by the GtkText. when deleting / backspacing text its       |
16393                 | wrapping algorithm does not take in account the previous   |
16394                 | line. should find a way to hack this in.                   |
16395                 | or should perhaps combine this with the word wrapping      |
16396                 | patch i wrote in january.                                  |
16397
16398         * src/about.c
16399                 show build parameters for LDAP and JPilot
16400
16401         * src/summaryview.c
16402                 revert Christoph's bugfix for selecting next unread message, 
16403                 because folder stats aren't updated correctly
16404
16405 2001-07-08 [hoa]
16406
16407         * src/filtering.c
16408         * src/mainwindow.c
16409         * src/matcher.c
16410         * src/matcher_parser_lex.l
16411         * src/matcher_parser_parse.y
16412         * src/prefs_filtering.c
16413         * src/prefs_scoring.c
16414         * src/scoring.c
16415                 bugfix of the config file parser
16416
16417 2001-07-08 [alfons]
16418
16419         * src/Makefile.am
16420                 added generated matcher sources to BUILT_SOURCES
16421
16422 2001-07-08 [hoa]
16423
16424         * src/Makefile.am
16425         * src/.cvsignore
16426                 added new config file parser
16427
16428         * src/scoring.[ch]
16429         * src/filtering.[ch]
16430         * src/matcher.[ch]
16431         * src/prefs_filtering.c
16432         * src/prefs_matcher.c
16433         * src/prefs_scoring.c
16434         * added src/matcher_parser.h
16435         * added src/matcher_parser_lex.h
16436         * added src/matcher_parser_lex.l
16437         * added src/matcher_parser_parse.y
16438                 lex & yacc config file parser
16439
16440         * src/mbox.c
16441         * src/inc.c
16442         * src/main.c
16443                 changes prefs_filtering into global_filtering           
16444
16445         * src/summaryview.c
16446                 build threads with subjects only if "Re: " is at the
16447                 beginning of the subject
16448
16449 2001-07-07 [paul]
16450
16451         0.5.0claws
16452
16453         sync with sylpheed 0.5.0
16454                 change of version number only
16455
16456 2001-07-06 [paul]
16457
16458         0.5.0claws5
16459
16460         sync with sylpheed 0.5.0pre5
16461
16462 2001-07-05 [paul]
16463
16464         sync with sylpheed 0.5.0pre4 release
16465                 /po and /manual/ja not sync'ed
16466
16467 2001-07-04 [paul]
16468
16469         more sync with sylpheed 0.5.0pre4
16470
16471 2001-07-03 [christoph]
16472
16473         * src/addressbook.c
16474                 fixed address book broken by address book
16475                 for VCard, JPilot, LDAP
16476
16477 2001-07-03 [alfons]
16478
16479         * src/matcher.c
16480         * src/textview.c
16481                 stopped memory leaks
16482
16483 2001-07-03 [paul]
16484
16485         more sync with sylpheed 0.5.0pre4
16486
16487 2001-07-02 [match]
16488
16489         * included address book patch for VCard, JPilot, LDAP
16490         * pref_common.c - fixed Font options on Display tab (cosmetic)
16491         * alertpanel.c - fixed truncated message
16492
16493 2001-07-02 [christoph]
16494
16495         * src/mbox_folder.c
16496         * src/procmsg.[ch]
16497         * src/summaryview.c
16498                 mark threads for ignoring
16499
16500 2001-07-02 [paul]
16501
16502         0.5.0claws4
16503
16504         * sync with sylpheed 0.5.0pre4
16505                 updated gettext to 0.10.38.
16506
16507 2001-07-01 [paul]
16508
16509         * src/ mainwindow.c
16510         * src/procmsg.h
16511         * src/summaryview.[ch]
16512                 new right-click option: Label.
16513                 substitute for 'Mark-->Mark/Unmark', colours the line.
16514                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16515
16516 2001-07-01 [christoph]
16517
16518         * src/folderview.c
16519                 fixed font for trash
16520         * src/summaryview.c
16521                 move ctree to unread message
16522
16523 2001-07-01 [paul]
16524
16525         * sync with sylpheed 0.5.0pre3 release
16526
16527 2001-06-30 [alfons]
16528
16529         * src/filesel.[ch]
16530         * src/compose.c
16531                 allow inserting / attaching multiple files in
16532                 the composer window
16533
16534 2001-06-30 [paul]
16535
16536         * src/codeconv.c
16537                 small change to Alfons' previous stuff so that it
16538                 actually makes
16539
16540 2001-06-30 [alfons]
16541
16542         * lots of files changed; first attempt to merge the changes
16543           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16544
16545 2001-06-30 [paul]
16546
16547         * po/pt_BR.po
16548                 updated and completed, translations by Fabio
16549                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16550
16551 2001-06-29 [alfons]
16552
16553         * src/compose.c
16554         * src/mimeproc.[ch]
16555                 allow selecting an attached files' mime type from a 
16556                 list of types.
16557
16558 2001-06-29 [paul]
16559
16560         * more sync with sylpheed 0.5.0pre3
16561
16562 2001-06-29 [paul]
16563
16564         * po/pt_BR.po
16565                 merge with sylpheed.pot and pt_BR.po provided by
16566                 Fabio Junior Beneditto.
16567
16568 2001-06-29 [darko]
16569
16570         * src/procmime.c
16571                 make MIME types case insensitive
16572
16573 2001-06-28 [alfons]
16574
16575         * po/nl.po
16576                 merge with sylpheed.pot and old nl.po; translations added.
16577
16578 2001-06-28 [paul]
16579
16580         * more sync with sylpheed 0.5.0pre3
16581
16582 2001-06-27 [alfons]
16583
16584         * src/summaryview.c
16585                 don't crash when removing parent node of messages
16586                 attracted by subject. this was caused by not deleting
16587                 the parent node from the subject line hash table.
16588
16589 2001-06-27 [alfons]
16590
16591         * src/summaryview.c
16592         * src/compose.[ch]
16593         * src/mainwindow.c
16594                 if there are multiple messages selected, allow forwarding
16595                 them as attachments.
16596
16597 2001-06-27 [paul]
16598
16599         * more sync with sylpheed 0.5.0pre3
16600
16601 2001-06-26 [paul]
16602
16603         0.5.0claws3
16604
16605         * sync with sylpheed 0.5.0pre3
16606
16607 2001-06-25 [paul]
16608
16609         * src/mainwindow.c
16610                 fixed 'compose news article' bug
16611                 from icon-and-text toolbar
16612
16613 2001-06-25 [paul]
16614
16615         * sync with sylpheed 0.5.0pre2 release
16616
16617 2001-06-24 [christoph]
16618
16619         * src/prefs_common.c
16620                 bug fix in font selection
16621         * src/folderview.c
16622                 use sylpheed's normal font instead of
16623                 gtk default font for folders without
16624                 new messages
16625
16626 2001-06-24 [alfons]
16627
16628         * src/mainwindow.[ch]
16629                 added composite compose mail / news button (an idea by Leandro
16630                 Pereira <leandro@linuxmag.com.br>)
16631
16632 2001-06-24 [paul]
16633
16634         Added instructions for ldif-to-xml.py
16635
16636         * tools/README
16637
16638 2001-06-23 [alfons]
16639
16640         Some minor things.
16641
16642         * src/pixmaps/stock_news_compose.xpm
16643                 added pixmap by Leandro
16644         * src/prefs_common.c
16645                 tested built-in spelling checker of GCC 3.0 :)
16646         * po/nl.po
16647                 merged dutch translation of sylpheed-main with
16648                 sylpheed.pot
16649
16650 2001-06-23 [paul]
16651
16652         Added tools directory and files.
16653
16654         * tools/filter_conv.pl
16655                 converts old filter system to new filtering system
16656         * tools/ldif-to-xml.py
16657                 converts netscape addressbook to sylpheed addressbook
16658         * tools/README
16659                 descriptions/instructions for above two files
16660
16661 2001-06-23 [christoph]
16662
16663         * src/inc.c
16664         * src/manage_window.[ch]
16665         * src/prefs_common.[ch]
16666                 mail retrieval dialog can be enabled, disabled
16667                 or hidden if non of sylpheed's windows is active
16668
16669 2001-06-22 [paul]
16670
16671         0.5.0claws2
16672
16673         * sync with sylpheed 0.5.0pre2
16674
16675 2001-06-21 [christoph]
16676
16677         * src/summaryview.c
16678                 show recipient on 'from' for all accounts
16679                 
16680         * src/inc.c
16681         * src/prefs_common.[ch]
16682                 disable error popup on mail receive errors
16683
16684 2001-06-21 [alfons]
16685
16686         * src/compose.c
16687                 made the ruler correctly appear and disappear.
16688
16689         * src/Makefile.am
16690                 removed Hoa's work-in-progress-stuff (interesting!) so 
16691                 claws compiles ok.
16692
16693 2001-06-20 [christoph]
16694
16695         * src/inc.c
16696         * src/progressdialog.c
16697                 added scrolled window for list in progressdialog
16698
16699 2001-06-20 [paul]
16700
16701         sync with sylpheed 0.5.0pre1 release
16702
16703 2001-06-20 [christoph]
16704
16705         * src/summeryview.c
16706                 make building threads by subject work when
16707                 thread view is enabled
16708                 
16709         * src/compose.c
16710         * src/prefs_common.[ch]
16711                 automatically select account for mail replys
16712
16713 2001-06-19 [sergey]
16714
16715         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16716         they are filled in from the account settings.
16717
16718 2001-06-19 [paul]
16719
16720         * more sync with sylpheed 0.5.0pre1
16721
16722 2001-06-18 [alfons]
16723
16724         * src/Makefile.am,
16725           src/procmime.c
16726                 added --sysconfdir to CPPFLAGS for pointing to the correct
16727                 location of mime.types. 
16728
16729                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16730                 or ./configure!
16731
16732 2001-06-18 [hoa]
16733
16734         * src/summaryview.c
16735                 fixed some bug when building threads
16736
16737 2001-06-18 [pau]l
16738
16739         * src/prefs_account.c
16740                 UI stuff: More changes to the English
16741
16742 2001-06-18 [paul]
16743
16744         * src/pixmaps/stock_news_compose.xpm: new file
16745         * src/Makefile.am
16746         * src/mainwindow.c
16747         * src/summaryview.c
16748                 Added new icon for Hoa's 'compose a news
16749                 message', plus minor improvements to the
16750                 English
16751
16752         * po/ja.po
16753         * ChangeLog
16754         * ChangeLog.jp
16755                 more sync with sylpheed 0.5.0pre1
16756
16757 2001-06-18 [hoa]
16758
16759         * src/compose.[ch]
16760         * src/mainwindow.c
16761                 Follow-up and reply to
16762
16763         * src/summaryview.[ch]
16764                 Build threads also with subjects
16765
16766 2001-06-17 [hoa]
16767
16768         * src/compose.c
16769                 forwarding use the current account.
16770
16771         * src/mainwindow.c
16772                 the "compose message" button has been replaced with
16773                 "new mail" and "new news" buttons
16774
16775         * src/prefs_common.[ch]
16776                 added a configuration option to use the forward button
16777                 as "forward as attachment"
16778                 changed reply and forward format description
16779
16780         * src/quote_fmt_lex.l
16781         * src/quote_fmt_parse.y
16782                 added message with no signature in format for reply
16783                 and forward.
16784
16785 2001-06-17 [paul]
16786
16787         Minor UI stuff
16788
16789         * src/mainwindow.c
16790         * src/summaryview.c
16791                 Improvements to the English
16792
16793         * src/prefs_common.c
16794                 Improvements to the English and some
16795                 clarity/continuity improvements in the
16796                 description of Quote symbols.
16797
16798 2001-06-17 [paul]
16799
16800         0.5.0claws1
16801
16802         * sync with sylpheed 0.5.0pre1
16803
16804 2001-06-17 [hoa]
16805
16806         * src/compose.c
16807                 Better interface for compose, displayed fields
16808                 are updated whenever we change account.
16809                 Newsgroups field is automatically filled.
16810
16811         * src/mainwindow.c
16812                 Newsgroups field is automatically filled.
16813
16814         * src/prefs_account.c
16815                 Some interface stuff when fields appear and
16816                 disappear.
16817
16818 2001-06-16 [paul]
16819
16820         0.4.99claws
16821
16822         * sync with sylpheed 0.4.99
16823
16824 2001-06-16 [sergey]
16825
16826         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16827         base64_decoder_free, base64_decoder_decode): new object and
16828         functions for decoding base64 streams.
16829         * src/procmime.c (procmime_decode_content): modified to use the
16830         new base64 decoder.
16831
16832 2001-06-15 [paul]
16833
16834         0.4.99claws10
16835
16836         * sync with sylpheed 0.4.99cvs11
16837
16838 2001-06-13 [paul]
16839
16840         0.4.99claws9
16841
16842         * sync with sylpheed 0.4.99cvs9
16843
16844 2001-06-13 [hoa]
16845
16846         * src/compose.c
16847         * src/prefs_account.c
16848
16849                 SMTP server can be defined in the news account
16850                 mime type of attachment are kept.
16851
16852         * src/summaryview.c
16853
16854                 now choose the highest important score between default
16855                 and important score of folder.
16856
16857 2001-06-09 [alfons]
16858         
16859         * src/prefs_common.c: 
16860
16861                 (prefs_quote_description_create): corrected description of 
16862                 quote format characters
16863
16864 2001-06-09 [paul]
16865
16866         0.4.99claws8
16867
16868         * sync with sylpheed 0.4.99cvs8
16869
16870 2001-06-08 [sergey]
16871
16872         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16873         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16874
16875 2001-06-08 [paul]
16876
16877         0.4.99claws7
16878
16879         * sync with sylpheed 0.4.99cvs7
16880
16881 2001-06-06 [sergey]
16882
16883         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16884         clashes with autogenerated header).
16885         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16886         * src/Makefile.am: added quote_fmt.h.
16887         * src/.cvsignore: added lex/yacc autogenerated files
16888         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16889
16890 2001-06-06 [paul]
16891
16892         0.4.99claws6
16893
16894         * sync with sylpheed 0.4.99cvs6
16895
16896 2001-06-06 [hoa]
16897
16898         * added src/quote_fmt_parse.h
16899         * src/compose.c
16900                 removed warnings
16901
16902         * src/prefs.[ch]
16903                 don't modify readonly configuration files
16904
16905         * src/prefs_account.c
16906         * src/prefs_common.c
16907         * src/prefs_customheader.c
16908         * src/prefs_display_header.c
16909         * src/prefs_filter.c
16910         * src/prefs_filtering.c
16911         * src/prefs_scoring.c
16912                 don't open dialog box when configuration files
16913                 are readonly
16914
16915 2001-06-05 [sergey]
16916
16917         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16918
16919         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16920         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16921         BUILT_SOURCES to make all files rebuild properly.
16922
16923         * src/compose.c: removed #include "quote_fmt.tab.h".
16924
16925         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16926         CHARACTER value in yylval.
16927
16928         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16929         receive CHARACTER value by documented means (yylval).
16930
16931         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16932
16933 2001-06-05 [hoa]
16934
16935         * src/Makefile.am
16936                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16937
16938         * src/filtering.c
16939         * src/matcher.c
16940         * src/matcher.h
16941         * src/prefs_filtering.c
16942                 now keep the configuration for execute action
16943
16944         * src/mbox_folder.c
16945                 fixed a warning
16946
16947 2001-06-05 [paul]
16948
16949         * sync with sylpheed 0.4.99cvs5
16950
16951 2001-06-05 [hoa]
16952
16953         * src/Makefile.am
16954                 added quote_fmt.[ch]
16955
16956         * added src/quote_fmt.y
16957         * added src/quote_fmt.l
16958         * added src/quote_fmt.tab.h
16959         * added src/quote_fmt.tab.c
16960         * added src/lex.quote_fmt.c
16961                 parsing configuration for replying
16962                 and forwarding
16963
16964         * src/prefs_common.[ch]
16965                 added configuration UI for replying
16966                 and forwarding
16967
16968         * src/compose.c
16969                 using configuration for replying
16970                 and forwarding
16971
16972 2001-06-04 [hoa]
16973
16974         * src/filtering.c
16975         * src/matcher.c
16976         * src/matcher.h
16977         * src/prefs_filtering.c
16978         * src/prefs_matcher.c
16979         * src/prefs_matcher.h
16980                 action "run a command" for filtering
16981                 and matching with a command.
16982                 fixed the "whole message" matching
16983
16984         * src/mbox_folder.c
16985                 changed temporary filename for security
16986
16987         * src/messageview.c
16988                 queue the notification if it fails to send.
16989
16990         * src/prefs_common.c
16991         * src/prefs_folder_item.c
16992                 changed the default important score             
16993
16994         * src/prefs_scoring.c
16995         * src/scoring.c
16996                 hide kill score input when the folder is not
16997                 a newsgroup
16998
16999 2001-06-03 [alfons]
17000
17001         * src/prefs_common.c:
17002
17003                 (prefs_font_select): pass font name in font entry box to font
17004                 selection dialog.
17005
17006 2001-06-03 [sergey]
17007
17008         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17009
17010 2001-06-03 [paul]
17011
17012         * sync with sylpheed 0.4.99cvs4
17013
17014 2001-06-03 [alfons]
17015
17016         * src/headerwindow.c:
17017
17018                 (headerwindow_show_cb): use the selected summary view item, not
17019                 the displayed item.
17020
17021 2001-06-02 [alfons]
17022
17023         * src/headerwindow.c:
17024
17025                 (headerwindow_show_cb): always try to show msginfo
17026
17027 2001-06-02 [hoa]
17028
17029         * src/compose.c
17030                 keep attached parts when reediting or forwarding.
17031
17032 2001-06-01 [hoa]
17033
17034         * src/folderview.c
17035         * src/prefs_folder_item.[ch]
17036         * src/prefs_scoring.[ch]
17037         * src/scoring.[ch]
17038         * src/summaryview.[ch]
17039         * src/main.c
17040         * src/mainwindow.c
17041         * src/prefs_common.[ch]
17042                 support for folder scoring
17043                 kill score and important score for messages
17044         
17045         * src/prefs_account.c
17046                 some display bug fixed for local account
17047                 preferences
17048
17049 2001-05-31 [alfons]
17050
17051         * src/summaryview.c:
17052
17053                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17054                 sender to address book menu item is disabled.
17055
17056 2001-05-30 [hoa]
17057
17058         * src/filtering.[ch]
17059         * src/summaryview.c
17060                 handling summary menu / filter messages
17061
17062         * src/folder.[ch]
17063                 add some stuff
17064
17065         * src/foldersel.c
17066                 imap folders now appears in list
17067
17068         * src/mbox_folder.c
17069                 doesn't crash if destination mail is not writeable
17070
17071 2001-05-29 [hoa]
17072
17073         * src/compose.c
17074                 removed some warnings
17075
17076         * src/filtering.c
17077         * src/folder.[ch]
17078         * src/prefs_filtering.c
17079                 global string to identify any folders           
17080                 removed some debug info
17081                 filtering to mbox folders is now possible
17082
17083         * src/mainwindow.c
17084                 removed some warnings
17085
17086         * src/mbox_folder.c
17087                 permission on files are changed to read/write for user only,
17088                 nothing for other.
17089                 creation of subfolder is handled better.
17090
17091 2001-05-28 [alfons]
17092
17093         Verified the sync for src/prefs_common.[ch] and
17094         src/prefs_account.[ch]. I believe there were some
17095         minor indentation differences.
17096
17097 2001-05-28 [paul]
17098
17099         0.4.99claws3
17100
17101         * sync with 0.4.99cvs3
17102
17103 2001-05-28 [hoa]
17104
17105         * src/compose.c
17106                 handling flags for mbox format
17107
17108         * src/filtering.c
17109                 use of mark file only for MH format
17110                 handling flags for mbox format
17111                 filtering cannot yet move or copy mails to mbox folders.
17112
17113         * src/folder.[ch]
17114                 changed move_msg, copy_msg,
17115                 move_msgs_with_dest, copy_msgs_with_dest functions
17116                 uses only folder->copy_msg() function
17117                 uses folder->finished_copy() to handle the destination
17118                 folder at the end of the copy or move operation.
17119
17120         * src/foldersel.c
17121                 included mbox directories.
17122
17123         * src/folderview.[ch]
17124         * src/mainwindow.c
17125                 handle folders operation for mbox format
17126
17127         * src/mbox.c
17128                 disable conversion of "From " header
17129
17130         * src/mbox_folder.[ch]
17131                 completion of mbox format handling
17132
17133         * src/mh.c
17134                 changed mh_copy_msg() function and
17135                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17136                 mh_copy_msgs_with_dest()
17137
17138         * src/prefs_filtering.c
17139                 removed some warnings
17140
17141         * src/prefs_matcher.c
17142                 default boolean operation is AND
17143
17144         * src/procheader.c
17145                 handling flags for mbox format
17146                 handling of "From " header
17147
17148         * src/procmsg.[ch]
17149                 removed data field
17150                 added MSG_REALLY_DELETED flags to handle deletion of
17151                 messages in mbox format.
17152
17153         * src/summaryview.c
17154                 handling flags for mbox format
17155                 disable the MSG_DELETED flags when messages
17156                 are deleted in mbox format
17157
17158         * src/textview.c
17159                 "From " headers display fixed.
17160
17161 2001-05-27 [alfons]
17162
17163         * src/textview.c:
17164                 
17165                 (get_email_part): skip quoted email addresses, like in e.g.
17166                 "'alfons@proteus.demon.nl'".
17167
17168 2001-05-26 [alfons]
17169
17170         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17171         and fixing the persistence troubles when using separate windows.
17172
17173         * src/mainwindow.c:
17174         
17175             Added #define SEPARATE_ACTION used in the gtk item factory for 
17176             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17177                 use gtk_item_factory_get_widget_by_action() to get the items.
17178                 
17179             Removed separate_widget_cb from the gtk item factory data   
17180           
17181             (mainwindow_create): connect separate_widget_cb() to check
17182             menu item "toggled" signal. also passing a MainWindow pointer
17183                 as object data for both check menu items.
17184                 
17185             (separate_widget_cb): definition of separate_widget_cb() to match
17186             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17187                 window using gtk_object_get_data(). The type of window separation 
17188                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17189         
17190         * src/prefs_filtering.c,
17191           src/prefs_matcher.c: added horizontal scrollbars
17192
17193 2001-05-25 [darko]
17194
17195         * src/headerview.c
17196                 fix segfault with invalid bold font
17197         * src/summaryview.c
17198                 correctly display summary stats after row is marked
17199
17200 2001-05-23 [sergey]
17201
17202         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17203         encodings with libjconv.
17204
17205 2001-05-23 [hoa]
17206
17207         * src/Makefile.am
17208                 added mbox_folder.[ch]
17209         * src/defs.h
17210                 mbox temporary folder
17211         * src/folder.[ch]
17212         * added src/mbox_folder.[ch]
17213         * src/folderview.c
17214         * src/procheader.[ch]
17215                 added mbox support
17216         * src/mbox.c
17217                 bugfix for file incorporation filtering
17218         * src/imap.c
17219                 enable creation of MBOX
17220         * src/prefs_display_header.c
17221                 enable use of headers like "From "
17222                 something that should be fixed :
17223                         displaying of such headers add an extra space
17224         * src/prefs_folder_item.c
17225                 don't create folders because it is not necessary
17226         * src/procmsg.h
17227                 added data field to MsgInfo for mbox internal use
17228         * src/summaryview.c
17229                 added some support for mbox
17230         * src/utils.[ch]
17231                 added get_mbox_cache_dir() function
17232
17233 2001-05-23 [hiroyuki]
17234
17235         * src/headerwindow.c
17236           src/inc.c
17237           src/main.c
17238           src/mh.c
17239           src/nntp.c
17240           src/procmsg.h
17241           src/session.h
17242           src/socket.[ch]
17243           src/summaryview.c
17244           src/textview.c
17245           src/automaton.c
17246           src/folderview.c: more sync with 0.4.99cvs2.
17247
17248         * src/headerwindow.c: reverted.
17249
17250 2001-05-22 [paul]
17251
17252         0.4.99claws2
17253
17254         * sync with sylpheed 0.4.99cvs2
17255                 * src/news.[ch]
17256                 * src/nntp.[ch]
17257                 * INSTALL
17258                 * INSTALL.jp
17259
17260 2001-05-22 [alfons]
17261
17262         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17263
17264 2001-05-21 [alfons]
17265
17266         Minor things:
17267
17268         * configure.in: if gnome-config not found, "no" is displayed
17269         
17270         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17271
17272         * src/textview.c: now also possible to add mail addresses by right
17273           clicking in the text view
17274
17275         * src/codeconv.c: merged patch which fixes endless loop when encountering
17276           invalid wide characters; from Alte <010@imis.ru>  
17277
17278 2001-05-20 [alfons]
17279
17280         Added installation of gnome specific things:
17281
17282         * Makefile.am: gnome conditional
17283
17284         * configure.in: check for installed gnome
17285
17286         * added sylpheed.png, sylpheed.desktop
17287
17288 2001-05-20 [sergey]
17289
17290         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17291
17292         * src/mainwindow.h (main_window_toolbar_create): created a button
17293         for "Reply to all".
17294         (main_window_set_toolbar_sensitive): enable/disable the new button
17295         appropriately.
17296         (toolbar_reply_to_author_cb): handle the new button.
17297
17298         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17299         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17300         failure).
17301
17302 2001-05-19 [sergey]
17303
17304         * src/compose.h (ComposeReplyMode): new modes
17305         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17306         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17307
17308         * src/compose.c
17309         (compose_send): move some code into a new function:
17310         (compose_current_mail_account): new function.
17311         (compose_reply): new argument to_author, all callers changed; if
17312         to_author==TRUE and account->protocol==A_NNTP, find and use an
17313         appropriate mail account for replying.
17314         (compose_reply_set_entry): new argument to_author; ignore
17315         compose->replyto if to_author==TRUE.
17316
17317         * src/mainwindow.c: new command "Message/Reply to author".
17318         (main_window_set_menu_sensitive): enable/disable it.
17319         (reply_cb): handle it.
17320
17321         * src/summaryview.c: new command "Reply to author".
17322         (summary_set_menu_sensitive): enable/disable it.
17323         (summary_reply_cb): handle it.
17324
17325         * src/account.c (account_find_mail_from_address): new function.
17326
17327 2001-05-18 [paul]
17328
17329         0.4.99claws1
17330
17331         * sync with sylpheed 0.4.99cvs1
17332
17333 2001-05-18 [hoa]
17334
17335         * src/compose.[ch]
17336         * src/filtering.c
17337         * src/summaryview.c
17338                 new filtering action : forward and forward as attachment
17339
17340         * src/main.c
17341                 no need for $DISPLAY when we run sylpheed --help
17342                 call to parse_cmd_opt() is moved
17343
17344         * src/mainwindow.[ch]
17345                 execute button is hidden when immediate execute
17346                 is chosen
17347
17348         * src/mh.c
17349         * src/news.c
17350         * src/prefs_folder_item.c
17351         * src/procmsg.c
17352                 better handling of missing directories
17353
17354         * src/summaryview.c
17355                 reedit is enabled in outbox
17356                 reedit is enabled in queue
17357
17358 2001-05-17 [hoa]
17359
17360         * src/filtering.c
17361         * src/matcher.[ch]
17362         * src/prefs_filtering.c
17363                 changed attachement into attachment
17364
17365 2001-05-17 [alfons]
17366
17367         0.4.67claws4    
17368
17369         * sync with sylpheed 0.4.67cvs9
17370         * sync with sylpheed 0.4.67cvs7-8
17371
17372 2001-05-17 [hoa]
17373
17374         * src/Makefile.am
17375                 added prefs_filtering.c
17376
17377         * src/filtering.[ch]
17378         * src/matcher.[ch]
17379                 removed action : forward_news and forward_news_as_attachement
17380                 (forward and forward_as_attachement can be used instead)
17381
17382         * src/mainwindow.c
17383                 added menu option to access filtering configuration
17384
17385         * src/prefs_account.c
17386                 changed mail_command default to /usr/sbin/sendmail
17387
17388         * added src/prefs_filtering.[ch]
17389                 dialog box for filtering configuration
17390
17391         * src/prefs_matcher.c
17392                 added function prefs_matcher_get_criteria_from_matching()
17393
17394         * src/prefs_scoring.c
17395                 reset the dialog when register or substitute is clicked
17396
17397 2001-05-15 [hoa]
17398
17399         * src/Makefile.am
17400                 added filtering.[ch]
17401         * src/inc.c
17402                 using filering.[ch] instead of filter.[ch]
17403         * src/main.c
17404                 reading new filtering configuration
17405         * src/matcher.[ch]
17406                 added some filtering actions
17407                 and fixed a bug for headers and mail body matching
17408         * src/mbox.c
17409                 using filering.[ch] instead of filter.[ch]
17410         * src/mh.c
17411                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17412         * src/summaryview.c
17413                 some fixes for filtering
17414
17415 2001-05-14 [hiroyuki]
17416
17417         * src/send.c: fixed some weird indentations.
17418           send_message_with_command(): call pclose() only if p != NULL.
17419         * src/textview.c: get_email_part(): modified the code for readability.
17420
17421 2001-05-14 [hiroyuki]
17422
17423         * src/md5global.h
17424           src/md5ify.c
17425           src/md5ify.h: removed from the cvs.
17426
17427 2001-05-13 [sergey]
17428
17429         * src/main.c: include rfc2015.h to avoid compiler warnings.
17430         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17431         the panel is already on screen.
17432         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17433         closing the alert window by ESC as "No".
17434         * src/prefs_common.c (prefs_interface_create): moved return
17435         receipt check button to the correct place.
17436
17437 2001-03-13 [alfons]
17438
17439         * src/prefs_common.c: 
17440                 moved return receipt check button to the Send tab. (prefs_send_create)
17441                 removed the date format ui related globals. (prefs_display_create)
17442
17443         0.4.67claws3
17444         
17445         * sync with sylpheed 0.4.67cvs5-6
17446
17447 2001-05-13 [paul]
17448
17449         * added Alfons' font selection patch
17450
17451         * src/defs.h
17452         * src/headerwindow.c
17453         * src/prefs_common.c
17454         * src/prefs_common.h
17455
17456 2001-05-13 [hoa]
17457         * src/defs.h
17458                 changed version of cache
17459         * src/matcher.[ch]
17460         * src/prefs_matcher.c
17461                 added additionnal matching criteria
17462         * src/procheader.c
17463         * src/procmsg.[ch]
17464         * src/news.c
17465                 added references in MsgInfo
17466
17467 2001-05-12 [hoa]
17468
17469         * src/defs.h
17470                 prepared some things for new filtering
17471         * src/matcher.[ch]
17472                 added some matching properties
17473                 inreplyto need to be enhanced
17474                 prepared some things for new filtering
17475         * src/messageview.c
17476                 added Return-Receipt-To handling
17477         * src/prefs_folder_item.c
17478                 changed default value to TRUE
17479         * src/prefs_matcher.c
17480                 added some matching properties
17481         * src/prefs_scoring.[ch]
17482                 the scoring dialog is finished
17483         * src/procheader.c
17484                 added Return-Receipt-To handling
17485                 Reference need to be added
17486         * src/procmsg.[ch]
17487                 added Return-Receipt-To handling
17488                 added threadscore to get a better score sorting when
17489                 threads are enabled
17490         * src/summaryview.c
17491                 suppressed a bug when we sort the list
17492                 when no folder is opened.
17493                 better score sorting when threads are enabled
17494
17495 2001-05-12 [alfons]
17496
17497         * reverted previous patch because of potential errors 
17498
17499         0.4.67claws2
17500         
17501         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17502                 applied "toggle mail-retrieval dialog window" patch submitted 
17503                 by Eric Limpens <eric@qnt.net>
17504
17505         * sync with sylpheed 0.4.67cvs4
17506
17507 2001-05-12 [sergey]
17508
17509         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17510         some picky compilers.
17511         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17512         * src/grouplist_dialog.c: include alertpanel.h.
17513         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17514         fix compile warning.
17515         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17516         #include "defs.h" before others to prevent the warning of `MIN'
17517         and `MAX' redefinition.
17518
17519 2001-05-11 [hoa]
17520
17521         * src/main.c
17522         * src/messageview.c
17523         * src/prefs_account.c
17524         * src/prefs_display_header.c
17525                 removed warning
17526         * src/Makefile.am
17527                 added prefs_scoring.[ch]
17528         * src/grouplist_dialog.c
17529                 display an error dialog box if the group list
17530                 cannot be fetched.
17531         * src/mainwindow.[ch]
17532                 added main_window_set_thread_option() function
17533                 scoring dialog box enabled
17534         * src/matcher.[ch]
17535                 added flags matching unread /new / marked
17536                 / deleted / replied / forwarded
17537         * src/news.c
17538                 newsgroups are now finally in newscache
17539         * src/prefs_matcher.[ch]
17540                 finished preferences for matching dialog
17541         * added src/prefs_scoring.[ch]
17542                 scoring dialog box completed
17543         * src/scoring.[ch]
17544                 conversion to string : added scoringprop_to_string()
17545                 write config for preferences :
17546                 added prefs_scoring_write_config()
17547         * src/summaryview.c
17548                 threads can be enabled/disabled independently
17549                 for each folder
17550
17551 2001-05-10 [alfons]
17552
17553         0.4.67claws1
17554         
17555         * AUTHORS: 
17556                 thought it would be nice to have a list of all
17557                 contributors (used Changelog as a reference)
17558         
17559         * configure.in: 
17560                 messed up version numbering...
17561
17562         0.4.66claws1
17563
17564         * sync with sylpheed 0.4.67cvs1-3
17565
17566 2001-05-10 [darko]
17567
17568         * src/prefs_common.c:
17569                 better UI for strftime format, double clicking
17570                 on format now inserts the format in text entry
17571                 replaced close button with standard OK/Cancel
17572                 moved date format button to the right of the
17573                 text entry field
17574
17575 2001-05-09 [alfons]
17576
17577         * src/gtkstext.c:
17578                 Ctrl-Home / Ctrl-End have proper cursor navigation
17579
17580 2001-05-09 [hoa]
17581
17582         * src/prefs_matcher.c
17583                 finished UI to define matching properties
17584                 added ok and cancel button
17585         * src/prefs_filter.c
17586                 added ok and cancel button
17587         * src/news.c
17588                 fixed some bug in xhdr parsing
17589
17590 2001-05-08 [alfons]
17591
17592         * src/textview.c: 
17593                 fixed a bug in textview_show_header(), which displayed two colons (':');
17594                 cleaned up some warnings
17595
17596 2001-05-08 [hoa]
17597
17598         * src/Makefile.am
17599                 added prefs_matcher.[ch]
17600                 compilation with -W -Wall
17601         * src/alertpanel.c
17602                 ungrab the mouse events if grabbed - does it
17603                 fix the bug for disposition notification ?
17604         * src/mainwindow.c
17605                 added a menu option to open the matching dialog.
17606         * src/matcher.[ch]
17607                 added matcherprop_to_string() and matcherlist_to_string()
17608                 fixed some bugs, changed the name of some options
17609                 age_sup and age_inf becomes age_greater and age_lower,
17610                 body and messageheaders becomes body_part and headers_part,
17611                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17612         * src/prefs_display_header.c
17613         * src/prefs_headers.c
17614                 fixed a bug that accidentally destroyed dialogs
17615                 when closed them with delete_event
17616                 Added *_deleted() which handle delete_event signal correctly.
17617         * src/prefs_folder_item.[ch]
17618                 added "enable_thread" field for future customization
17619         * added src/prefs_matcher.[ch]
17620                 sample of the UI to define matching properties
17621         * src/procheader.c
17622                 using procheader_headername_equal instead of str*cmp functions
17623                 using procheader_parse_header() function
17624         * src/scoring.c
17625                 using MATCHING_XXX instead of SCORING_XXX
17626         * src/summaryview.c
17627                 display the sender of the news even if this is ourself
17628                 when this is a news message.
17629         * src/textview.c
17630                 using headername_equal() instead of str*cmp functions
17631
17632 2001-05-08 [alfons]
17633
17634         0.4.66claws
17635
17636         * sync with sylpheed 0.4.66
17637         * src/gtkstext.c: trace logs added 
17638
17639 2001-05-08 [sergey]
17640
17641         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17642         signature check popup.
17643         * src/rfc2015.c (check_signature): show signature check popup only
17644         if it is enabled in preferences.
17645
17646 2001-05-07 [alfons]
17647
17648         0.4.66claws4
17649         
17650         * sync with sylpheed 0.4.66cvs6
17651
17652 2001-05-07 [darko]
17653
17654         * src/prefs_common.[ch]: added option to enable/disable
17655           looking up sender name in address book for summary pane
17656         * src/summaryview.c: look up sender in the address book
17657           by using Alfons' address completion code
17658
17659 2001-05-07 [hiroyuki]
17660
17661         * src/inc.h
17662           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17663           member of Pop3State.
17664         * src/news.c: brought #include "defs.h" before #include <glib.h>
17665           to prevent the warning of `MIN' and `MAX' redefinition.
17666
17667 2001-05-06 [hoa]
17668
17669         * removed src/headers_display.[ch]
17670         * removed src/prefs_display_headers.[ch]
17671         * src/inc.c
17672                 use a temporary file in the user directory for mbox import
17673         * src/news.c
17674                 added XHDR support to get "To" and "Cc" headers
17675                 (in order to match news with to or cc field for
17676                 scoring)
17677                 added function news_parse_xhdr() to get XHDR response
17678         * src/nntp.[ch]
17679                 added function nntp_xhdr()
17680         * src/matcher.c
17681                 fetch the message if necessary
17682
17683 2001-05-06 [alfons]
17684
17685         0.4.66claws3
17686
17687         * sync with sylpheed 0.4.66cvs3-5
17688
17689 2001-05-06 [hoa]
17690
17691         * src/utils.[ch]
17692                 added function itos_buf() to enable use of several buffers
17693         * src/summaryview.c
17694                 use of itos_buf() instead of itos() in summary list
17695                 to fix the broken display of message number.
17696
17697 2001-05-06 [alfons]
17698
17699         * src/gtkstext.c: bug in cursor up navigation fixed,
17700                 fixed another unsigned / signed comparison (we're getting there :-)
17701
17702 2001-05-06 [hoa]
17703
17704         * src/Makefile.am
17705                 added scoring.c scoring.h
17706                 prefs_folder_item.c prefs_folder_item.h
17707                 matcher.c matcher.h
17708         * src/defs.h
17709                 added FOLDERITEM_RC SCORING_RC
17710         * src/folder.[ch]
17711                 added prefs field in FolderItem :
17712                 properties for each folder (PrefsFolderItem),
17713                 sorting type and mode were added as the first properties.
17714         * src/main.c
17715                 read config for scoring
17716         * added src/matcher.[ch]
17717                 gives functions to parse configuration file to do
17718                 matching on mails with a list of conditions.
17719         * src/mainwindow.c
17720                 add option to sort by score
17721         * src/prefs_common.[ch]
17722                 added preference option to show score and for
17723                 the score column size
17724         * added src/prefs_folder_item.[ch]
17725                 properties for each folder (PrefsFolderItem),
17726                 sorting type and mode were added as the first properties.
17727         * src/procheader.[ch]
17728                 added procheader_parse_header()
17729                 added procheader_header_free()
17730                 added procheader_headername_equal()
17731                 and made modification to use them.
17732         * src/procmsg.[ch]
17733                 added score field to MsgInfo structure
17734         * added src/scoring.[ch]
17735                 gives functions to parse configuration file to do
17736                 scoring on mails with a list of conditions.
17737         * src/summaryview.[ch]
17738                 save the sorting type and mode for the folder
17739                 added column to display the score of the mail
17740                 added function summary_score_clicked()
17741                 sorting type and mode are restored to the folder
17742                 when it is reopen
17743         * src/textview.c
17744                 use procheader_parse_header(), procheader_headername_equal()
17745                 removed memory leak in text_scan_header when freeing headers
17746         * src/filter.c
17747                 changed the function to match names of headers
17748                 using procheader_headername_equal()
17749
17750         Scoring functions are implemented, an interface is needed
17751         to configure that.
17752
17753 2001-05-04 [alfons]
17754
17755         * src/gtkstext.c: 
17756                 hopefully fixed the row up navigation bug,
17757                 removed adding back / forward lines to cache
17758
17759 2001-05-04 [sergey]
17760
17761         * src/prefs_display_headers.c: user interface changes:
17762         (prefs_display_headers_create): remove unused "Show" check button;
17763         allow reordering of headers by dragging.
17764         (prefs_display_headers_write_config): remove unused variables.
17765         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17766         of lists (not needed with the new UI).
17767         (prefs_display_headers_set_list): scan lists starting from row 0,
17768         not 1 (do not skip "(New)").
17769         (prefs_display_headers_find_header): new function.
17770         (prefs_display_headers_clist_set_row): do not allow duplicates.
17771         (prefs_display_headers_delete_cb): do not skip row 0; treat
17772         closing the alert window by ESC as "No".
17773         (prefs_display_headers_up): do not protect row 0.
17774         (prefs_display_headers_down): do not protect row 0.
17775
17776 2001-05-04 [sergey]
17777
17778         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17779         functions.
17780
17781         * src/summaryview.c
17782         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17783         summary_select_next_marked, summary_select_prev_marked): new
17784         functions.
17785
17786 2001-05-03 [sergey]
17787
17788         * src/news.c: fixed a bug when no article can be fetched after
17789         server timeout if the connection was restored by news_post():
17790         (news_select_group): new function.
17791         (news_fetch_msg): call news_select_group() before fetching
17792         article.
17793         (news_get_uncached_articles): set session->group after successful
17794         GROUP command.
17795
17796 2001-05-03 [hoa]
17797
17798         * src/defs.h
17799         * src/procmsg.[ch]
17800         * src/procheader.c
17801                  changed version of cache, added cc field
17802
17803         * src/prefs_display_headers.c
17804                 the interface was changed
17805
17806         * src/prefs_headers.c
17807                 added cancel button
17808
17809 2001-05-03 [alfons]
17810
17811         * completed sync of sylpheed cvs2
17812         * src/gtkstext.c: updated row up / down cursor navigation
17813         * src/textview.c: re-edited, prepared for fixing the email address
17814                 scanner.
17815
17816 2001-05-03 [darko]
17817
17818         * src/prefs_common.c: use alfons' strftime ui code
17819         entry_datefmt and datefmt_sample widgets have to be
17820         global in this module because of this change
17821
17822 2001-05-03 [hoa]
17823
17824         * src/messageview.c
17825         * src/prefs_common.[ch] added option to activate the return receipt
17826                 feature.
17827
17828 2001-05-02 [alfons]
17829
17830         * src/gtkstext.c: fix for row up/down cursor navigation. 
17831
17832         0.4.66claws2
17833         
17834         * sync with 0.4.66cvs2
17835
17836 2001-05-02 [paul]
17837
17838         added add-sender-to-addressbook patch
17839
17840         * src/addressbook.c
17841         * src/addressbook.h
17842         * src/summaryview.c
17843
17844 2001-05-02 [sergey]
17845
17846         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17847         G_ALERTDISABLE.
17848
17849         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17850         all existing callers changed to pass FALSE; create a check button
17851         to disable the message.
17852         (alertpanel_message_with_disable): new function.
17853         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17854         (alertpanel_button_toggled): new function.
17855         (alertpanel_button_clicked, alertpanel_close): set value using
17856         G_ALERT_VALUE_MASK.
17857
17858         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17859
17860         * src/prefs_common.c (prefs_privacy_create): new check button
17861         checkbtn_gpgme_warning.
17862
17863         * src/main.c (main): moved preferences reading before gpgme
17864         initialization; check prefs_common.gpgme_warning before giving the
17865         GnuPG warning and set it to FALSE if the user wants to disable the
17866         warning.
17867
17868 2001-05-02 [hiroyuki]
17869
17870         * src/prefs_display_headers.c: modified the layout and some labels.
17871
17872 2001-05-02 [sergey]
17873
17874         * src/prefs_account.c (prefs_account_fix_size): new function.
17875         (prefs_account_create): call prefs_account_fix_size(); use
17876         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17877         size when the window is shown for the first time).
17878         (prefs_account_basic_create): changed layout of serv_table; moved
17879         localmbox_entry above smtpserv_entry (logically it replaces
17880         POP3/IMAP server).
17881         (prefs_account_protocol_activated): set sensitivity of
17882         nntpauth_chkbtn according to the protocol (in addition to
17883         hide/show); commented out gtk_table_set_row_spacing() calls.
17884         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17885         not sensitive (fixes a bug with disabled username/password boxes
17886         when editing POP3 account after NNTP with authentication).
17887
17888 2001-05-02 [hoa]
17889
17890         * src/account.c
17891         * src/inc.c
17892         * src/prefs_account.[ch]
17893         * src/send.c
17894                 removed local account without SMTP server
17895                 added option to use mail command instead of a connexion
17896                 to SMTP server when a local account is used
17897         * src/prefs_headers.c
17898                 fixed a bug
17899         * src/news.c
17900                 fixed a bug when connexion immediately closed
17901
17902 2001-05-01 [alfons]
17903
17904         0.4.66claws1
17905         
17906         * sync with 0.4.65
17907
17908 2001-05-01 [sergey]
17909
17910         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17911         widget nntpauth_chkbtn.
17912         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17913         visibility.
17914         (prefs_account_nntpauth_toggled): new function.
17915
17916         * src/news.c (news_session_new_for_folder): use NNTP
17917         authentication only if ac->use_nntp_auth is set.
17918
17919 2001-05-01 [hoa]
17920
17921         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17922         * src/prefs_display_headers.c changed the UI
17923         * src/prefs_headers.c changed account_name to account_id
17924         * src/compose.c using customheader.h
17925
17926 2001-05-01 [hiroyuki]
17927
17928         * src/esmtp.c
17929           src/news.c
17930           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17931           unsynched.
17932
17933 2001-05-01 [hoa]
17934
17935         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17936         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17937                 for displaying of headers
17938         * src/grouplist_dialog.[ch] minor changes to remove warnings
17939         * src/prefs_display_headers.[ch] dialog to choose the
17940         headers to display in the mail viewer.
17941         * src/headers.h correction of #define
17942         * src/headers_display.[ch] configuration for displaying of headers.
17943         * src/main.c read config of displaying of headers
17944         * src/prefs_common.c add a button to access the config dialog
17945                 for displaying of headers
17946         * src/prefs_display_headers.[ch] dialog for configuration for
17947                 displaying of the headers.
17948         * src/prefs_headers.c cleaning of code
17949         * src/procheader.c comments added to code
17950         * src/textview.c changes to reorder the headers depending
17951                 on the config for displaying of headers
17952
17953 2001-04-30 [alfons]
17954
17955         0.4.65claws7
17956
17957         * sync with 0.4.65cvs12
17958
17959         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17960
17961 2001-04-30 [sergey]
17962
17963         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17964
17965         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17966         is set to force reconnection after authentication failure.
17967         (nntp_gen_command): set sock->auth_failed on authentication
17968         failure, or if sock->userid and sock->passwd are not set.
17969
17970         * src/news.c (news_session_new_for_folder): set userid=NULL if
17971         password dialog is cancelled.
17972
17973 2001-04-30 [sergey]
17974
17975         * src/nntp.h (NNTPSockInfo): new type.
17976
17977         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17978         SockInfo.
17979         (nntp_open_auth, nntp_close): new functions.
17980         (nntp_gen_command): new function to handle authentication; all
17981         NNTP command functions updated to use it.
17982         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17983         (nntp_list): removed old useless code.
17984
17985         * src/news.h (NNTPSession): new field nntp_sock.
17986
17987         * src/news.c: all functions updated to use NNTPSockInfo instead of
17988         SockInfo.
17989         (news_session_new): new arguments (userid, passwd); made static;
17990         use nntp_open_auth() if needed.
17991         (news_session_destroy): use nntp_close() instead of sock_close().
17992         (news_query_password): changed arguments.
17993         (news_session_new_for_folder): new function.
17994         (news_session_get): use news_session_new_for_folder().
17995         (news_authenticate): deleted.
17996         (news_get_uncached_articles): removed old authentication code.
17997
17998 2001-04-30 [sergey]
17999
18000         * src/news.c: reverted my previous changes (need to do NNTP
18001         authentication in a cleaner way).
18002         
18003 2001-04-29 [sergey]
18004
18005         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18006         news_nntp_post, news_nntp_mode): new functions (wrappers with
18007         authentication support).
18008         (news_get_article_cmd, news_get_article, news_get_header): new
18009         argument "folder"; all callers changed.
18010         (news_get_article_cmd): added authentication support.
18011         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18012         (news_post): use news_nntp_post() instead of nntp_post().
18013         (news_get_uncached_articles): use news_nntp_group() instead of
18014         nntp_group() and news_nntp_xover() instead of nntp_xover();
18015         removed old authentication code.
18016         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18017
18018         * src/nntp.c (nntp_list): return real error code instead of
18019         hardcoded NN_ERROR.
18020
18021 2001-04-29 [sergey]
18022
18023         * configure.in: fixed wint_t typedef detection again
18024
18025 2001-04-28 [hoa]
18026
18027         * src/prefs_account.[ch], added A_LOCAL_CMD
18028                 (send mail with mail command)
18029         * src/send.c added function send_message_with_command()
18030         * src/inc.c made a more secure get_spool() function with
18031                 mktemp() but maybe mkstemp() or something more
18032                 secure can be used.
18033
18034 2001-04-28 [alfons]
18035
18036         * src/textview.c, colorization of email addresses in headers
18037
18038         0.4.65claws6
18039
18040         * bug sync with sylpheed
18041         * prefs_common.c: created date format ui for darko
18042         * sync with 0.4.65cvs11
18043         * configure.in: corrected to have the new gpg checks
18044
18045 2001-04-27 [alfons]
18046
18047         * completed sync with 0.4.65cvs10
18048         * minor debug things added to gtkstext.c
18049
18050 2001-04-27 [darko]
18051
18052         * configure.in: remove check for availability of
18053           strftime() as advised by Hiroyuki
18054         * src/prefs_common.[ch], src/procheader.c:
18055           synch strftime() code with Hiroyki's main branch
18056
18057 2001-04-26 [sergey]
18058
18059         * src/news.c: news_query_password(), news_authenticate(): new
18060           functions.
18061           news_get_uncached_articles(): added NNTP authentication
18062           handling.
18063         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18064           new functions.
18065         * src/prefs_account.c: prefs_account_protocol_activated():
18066           enable userid and password fields for NNTP.
18067
18068 2001-04-26
18069
18070         * configure.in: check for availability of strftime()
18071           [darko]
18072         * src/prefs_common.[ch], src/procheader.c: use
18073           strftime() for displaying date in summary pane if it
18074           is available
18075
18076 2001-04-25
18077
18078         * more .cvsignore cleanups [alfons]
18079
18080 2001-04-25
18081
18082         * ac/sv-check-type.m4: new autoconf macro.
18083         * configure.in: fixed wint_t typedef detection (did not work
18084           with gcc-2.96).
18085
18086 2001-04-25
18087
18088         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18089           [hiroyuki]
18090
18091 2001-04-24
18092         * modified gtkstext.c : buggy cursor navigation fixed, 
18093           and font descent also taken in account when drawing
18094           cursor. [alfons]
18095
18096 2001-04-24 [hoa]
18097         * added comments in src/news.c src/nntp.c
18098         * added src/prefs_headers.[ch]
18099         * added src/headers.[ch]
18100         * modified compose.c to activate custom headers
18101                 added function is_in_custom_headers
18102         * modified prefs_account.[ch]
18103                 added function prefs_account_customhdr_edit
18104         * modified src/defs.h :
18105                 added HEADERS_RC : name of the config file
18106                 for the custom headers
18107
18108 2001-04-24
18109
18110     0.4.65claws5
18111
18112         * configure.in
18113           src/gtkstext.[ch]
18114           src/compose.c
18115           src/Makefile.am
18116           
18117           added gtkstext with configure.in patch by Hiroyuki which
18118           should fix the XIM detection [alfons]
18119
18120         * more clean up of cvs [alfons]
18121
18122                  * removed all Makefile.in files to attic.
18123
18124                  * updated all .cvsignores to really ignore things that could
18125                    be unintentionally committed by a recursive commit.
18126
18127 2001-04-23 [hoa]
18128         * added src/grouplist_dialog.[ch]
18129         * changed src/folderview.c to call grouplist_dialog instead
18130                 of inputdialog
18131         * src/news.c :
18132                 added functions news_reset_group_list
18133                 and news_get_group_list
18134         * src/nntp.c :
18135                 added function nntp_list
18136         * src/defs.h :
18137                 added GROUPLIST_FILE : name of the newsgroup list cache file
18138
18139 2001-04-21
18140
18141         * added option to warn about queued messages on exit [sergey]:
18142
18143           * src/compose.c: compose_queue(): call folder_item_scan()
18144             and folderview_update_item() after queueing.
18145           * src/folderview.c: folderview_update_node(): draw the queue
18146             folder in bold font if there are queued messages.
18147           * src/mainwindow.c: queued_messages(): new function.
18148             app_exit_cb(): display warning if there are queued messages
18149             if warn_queued_on_exit is set.
18150           * prefs_common.[ch]: add warn_queued_on_exit option.
18151
18152         * enhanced GnuPG key selection support [sergey]:
18153
18154           * src/select-keys.c: updated to newer version from Win32
18155             branch with support for selecting arbitrary keys.
18156           * src/prefs_account.c: added the Privacy tab to the account
18157             options window.
18158             prefs_account_privacy_create(),
18159             prefs_account_sign_key_set_data_from_radiobtn(),
18160             prefs_account_sign_key_set_radiobtn(): new functions.
18161           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18162           * src/rfc2015.c: set_signers(): new function.
18163             pgp_sign(): add the account parameter, call set_signers().
18164             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18165           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18166           * src/compose.c: pass the current account to rfc2015_sign().
18167
18168         * tag name claws added to prevent confusion with main branch [alfons]
18169
18170         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18171
18172         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18173
18174         * sync with recent sylpheed cvs. Untested though. [alfons]
18175