fix compile error
[claws.git] / ChangeLog.claws
1 2003-08-27 [thorsten]   0.9.4claws39
2
3         * src/imap.c
4                 fix compile error
5
6 2003-08-26 [paul]       0.9.4claws38
7
8         * sync with 0.9.4cvs9
9                 see ChangeLog 2003-08-26
10
11 2003-08-25 [paul]       0.9.4claws37
12
13         * sync with 0.9.4cvs8
14                 see ChangeLog 2003-08-25
15
16 2003-08-24 [christoph]  0.9.4claws36
17
18         * src/prefs_filtering.c
19                 shouldn't remove items from a GSList while iterating over the
20                 list (makes cur invalid and cur->next not accessable)
21
22         (closes Bug 272 i deleted an folder and some seconds later sylpheed
23          crashed)
24
25 2003-08-23 [christoph]  0.9.4claws35
26
27         * src/news.c
28                 news folders should be scanned when opened
29
30 2003-08-22 [christoph]  0.9.4claws34
31
32         * src/prefs_folder_item.c
33                 use macro to assign strings that always frees the old string
34
35         * src/gtk/gtkaspell.[ch]
36                 add gtkaspell_set_dictionary_menu_active_item() to set active
37                 item in dictionary option menu
38
39         * src/prefs_spelling.c
40                 use gtkaspell_set_dictionary_menu_active_item() to select
41                 dictionary
42
43 2003-08-21 [christoph]  0.9.4claws33
44
45         * src/folder.[ch]
46         * src/imap.c
47         * src/mbox_folder.c
48         * src/mh.c
49         * src/news.c
50                 optimize folder system
51
52         * src/gtk/gtkstext.c
53                 fix division by zero when font has 0 width for ' '
54
55 2003-08-21 [paul]       0.9.4claws32
56
57         * sync with 0.9.4cvs7
58                 see ChangeLog 2003-08-20
59
60 2003-08-19 [paul]       0.9.4claws31
61
62         * src/common/defs.h
63                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
64                 SYLDOC_FAQ_HTML_INDEX.
65         * src/manual.c
66                 use LC_MESSAGES instead of LC_ALL to find the current
67                 language
68
69           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
70
71 2003-08-19 [paul]       0.9.4claws30
72
73         * po/bg.po
74                 updated by George Danchev
75
76 2003-08-18 [luke]       0.9.4claws29
77         * src/mimeview.[ch]
78         * src/gtk/gtkvscrollbutton.[ch]
79                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
80                   dependencies; do it the GTK way; reduce code -14/+2 lines)
81                 o removed horizontal separator between icons
82
83 2003-08-17 [christoph]  0.9.4claws28
84
85         * src/procmsg.c
86                 no subject threading when the subject has no reply prefix
87
88 2003-08-16 [christoph]  0.9.4claws27
89
90         * src/mainwindow.c
91                 remember and restore window sizes and position when the main
92                 window is hidden or shown
93
94         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
95          minimised/reopened using trayicon)
96
97 2003-08-16 [paul]       0.9.4claws26
98
99         * src/crash.c
100                 add #include "defs.h"
101
102 2003-08-16 [paul]       0.9.4claws25
103
104         * src/plugins/clamav/clamav_plugin.c
105                 reword a debug_print
106                 
107         * src/plugins/dillo_viewer/dillo_prefs.c
108                 cosmetic: change the labels' text, add tooltips, and
109                 left-align the hint
110
111 2003-08-15 [christoph]  0.9.4claws24
112
113         * src/news.c
114                 complete last change (forgot some changes)
115
116 2003-08-15 [christoph]  0.9.4claws23
117
118         * src/news.c
119                 o check number of messages and don't return a 0 message
120                   when no messages are available
121                 o don't parse xref header anymore
122
123         (closes Bug 203 I'm not getting any news)
124
125 2003-08-15 [paul]       0.9.4claws22
126
127         * src/common/defs.h
128           src/crash.c
129                 update and define claws bugzilla location
130
131 2003-08-15 [paul]       0.9.4claws21
132
133         * po/ru.po
134                 update submitted by Ruslan N. Balkin
135
136 2003-08-14 [christoph]  0.9.4claws20
137
138         * src/procmsg.c
139                 fix search for oldest node in subject threading
140
141 2003-08-14 [christoph]  0.9.4claws19
142
143         * src/procmsg.c
144         * src/common/utils.h
145                 add possibility to check all nodes with the same subject for
146                 subject threading, not only the oldest node. Should not break
147                 threads anymore if the oldest node is thread_by_subject_max_age
148                 days older then parent, because it can now find a child of
149                 oldest node as new parent.
150
151 2003-08-11 [christoph]  0.9.4claws18
152
153         * src/plugins/spamassassin/spamassassin.c
154                 run spam check in background process
155
156 2003-08-10 [alfons]     0.9.4claws17
157
158         * src/summaryview.c
159                 make `Select All' sensitive too
160
161 2003-08-10 [christoph]  0.9.4claws16
162
163         * src/imap.c
164                 add more checks in imap_close
165
166 2003-08-09 [alfons]     0.9.4claws15
167
168         * src/prefs_spelling.c
169                 no spell checking UI if not requested
170
171 2003-08-09 [alfons]     0.9.4claws14
172
173         * src/gtk/prefswindow.c
174                 make it compile
175
176 2003-08-09 [christoph]  0.9.4claws13
177
178         * src/prefs_spelling.c
179         * src/gtk/prefswindow.[ch]
180         * src/plugins/clamav/clamav_plugin_gtk.c
181         * src/plugins/spamassassin/spamassassin_gtk.c
182                 sort prefs pages by heighest weight in tree
183
184 2003-08-09 [paul]       0.9.4claws12
185
186         * sync with 0.9.4cvs6
187                 see ChangeLog 2003-08-07
188                 
189         * AUTHORS
190                 add Leandro and Luke to claws-branch section
191
192 2003-08-09 [christoph]  0.9.4claws11
193
194         * src/gtk/Makefile.am
195         * src/gtk/colorsel.[ch]                 ** NEW **
196                 create a color selection dialog that can be used as a simple
197                 function call with it's own gtk main loop like filesel.[ch]
198
199         * src/Makefile.am
200         * src/main.c
201         * src/prefs_common.c
202         * src/prefs_spelling.[ch]               ** NEW **
203         * src/prefs_spelling.glade              ** NEW **
204         * src/gtk/gtkutils.[ch]
205                 move "Spell Checker" prefs to new prefs dialog
206
207         * src/prefs_folder_item.c
208                 use new colorsel dialog
209
210 2003-08-08 [paul]       0.9.4claws10
211
212         * src/inc.c
213                 clear the progress bar unconditionally
214
215 2003-08-08 [paul]       0.9.4claws9
216
217         * sync with 0.9.4cvs4
218                 see ChangeLog 2003-07-31
219
220 2003-08-07 [christoph]  0.9.4claws8
221
222         * configure.ac
223                 fix bug in image viewer plugin part
224
225         * src/imap.c
226                 don't execute close command if the folder item is not selected
227
228 2003-08-07 [hoa]        0.9.4claws7
229
230         * src/filtering.[ch]
231         * src/matcher_parser.h
232         * src/matcher_parser_parse.y
233                 can define several actions for each filtering rule
234                 can import old versions of filtering rules
235
236         * src/prefs_filtering.c
237                 call to a new dialog box to define actions
238
239         * src/prefs_filtering_action.[ch]
240                 dialog box to define actions for filtering rules
241
242 2003-08-06 [christoph]  0.9.4claws6
243
244         * src/imap.c
245                 make sure source folder is selected when copying messages
246
247 2003-08-06 [christoph]  0.9.4claws5
248
249         * sync with 0.9.4cvs2
250                 see ChangeLog 2003-07-29                
251
252 2003-08-05 [paul]       0.9.4claws4
253
254         * sync with 0.9.4cvs3
255                 see ChangeLog 2003-07-30
256
257 2003-08-04 [match]      0.9.4claws3
258
259         * po/POTFILES.in
260                 export of LDIF files.
261
262 2003-08-04 [match]      0.9.4claws2
263
264         * src/ldif.[ch]
265                 support for export LDIF. documented.
266         * src/importldif.[ch]
267         * src/exportldif.[ch]
268                 add tooltips. documented.
269         * src/exphtmldlg.[ch]
270         * src/common/xmlprops.[ch]
271                 documented.
272         * src/exportldif.[ch]                   ** NEW **
273         * src/expldifdlg.[ch]                   ** NEW **
274         * src/addressbook.[ch]
275         * src/Makefile.am
276                 export of LDIF files.
277                 documented.
278
279 2003-08-04 [christoph]  0.9.4claws1
280
281         * .cvsignore
282         * Makefile.am
283         * configure.ac
284         * sylpheed-claws.pc.in                  ** NEW **
285         * src/Makefile.am
286         * src/common/Makefile.am
287         * src/gtk/Makefile.am
288                 install sylpheed header files in $(pkgincludedir) and create a
289                 pkg-config file to allow building a plugin without the source
290                 package
291
292 2003-08-04 [paul]       0.9.4claws
293
294         * version 0.9.4claws
295
296 2003-08-04 [paul]       0.9.3claws97
297
298         * po/es.po
299                 update Spanish translation. Submitted by Ricardo
300                 Mones Lastra.
301
302 2003-08-03 [paul]       0.9.3claws96
303
304         * po/hr.po
305           po/sr.po
306                 update Croatian and Serbian translations. Submitted by
307                 Dragan and Urke MMI respectively
308
309 2003-08-03 [alfons]     0.9.3claws95
310
311         * src/summaryview.c
312                 mark flag has precedence over important flag - seems
313                 to have been changed in sync of 0.9.3claws45. this fixes
314                 a regression where messages that were scored as important
315                 don't show their mark flags. (using the same column for
316                 both importance as mark flags is the real problem
317                 ofcourse)
318
319 2003-08-03 [melvin]     0.9.3claws94
320
321         * po/fr.po
322                 Updated French translations.
323
324 2003-08-03 [melvin]     0.9.3claws93
325
326         * src/Makefile.am
327                 Fixed typo introduced after 0.9.3claws92 
328                 that prevented compilation
329                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
330                 CPPFLAGS and YFLAGS to allow user setting these.
331         * src/common/Makefile.am
332         * src/gtk/Makefile.am
333         * src/plugins/clamav/Makefile.am
334         * src/plugins/demo/Makefile.am
335         * src/plugins/dillo_viewer/Makefile.am
336         * src/plugins/image_viewer/Makefile.am
337         * src/plugins/mathml_viewer/Makefile.am
338         * src/plugins/spamassassin/Makefile.am
339         * src/plugins/trayicon/Makefile.am
340         * src/plugins/trayicon/libeggtrayicon/Makefile.am
341                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
342                 CPPFLAGS and YFLAGS to allow user setting these.
343
344 2003-08-02 [christoph]  0.9.3claws92
345
346         * configure.ac
347                 o rearrange plugin tests
348                 o add test for clamav.h to ClamAV tests
349
350 2003-08-02 [luke]       0.9.3claws91
351
352         * src/mimeview.c
353                 o fixed appearance of icon list when toggling back from the 
354                   ctree
355                 o toggling of icons using the keyboard works correctly
356                 o fixed all other keyboard shortcuts to work when icons are
357                   active
358         
359         * src/messageview.c
360                 o fixed bug 4 - focus lost when changing messageview view type
361
362 2003-08-02 [christoph]  0.9.3claws90
363
364         * src/common/hooks.c
365                 fix crash when pointer stored in hash table could get invalid
366                 when a plugin is unloaded
367
368 2003-08-01 [christoph]  0.9.3claws89
369
370         * configure.ac
371                 o try to build all plugins (except spamassassin) by default
372                 o don't build a plugin if a dependency check fails
373
374         * src/common/hooks.c
375                 fix warning
376
377 2003-08-01 [match]      0.9.3claws88
378
379         * src/importldif.c
380                 allow single click field selection. document code.
381
382 2003-08-01 [christoph]  0.9.3claws87
383
384         * src/plugins/clamav/clamav_plugin.c
385         * src/plugins/clamav/clamav_plugin_gtk.c
386         * src/plugins/dillo_viewer/dillo_viewer.c
387         * src/plugins/image_viewer/plugin.c
388         * src/plugins/mathml_viewer/mathml_viewer.c
389         * src/plugins/spamassassin/spamassassin.c
390         * src/plugins/spamassassin/spamassassin_gtk.c
391         * src/plugins/trayicon/trayicon.c
392                 add version check to all plugins
393
394 2003-08-01 [hoa]        0.9.3claws86
395
396         * src/prefs_filtering.c
397                 fixed a cosmetic bug, during creation of dialog box,
398                 wrong widgets were shown after creation.
399
400 2003-08-01 [luke]       0.9.3claws85
401
402         * src/mainwindow.c
403                 o fixed visibility of icons/mimeview after toggling separate
404                   message/folder view (factored out some similar code too).
405
406
407 2003-07-31 [alfons]     0.9.3claws84
408
409         * src/mimeview.c
410                 tweak icon box UI a bit more, now allowing right-clicks actions
411                 getting the relevant mime data too; should fix #250, "Can't save 
412                 attachments sometimes".
413
414 2003-07-30 [alfons]     0.9.3claws83
415
416         * src/compose.c
417                 don't do auto-save-draft inside key press handler, but rather
418                 schedule it half of a second later; should fix #67, "autosave 
419                 make re-rediting message crazy"
420
421 2003-07-30 [christoph]  0.9.3claws82
422
423         * src/plugins/trayicon/trayicon.c
424                 process pending events before unloading the plugin
425
426         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
427
428 2003-07-30 [alfons]     0.9.3claws81
429
430         * src/common/hooks.c
431                 parameter 2 of g_hook_destroy() should really be a hook id
432
433 2003-07-30 [alfons]     0.9.3claws80
434
435         * src/common/plugin.c
436                 fix a possibly harmful function signature mismatch 
437                 for plugin_done
438
439 2003-07-30 [alfons]     0.9.3claws79
440
441         * src/common/hooks[.ch]
442                 const correctness
443
444 2003-07-30 [darko]      0.9.3claws78
445
446         * src/summaryview.c
447                 make it compile again
448
449 2003-07-30 [luke]       0.9.3claws77
450
451         * src/crash.c
452         * src/main.c
453                 o added/moved signal handlers for SIGTERM (normal kill command) 
454                   and SIGINT (ctl-c) to be used even without 
455                   --enable-crash-dialog, fixing bug 166
456
457         * src/summaryview.c
458                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
459                   bug 227
460
461         * src/mainwindow.c
462                 o changed sensitivity condition for 'Next new' and 'Next 
463                   unread', fixing bug 8
464
465 2003-07-29 [alfons]     0.9.3claws76
466
467         * src/common/utils.[ch]
468                 add generate_msgid()
469         * src/messageview.c
470                 save ack'ed RRR; fixes #205, "return receipt is not saved in
471                 sent folder".
472
473 2003-07-29 [alfons]     0.9.3claws75
474
475         * src/messageview.c
476                 fix a memleak (claws-only)
477
478 2003-07-29 [alfons]     0.9.3claws74
479
480         * src/mimeview.[ch]
481         * src/gtk/gtkvscrollbutton.[ch]
482                 fix UI glitch where mime icon toolbox' scroll position is not 
483                 reset after switching to another message
484                 
485
486 2003-07-29 [paul]       0.9.3claws73
487
488         * src/prefs_folder_item.c
489                 split the prefs into 2 separate pages
490
491 2003-07-29 [paul]       0.9.3claws72
492
493         * src/compose.c
494                 prepend "\n\n" to a signature without a separator too
495
496 2003-07-29 [paul]       0.9.3claws71
497
498         * src/compose.c
499                 fix bug where changing to an account without an auto-sig
500                 from an initial account without an auto-sig would insert 
501                 2 blank lines at the cursor point
502                 fix bug where changing to an account with an auto-sig
503                 from an initial account without an auto-sig would insert
504                 the sig at the cursor point
505
506 2003-07-29 [paul]       0.9.3claws70
507
508         * src/folderview.c
509                 use the colour from the folder pref unless the folder
510                 has new messages
511
512 2003-07-29 [alfons]     0.9.3claws69
513
514         * src/procmsg.[ch]
515         * src/messageview.c
516         * src/procheader.c
517                 rewrite return receipt request work a little bit (the former 
518                 implementation presumably depended too much on the UI setting
519                 flags). (we're losing the old pending flag.) 
520
521 2003-07-28 [christoph]  0.9.3claws68
522
523         * src/folder.c
524         * src/imap.c
525         * src/mh.c
526         * src/procmsg.[ch]
527                 fix copy to IMAP folder from other folder
528
529 2003-07-28 [christoph]  0.9.3claws67
530
531         * src/procmsg.c
532                 fix sync of procmsg_get_message_file_list
533
534 2003-07-28 [christoph]  0.9.3claws66
535
536         * sync with 0.9.3cvs14
537                 see ChangeLog 2003-07-18
538         * sync with 0.9.3cvs17
539                 see ChangeLog 2003-07-23
540
541         (closes Bug 234 segmentation fault after sending out mail via
542          smtp(auth))
543
544 2003-07-28 [paul]       0.9.3claws65
545
546         * po/es.po
547                 update Spanish translation, submitted by Ricardo Mones
548                 Lastra
549
550 2003-07-28 [christoph]  0.9.3claws64
551
552         * src/folder.[ch]
553         * src/imap.c
554         * src/mh.c
555                 return new message numbers as a GRelation instead of a GSList
556                 that has to be in the same order as the input list. A list
557                 would make it hard for IMAP to optimize oepration by sorting
558                 the input list. The returned list would have to be reordered
559                 to match the same order that input list has.
560
561         * src/gtk/gtkaspell.c
562                 fix missing return value, could cause a crash when garbage is
563                 on the stack that is used as the expected return value
564
565 2003-07-28 [paul]       0.9.3claws63
566
567         * sync with 0.9.4cvs1
568                 see ChangeLog 2003-07-28
569
570 2003-07-27 [alfons]     0.9.3claws62
571
572         * src/mimeview.c
573                 tweak it more to make icon list act like a check button group
574
575 2003-07-27 [christoph]  0.9.3claws61
576
577         * sync with 0.9.3cvs20
578                 see ChangeLog 2003-07-25
579
580 2003-07-27 [paul]       0.9.3claws60
581
582         * src/procmsg.c
583                 re-commit changes from 0.9.3claws58 -
584                 accidently removed in 0.9.3claws59
585
586 2003-07-27 [paul]       0.9.3claws59
587
588         * src/procmsg.[ch]
589                 a sync from 0.9.3cvs17
590                 see ChangeLog 2003-07-23
591
592 2003-07-27 [alfons]     0.9.3claws58
593
594         * src/procmsg.c
595                 add missing header members to MsgInfo; fixes the problem of 
596                 not displaying X-Faces, as noticed by Ricardo Mones
597
598 2003-07-26 [christoph]  0.9.3claws57
599
600         * sync with 0.9.3cvs18
601                 see ChangeLog 2003-07-24
602
603 2003-07-26 [christoph]  0.9.3claws56
604
605         * sync with 0.9.3cvs17
606                 see ChangeLog 2003-07-23
607
608 2003-07-26 [christoph]  0.9.3claws55
609
610         * src/folder.[ch]
611         * src/imap.c
612         * src/mbox_folder.c
613         * src/mh.c
614         * src/news.c
615                 add support for copy function that copy multiple messages
616                 (not implemented yet)
617
618         * src/summaryview.c
619                 add missing return value
620
621 2003-07-26 [paul]       0.9.3claws54
622
623         * tools/multiwebsearch.pl
624                 do whitespace substitution before passing the string
625                 to the browser. fixes bug with browsers that don't
626                 do whitespace conversion themselves.
627
628 2003-07-25 [christoph]  0.9.3claws53
629
630         * src/folder.[ch]
631         * src/imap.c
632         * src/mh.c
633                 rewrite adding of multiple messages to a folder for
634                 claws' folder system
635
636 2003-07-25 [luke]       0.9.3claws52
637
638         * src/mimeview.c
639                 o icon toggles set correctly on leaving ctree mimeview
640
641 2003-07-25 [paul]       0.9.3claws51
642
643         * partial sync with 0.9.3cvs21 [src/main.c]
644                 see ChangeLog 2003-07-25
645
646 2003-07-24 [paul]       0.9.3claws50
647
648         * tools/maildir2sylpheed.pl
649                 fix typo
650
651 2003-07-24 [paul]       0.9.3claws49
652
653         * src/mimeview.c
654                 increase the gutter size of paned so that the panes
655                 can be resized
656                 
657         * src/plugins/demo/demo.c
658                 squeeze in another typo fix
659
660 2003-07-24 [paul]       0.9.3claws48
661
662         * src/plugins/demo/demo.c
663           src/prefs_account.c
664                 small changes to the English
665                 
666         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
667           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
668           src/Makefile.am
669           src/stock_pixmap.c
670                 rename the misspelled icon
671
672 2003-07-23 [alfons]     0.9.3claws47
673
674         * src/mimeview.c
675                 make icon list look like a list of toggles
676
677 2003-07-23 [luke]       0.9.3claws46
678
679         * src/pixmaps/mimeview_gpg_expired.xpm
680         * src/pixmaps/mimeview_gpg_failed.xpm
681         * src/pixmaps/mimeview_gpg_passed.xpm
682         * src/pixmaps/mimeview_text_html.xpm
683         * src/pixmaps/mimeview_image.xpm
684                 o all icons the same size
685
686         * src/mimeview.[ch]
687                 o mimeview ctree arranged vertically above the viewer
688                 o icons changed to buttons
689                 o can use keyboard to select an icon (Enter)
690                 o resize icon list to width of icons
691
692         *  src/gtk/gtkvscrollbutton.c
693                 o sensitivity of buttons reacts to position
694
695 2003-07-23 [christoph]  0.9.3claws45
696
697         * sync with 0.9.3cvs14 (incomplete)
698                 see ChangeLog 2003-07-17
699
700 2003-07-23 [alfons]     0.9.3claws44
701
702         * src/folder.c
703         * src/procmsg.h
704                 sync with my local tree to restore some claws-only things
705
706 2003-07-23 [paul]       0.9.3claws43
707
708         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
709           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
710           src/Makefile.am
711           src/mimeview.c
712           src/procmime.h
713           src/rfc2015.c
714           src/stock_pixmap.[ch]
715                 indicate missing keys and expired sigs/keys
716                 in mime view column
717
718 2003-07-23 [paul]       0.9.3claws42
719
720         * src/compose.c
721                 Redirect fixes: enable automatic account selection and
722                 do not append signature to message on changing account
723                 fixes Bug[s] #248
724
725 2003-07-23 [paul]       0.9.3claws41
726
727         * sync with 0.9.3cvs16
728                 see ChangeLog 2003-07-23
729
730 2003-07-23 [alfons]     0.9.3claws40
731
732         * src/inc.c
733                 give progress dialog a main window, and give it the first 
734                 one (presumably the only one). fixes bug #247, "segfault on 
735                 pop-before-smtp" 
736
737 2003-07-22 [alfons]     0.9.3claws39
738
739         * src/summaryview.c
740                 shift-space scrolls up
741
742 2003-07-22 [paul]       0.9.3claws38
743
744         * sync with 0.9.3cvs15
745                 see ChangeLog 2003-07-22
746
747 2003-07-20 [alfons]     0.9.3claws37
748
749         * src/compose.c
750                 put menu inside #ifdef USE_ASPELL..#endif
751
752 2003-07-20 [christoph]  0.9.3claws36
753
754         * src/procmsg.c
755                 fix wrong flags in MsgInfo returned by
756                 procmsg_msginfo_get_full_info()
757
758         (closes Bug 221 Deleting messages from the Message View gives incorrect
759          new/unread message counts in the folder view)
760
761         * src/plugins/spamassassin/spamassassin_gtk.c
762                 add gettext macro for prefs page title
763
764 2003-07-20 [paul]       0.9.3claws35
765
766         * src/mimeview.c
767                 redraw icon list on signature check
768
769 2003-07-20 [christoph]  0.9.3claws34
770
771         * src/Makefile.am
772         * src/account.c
773         * src/folder.[ch]
774         * src/folder_item_prefs.[ch]            ** NEW **
775         * src/folderview.c
776         * src/mainwindow.c
777         * src/mh.c
778         * src/prefs_gtk.c
779         * src/prefs_scoring.c
780         * src/summaryview.c
781         * src/prefs_folder_item.[ch]
782                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
783                   Properties dialog
784                 o use prefswindow for folder properties
785
786         * src/gtk/prefswindow.[ch]
787                 change implementation to use an invisible notebook instead
788                 of unparenting widgets
789
790 2003-07-20 [christoph]  0.9.3claws33
791
792         * src/compose.h
793         * src/folder.c
794         * src/folderview.h
795         * src/headerview.h
796         * src/prefs_filtering.h
797         * src/prefs_folder_item.[ch]
798         * src/procmime.h
799         * src/procmsg.h
800         * src/summaryview.h
801                 clean up header mess
802                 (always use 1. typedefs, 2. #includes, 3. structures)
803
804         * src/common/version.h.in
805                 add casts for constants
806
807         * src/plugins/demo/demo.c
808                 fix typo
809
810         * src/plugins/spamassassin/spamassassin.c
811                 remove unused variable
812
813 2003-07-20 [alfons]     0.9.3claws32
814
815         * src/mimeview.c
816                 o make icon buttons respond on left click
817                 o minor cosmetic change
818
819 2003-07-19 [luke]       0.9.3claws31
820
821         * src/mimeview.[ch]
822         * src/gtk/gtkvscrollbutton.c
823         * src/messageview.c
824                 o improved mimeview behaviour when selecting a new message
825                 o plus code cleanups to remove compile warnings
826
827
828 2003-07-19 [alfons]     0.9.3claws30
829
830         * src/procmsg.c
831         * src/compose.c
832         * src/common/utils.[ch]
833                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
834
835 2003-07-19 [alfons]     0.9.3claws29
836
837         * src/prefs_folder_item.c
838                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
839                 string pointers
840
841 2003-07-19 [luke]       0.9.3claws28
842
843         * src/messageview.c
844         * src/mimeview.[ch]
845         * src/procmime.h
846         * src/rfc2015.c
847         * src/stock_pixmap.[ch]
848         * src/gtk/Makefile.am
849         * src/Makefile.am
850         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
851         * src/pixmaps/mime_*.xpm                ** NEW **
852                 o mimeview rearrangement with a new icon shortcut bar
853
854 2003-07-19 [alfons]     0.9.3claws27
855
856         * src/folderview.c
857                 o plug leaking nodes_to_recollapse
858                 o add folderview_recollapse_all_nodes() (not used yet)
859
860 2003-07-19 [alfons]     0.9.3claws26
861
862         * src/compose.c
863         * src/common/utils.c
864                 honour #240 "Better SUBJECT handling" by cleaning the prefix
865                 for both forwarding as replying
866
867 2003-07-18 [christoph]  0.9.3claws25
868
869         * configure.ac
870         * src/common/sylpheed.[ch]
871         * src/common/version.h.in
872                 add version in numeric form to allow easy comparison
873
874         * src/plugins/demo/demo.c
875                 add version check
876                 - sylpheed version > plugin version => never allowed, sylpheed
877                   could contain unknown API changes
878                 - sylpheed version < minimum version required => don't load,
879                   API required not available (if linking does not fail)
880
881 2003-07-18 [alfons]     0.9.3claws24
882         
883         * src/common/plugin.[ch]
884                 const correctness
885
886 2003-07-18 [christoph]  0.9.3claws23
887
888         * src/common/hooks.c
889                 fix crash when hooks where unregisted
890
891         * src/plugins/trayicon/trayicon.c
892                 unregister detroy signal before destroying the widget
893                 (still crashes when the plugin is unloaded)
894
895 2003-07-18 [alfons]     0.9.3claws22
896         
897         * src/folderview.c
898                 delay expanding folder tree during drags until timeout triggered
899                 (needs perhaps some tweaking, so testing is welcome)
900
901 2003-07-17 [alfons]     0.9.3claws21
902
903         * src/folderview.c
904                 clean up cruft
905
906 2003-07-17 [christoph]  0.9.3claws20
907
908         * src/common/session.c
909                 fix opening of SSL connections
910
911         * src/plugins/image_viewer/Makefile.am
912                 add OPENSSL_CFLAGS (we should find a better solution to remove
913                 this dependencies if they are not required)
914
915         * src/plugins/spamassassin/spamassassin.c
916                 remove setlocale workaround (fixed in libspamc)
917
918         (closes Bug Bug 184 Entering non-ascii character deletes previous char
919          if spell checking enabled)
920
921 2003-07-17 [alfons]     0.9.3claws19
922
923         * src/common/hooks.[ch]
924         * src/plugins/clamav/clamav_plugin.c
925         * src/plugins/spamassassin/spamassassin.c
926         * src/plugins/trayicon/trayicon.c
927                 fix signedness muck 
928
929 2003-07-17 [alfons]     0.9.3claws18
930
931         * src/procmime.c
932                 plug memleak
933
934 2003-07-17 [alfons]     0.9.3claws17
935
936         * src/inc.c
937                 plug memleak
938
939 2003-07-17 [paul]       0.9.3claws16
940
941         * src/common/defs.h
942           src/mainwindow.c
943           src/manual.[ch]
944                 add link to the Claws site's FAQ page, after the suggestion
945                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
946                 Move url strings to defs.h
947                 
948         * src/mainwindow.c
949                 fix typo to prevent "unknown menu entry" warnings
950
951 2003-07-17 [alfons]     0.9.3claws15
952
953         * src/folderview.[ch]
954         * src/summaryview.[ch]
955         * src/mimeview.[ch]
956                 plug DnD leaks 
957
958 2003-07-17 [paul]       0.9.3claws14
959
960         * src/inc.c
961                 remove two instances of 'GTK_EVENTS_FLUSH' because
962                 they are unnecessary and probably cause a stack overflow
963
964 2003-07-16 [christoph]  0.9.3claws13
965
966         * src/mimeview.[ch]
967                 use an invisible GTK notebook to switch between viewers
968                 instead of reparenting widgets
969
970 2003-07-16 [christoph]  0.9.3claws12
971
972         * src/folder.c
973                 move folder_item_update_freeze() to correct place in
974                 folder_item_scan_full()
975
976 2003-07-16 [paul]       0.9.3claws11
977
978         * sync with 0.9.3cvs12
979                 see ChangeLog 2003-07-14 and 2003-07-15
980
981 2003-07-16 [christoph]  0.9.3claws10
982
983         * src/imap.[ch]
984         * src/prefs_account.[ch]
985                 sync IMAP CRAM-MD5 authentication with sylpheed-main
986
987 2003-07-15 [alfons]     0.9.3claws9
988
989         * src/main.c
990                 make --config-dir do something useful
991
992 2003-07-15 [alfons]     0.9.3claws8
993
994         * src/procmsg.c
995                 o fix a bug where 'last' didn't really point to the last message
996                   in the top level list of children, but to the last threaded
997                   message. 
998                 
999                 o clean up and make it easier to sync
1000
1001 2003-07-15 [alfons]     0.9.3claws7
1002
1003         * src/mainwindow.c
1004                 make correct menu items sensitive       
1005
1006 2003-07-14 [alfons]     0.9.3claws6
1007
1008         * src/procmsg.c
1009                 tune the threader so it will not subject-thread any message
1010                 without a subject prefix (this will not thread correctly if 
1011                 a parent is delivered after their childs, but it looks 
1012                 better right now)
1013
1014 2003-07-13 [christoph]  0.9.3claws5
1015
1016         * src/mainwindow.c
1017                 group "Add mailbox *..." menu items in submenu
1018
1019 2003-07-13 [alfons]     0.9.3claws4
1020
1021         * src/summaryview.c
1022                 correct summary_toggle_pressed() signature and make sure
1023                 signal is not passed on
1024
1025 2003-07-13 [alfons]     0.9.3claws3
1026
1027         * src/summaryview.c
1028                 o for now don't pass on keys when they we're handled by 
1029                   ctree::key_press_event
1030                 o clean up
1031
1032 2003-07-13 [alfons]     0.9.3claws2
1033         
1034         * src/main.c
1035                 add command line option "--config-dir" to get the current 
1036                 configuration dir
1037
1038 2003-07-12 [alfons]     0.9.3claws1
1039
1040         * src/matcher.[ch]
1041         * src/matcher_parser_parse.y
1042         * src/prefs_filtering.c
1043         * src/filtering.c
1044                 add "Lock" filter action to lock messages;
1045
1046         * src/filtering.c       
1047                 remove debug_print()    
1048         * src/prefs_filtering.c
1049                 re-organize matcher part 9: 
1050                 make action text entries easily extendible;
1051                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1052                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1053
1054 2003-07-12 [paul]
1055
1056         * tools/README
1057                 update old information and add missing
1058                 information
1059
1060 2003-07-12 [paul]       0.9.3claws
1061
1062         * 0.9.3claws released
1063         
1064 2003-07-12 [paul]       0.9.0claws103
1065
1066         * src/Makefile.am
1067                 add addrquery.h
1068
1069 2003-07-12 [melvin]     0.9.0claws102
1070
1071         * src/messageview.c
1072                 Fixed bug #215: Show MIME tab for single text/html messages. 
1073                 
1074 2003-07-12 [paul]       0.9.0claws101
1075
1076         * man/sylpheed.1
1077                 updated
1078
1079 2003-07-12 [paul]       0.9.0claws100
1080
1081         * po/es.po
1082           po/hr.po
1083           po/pl.po
1084           po/sr.po
1085                 update Spanish, Croatian, Polish, Serbian translations.
1086                 submitted by Ricardo Mones Lastra, Dragan, Witold
1087                 Wladyslaw Wojciech Wilk, Urke MMI
1088
1089 2003-07-12 [melvin]     0.9.0claws99
1090
1091         * po/fr.po
1092                 Updated French translations.
1093
1094 2003-07-12 [paul]       0.9.0claws98
1095
1096         * src/addressbook.c
1097                 disable 'Lookup' button as it has no effect
1098
1099 2003-07-11 [alfons]     0.9.0claws97
1100         
1101         * src/summaryview.c
1102                 summary_searchbar_pressed() should return TRUE to signal that
1103                 event was handled. when returning void, the return value passed
1104                 to GTK is actually random, but maybe FALSE, in which case the
1105                 event is handled by parent
1106                 
1107 2003-07-10 [paul]       0.9.0claws96
1108
1109         * ac/missing/gettext.m4
1110                 update to version 0.12
1111
1112 2003-07-10 [paul]       0.9.0claws95
1113
1114         * src/plugins/clamav/clamav_plugin.c
1115                 fix bug where multipart/alternative messages
1116                 would slip through without being scanned
1117
1118 2003-07-10 [christoph]  0.9.0claws94
1119
1120         * src/folder.c
1121                 correct check if folder supports removing when a message is
1122                 moved. if not the message is only copied.
1123
1124         (closes Bug 132 crash on startup in newsgroups folders)
1125
1126 2003-07-09 [alfons]     0.9.0claws93
1127
1128         * configure.ac
1129         * src/common/defs.h
1130                 --with-config-dir (default .sylpheed)
1131
1132 2003-07-09 [christoph]  0.9.0claws92
1133
1134         * configure.ac
1135                 use PKG_CHECK_MODULES to check for gtkmathview
1136                 (version 0.4.2 now required)
1137
1138 2003-07-08 [melvin]     0.9.0claws91
1139
1140         * src/action.c
1141                 Implemented a progress bar that counts the number of completed
1142                 tasks when the action runs more than one command.
1143
1144 2003-07-08 [alfons]     0.9.0claws90
1145
1146         * src/procmsg.c
1147                 if queued message has an invalid Message-Id, don't try to
1148                 find message it refers to (fixes #209 "crash when processing 
1149                 in folder")
1150
1151 2003-07-08 [paul]       0.9.0claws89
1152
1153         * sync with 0.9.3cvs2
1154                 see ChangeLog 2003-07-08
1155
1156 2003-07-08 [match]      0.9.0claws88
1157
1158         * src/ldapctrl.c
1159                 extend LDAP search for first/last name by parsing search term.
1160
1161 2003-07-08 [alfons]     0.9.0claws87
1162
1163         * src/send_message.c
1164                 fix bug #208 "Status message stuck when sending on POP3 account"
1165
1166 2003-07-07 [paul]       0.9.0claws86
1167
1168         * po/hr.po
1169                 new Croatian translation, submitted by
1170                 Dragan <drleskov@inet.hr>
1171
1172 2003-07-07 [paul]       0.9.0claws85
1173
1174         * sync with 0.9.3cvs1
1175                 see ChangeLog 2003-07-07
1176
1177 2003-07-05 [christoph]  0.9.0claws84
1178
1179         * src/Makefile.am
1180         * src/messageview.c
1181         * src/mimeview.[ch]
1182         * src/stock_pixmap.[ch]
1183         * src/pixmaps/messageview_text.xpm              ** NEW **
1184                 move mimeview tabs to the right side and use icons
1185                 instead of text to save some space
1186
1187         (patch by Luke Plant <lukeplant@softhome.net>)
1188
1189 2003-07-05 [christoph]  0.9.0claws83
1190
1191         * src/inc.c
1192                 add NULL pointer checks
1193
1194         (patch by Luke Plant <lukeplant@softhome.net>)
1195         (closes Bug 204 0.9.0 quits on authentication error?!)
1196
1197 2003-07-05 [alfons]     0.9.0claws82
1198
1199         * configure.ac
1200                 take the clue in bug #202 "./configure script - 
1201                 'if test' comparison failure" reported by John Kristoff. 
1202
1203 2003-07-04 [christoph]  0.9.0claws81
1204
1205         * src/plugins/spamassassin/spamassassin.c
1206                 set timeout for spam check
1207
1208 2003-07-04 [christoph]  0.9.0claws80
1209
1210         * src/main.c
1211                 destroy all FolderItems when shutting down to
1212                 allow folders to clean up
1213
1214 2003-07-04 [melvin]     0.9.0claws79
1215
1216         * src/gtk/gtkaspell.c
1217                 Fixed bug #184 "Entering non-ascii character deletes
1218                 previous char if spell checking enabled": this makes
1219                 the spell checking in multibytes (e.g. UTF-8)locales work.
1220                 (Patch by Luke Plant).
1221                 
1222 2003-07-04 [christoph]  0.9.0claws78
1223
1224         * sync with 0.9.2cvs1
1225                 see ChangeLog 2003-06-10
1226
1227 2003-07-04 [paul]       0.9.0claws77
1228
1229         * sync with 0.9.3 release
1230                 see ChangeLog 2003-07-04
1231
1232 2003-07-03 [christoph]  0.9.0claws76
1233
1234         * src/folder.[ch]
1235         * src/imap.c
1236         * src/mbox_folder.c
1237         * src/mh.c
1238         * src/news.c
1239                 move folder_item_get_path() stuff into a folder virtual function
1240
1241         * src/procmsg.c
1242                 use folder_item_fetch_msg() to get message and do not contruct
1243                 the filename from path and number
1244
1245 2003-07-03 [paul]       0.9.0claws75
1246
1247         * sync with 0.9.2cvs12
1248                 see ChangeLog 2003-07-03
1249
1250 2003-07-02 [paul]       0.9.0claws74
1251
1252         * src/messageview.c
1253                 fix text-selection for replying
1254
1255 2003-07-02 [paul]       0.9.0claws73
1256
1257         * sync with 0.9.2cvs11
1258                 see ChangeLog 2003-07-02
1259
1260 2003-07-02 [paul]       0.9.0claws72
1261
1262         * src/procmsg.c
1263                 revert last commit because it breaks more
1264                 than it fixes
1265
1266 2003-07-02 [paul]       0.9.0claws71
1267
1268         * src/procmsg.c
1269                 fix thread by subject/sort by date
1270
1271 2003-07-01 [paul]       0.9.0claws70
1272
1273         * sync with 0.9.2cvs10
1274                 see ChangeLog 2003-07-01
1275
1276 2003-06-30 [paul]       0.9.0claws69
1277
1278         * sync with 0.9.2cvs9
1279                 see ChangeLog 2003-06-30
1280
1281 2003-06-28 [match]      0.9.0claws68
1282
1283         * src/addressbook.c
1284                 fix null ptr.
1285
1286 2003-06-27 [paul]       0.9.0claws67
1287
1288         * sync with 0.9.2cvs7
1289                 see ChangeLog 2003-06-27
1290
1291 2003-06-26 [christoph]  0.9.0claws66
1292
1293         * src/folder.c
1294                 freeze folder updates while a folder is scanned
1295
1296         (closes Bug 185 New message counter)
1297
1298 2003-06-26 [darko]      0.9.0claws65
1299
1300         * src/ldapserver.c
1301                 fix infinite loop when adding a new LDAP server
1302
1303 2003-06-26 [paul]       0.9.0claws64
1304
1305         * sync with 0.9.2cvs6
1306                 see ChangeLog 2003-06-26
1307
1308 2003-06-26 [paul]       0.9.0claws63
1309
1310         * sync with 0.9.2cvs5
1311                 see ChangeLog 2003-06-25 and 2003-06-26
1312
1313 2003-06-25 [match]      0.9.0claws62
1314
1315         * src/addr_compl.c
1316                 Fixed tab/backtab for dropped-down completion list to
1317                 move next/previous field. (close bug 147)
1318
1319 2003-06-25 [christoph]  0.9.0claws61
1320
1321         * src/addr_compl.[ch]
1322         * src/addrindex.[ch]
1323         * src/folderview.c
1324         * src/inc.c
1325         * src/news.c
1326         * src/summaryview.c
1327         * src/toolbar.c
1328                 fix warnings
1329
1330 2003-06-25 [leandro]    0.9.0claws60
1331
1332         * src/compose.c
1333                 o cleanups
1334                 o gray out "Message/Remove references" menu item if not
1335                   replying to a message
1336
1337 2003-06-24 [leandro]    0.9.0claws59
1338
1339         * src/compose.[ch]
1340                 o removed "Message/Create new thread" menu item
1341                 o added "Message/Remove references" menu item
1342                   (it's off by default and will not check anymore
1343                    if the subject changed)
1344
1345 2003-06-23 [alfons]     0.9.0claws58
1346
1347         * src/procmsg.c
1348                 try better grouping messages threaded by subject based on their age.
1349                 still not perfect - because the message tree is not sorted by date.  
1350
1351 2003-06-23 [thorsten]   0.9.0claws57
1352
1353         * src/pop.[ch]
1354                 added mail_receive_hook to allow modifications
1355                 directly after retrieval (e.g. adding headers).
1356
1357 2003-06-23 [paul]       0.9.0claws56
1358
1359         * src/sourcewindow.c
1360                  enable the use of Ctrl+A to select all text in
1361                  the sourcewindow
1362                  Patch submitted by Ivan Francolin Martinez
1363                  <ivanfm@users.sourceforge.net>
1364
1365 2003-06-22 [christoph]  0.9.0claws55
1366
1367         * src/folder.[ch]
1368                 o add notification hook for folder tree changes
1369                 o invoke hooks after folder tree scanning
1370
1371         * src/folderview.[ch]
1372                 register hook for folder tree changes that
1373                 updates the ctree
1374
1375         (there are more places that should be updated, like add, remove 
1376          or move folder)
1377
1378         (closes Bug 164 Crash on rebuild folder tree)
1379         (closes Bug 190 Crash on 'rebuilding folder tree')
1380
1381 2003-06-21 [leandro]    0.9.0claws54
1382
1383         * src/compose.[ch]
1384                 create a new thread if subject changes
1385                 (it's on by default, can be disabled in Message menu)
1386
1387 2003-06-21 [alfons]     0.9.0claws53
1388
1389         * src/summaryview.c
1390                 quiet little compiler
1391
1392 2003-06-21 [christoph]  0.9.0claws52
1393
1394         update gettext stuff to version 0.12
1395
1396 2003-06-19 [alfons]     0.9.0claws51
1397
1398         * src/common/log.c
1399         * src/common/plugin.c
1400                 move defs.h before glib.h to prevent MIN/MAX redefs
1401
1402 2003-06-19 [alfons]
1403
1404         * src/addressbook.c
1405                 translatable
1406
1407 2003-06-19 [match]      0.9.0claws50
1408
1409         * src/addressbook.[ch]
1410         * src/addrindex.[ch]
1411         * src/addr_compl.[ch]
1412         * src/editldap.[ch]
1413         * src/editldap_basedn.[ch]
1414         * src/addritem.[ch]
1415         * src/ldapquery.h
1416                 re-implemented dynamic LDAP search. works without
1417                 slowdown on display sender with addressbook
1418                 option.
1419         * src/addrbook.c
1420                 documented code.
1421
1422 2003-06-19 [paul]       0.9.0claws49
1423
1424         * src/compose.c
1425                 fix Bug #136 'Nonprovided quotation marks crash claws'
1426                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1427
1428 2003-06-19 [alfons]     0.9.0claws48
1429
1430         * src/prefs_common.[ch]
1431         * src/procmsg.c
1432                 restrict threading by subject by checking thread for
1433                 age (prefs_common.thread_by_subject_max_age)
1434
1435 2003-06-18 [christoph]  0.9.0claws47
1436
1437         * src/imap.c
1438                 fix memory leak in imap_cmd_fetch()
1439
1440 2003-06-18 [christoph]  0.9.0claws46
1441
1442         * src/prefs_gtk.c
1443                 fix memory leak in prefs_set_default() when used multiple
1444                 times or after prefs have been read
1445
1446 2003-06-18 [christoph]  0.9.0claws45
1447
1448         * src/common/plugin.c
1449                 fix memory leak in plugin_unload()
1450
1451 2003-06-18 [christoph]  0.9.0claws44
1452
1453         * src/imap.c
1454                 fix memory leak in imap_cmd_ok()
1455
1456 2003-06-18 [christoph]  0.9.0claws43
1457
1458         * src/folder.c
1459                 stop messages that are downloaded from POP3 and added to
1460                 an IMAP inbox from being filtered twice (first by POP3
1461                 and again when IMAP folder is scaned to get the UID of
1462                 the APPEND operation when no UIDPLUS is available)
1463
1464 2003-06-18 [alfons]
1465
1466         * tools/Makefile.am
1467                 phoenix <- firebird     
1468
1469 2003-06-18 [paul]
1470
1471         * tools/launch_phoenix          ** REMOVED **
1472           tools/launch_firebird         ** NEW **
1473                 renamed and edited to reflect the browser's name change from
1474                 'phoenix' to 'firebird'
1475
1476 2003-06-18 [paul]       0.9.0claws42
1477
1478         * sync with 0.9.2cvs2
1479                 see ChangeLog 2003-06-16
1480
1481 2003-06-17 [alfons]     0.9.0claws41
1482
1483         * src/procmsg.c
1484                 prevent threading problems when a node is an ancestor (parent / great parent),
1485                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1486                 for finding an sample set of messages)
1487
1488 2003-06-16 [christoph]  0.9.0claws40
1489
1490         * src/main.c
1491                 don't popup main window on --receive or --receive-all
1492
1493         * src/mainwindow.[ch]
1494         * src/plugins/trayicon/trayicon.c
1495                 allow hiding of main window by clicking on the trayicon
1496                 (doesn't work correctly in seperate window mode and may
1497                  cause unexpected GTK problems I couldn't find yet)
1498
1499         * src/common/ssl.c
1500                 remove incorrect warning
1501
1502 2003-06-15 [alfons]     0.9.0claws39
1503
1504         * src/gtk/gtkstext.c
1505                 don't output debug text;
1506                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1507                 for pointing this out);
1508
1509 2003-06-14 [alfons]     0.9.0claws38
1510         
1511         * src/messageview.c
1512                 remove printf() and make one if..else comply with coding style
1513
1514 2003-06-14 [alfons]     0.9.0claws37
1515
1516         * AUTHORS
1517                 add Martin Wicke
1518         * src/action.c
1519         * src/messageview.[ch]
1520         * src/summaryview.c
1521                 apply patch #754162 "Quoting messages filtered by actions" submitted
1522                 by Martin Wicke, which allows quoting message body changed by an
1523                 action (Thanks!).
1524
1525 2003-06-13 [alfons]     0.9.0claws36
1526
1527         * src/utils.c
1528                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1529                 use case insensitive regexp (suggested by Ivan Martinez)
1530
1531 2003-06-13 [christoph]  0.9.0claws35
1532
1533         * configure.ac
1534         * src/plugins/trayicon/Makefile.am
1535         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1536         * src/plugins/trayicon/trayicon.c
1537         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1538         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1539         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1540         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1541         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1542         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1543                 replace my own EggTrayIcon backport with the backport
1544                 used by (l|x)mule and gabber.
1545
1546 2003-06-13 [alfons]     0.9.0claws34
1547
1548         * AUTHORS
1549         * src/common/utils.c
1550                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1551
1552 2003-06-13 [alfons]     0.9.0claws33
1553
1554         * src/compose.c
1555                 clean up a little bit
1556
1557 2003-06-12 [alfons]     0.9.0claws32
1558
1559         * src/compose.c
1560                 const correctness fix
1561
1562         * src/common/sylpheed.[ch]
1563                 () -> (void)
1564                 prevent redef MIN/MAX
1565                 
1566         * src/common/utils.[ch]
1567                 () -> (void)
1568
1569 2003-06-12 [melvin]     0.9.0claws31
1570
1571         * src/compose.c
1572                 Updated to take into accounts changes in GtkAspell.
1573
1574 2003-06-12 [alfons]     0.9.0claws30
1575
1576         * src/compose.c
1577         * src/procmsg.c
1578         * src/common/utils.[ch]
1579                 handle reply subject prefixes better (initial 
1580                 suggestion by Robert Story adapted and enhanced 
1581                 using regexps)
1582
1583 2003-06-12 [melvin]     0.9.0claws29
1584
1585         * src/compose.c
1586                 Use new gtkaspell_checkers_strerror() to get the speller's
1587                 error message instead of accessing the (now private)
1588                 checkers structure.
1589                 Minor code clean up
1590
1591         * src/main.c
1592                 Use #ifdef instead of #if for USE_ASPELL
1593                 Use the new spell checkers init/quit functions 
1594
1595         * src/gtk/gtkaspell.c
1596                 Use #ifdef instead of #if for USE_ASPELL
1597                 Moved in the majority of GtkAspell structures that were
1598                 exported before by gtkaspell.h
1599         
1600         * src/gtk/gktaspell.h
1601                 Made gtkaspell.h contain only the necessary data to be
1602                 publicized by moving many structures to gtkaspell.c.
1603                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1604                 gtkaspell_checkers_new(): replaced by...
1605                 gtkaspell_checkers_init(): new function for initialization
1606                 gtkaspell_checkers_delete(): replaced by...
1607                 gtkaspell_checkers_quit(): new function
1608                 gtkaspell_checkers_strerror(): new function that returns
1609                 the checker's last error message.
1610                 
1611 2003-06-11 [melvin]     0.9.0claws28
1612
1613         * po/POTFILES.in
1614                 Updated to take into account gtkaspell.c migration to
1615                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1616
1617 2003-06-10 [alfons]     0.9.0claws27
1618
1619         * src/filtering.[ch]
1620         * src/folder.c
1621         * src/matcher.c
1622         * src/scoring.[ch]
1623                 - try fixing bug #18 (any brave testers?)
1624                 - add more robustness by refusing previously 
1625                   unchecked NULL pointers 
1626
1627 2003-06-10 [alfons]     0.9.0claws26
1628
1629         * src/procmsg.c
1630                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1631
1632 2003-06-09 [alfons]     0.9.0claws25
1633
1634         * src/prefs_common.c
1635                 fix bug #163 "Icon switching doesnt work properly" by 
1636                 preventing early freeing of prefs_common.pixmap_theme_path.
1637
1638 2003-06-09 [christoph]  0.9.0claws24
1639
1640         * src/gtk/gtkaspell.c
1641                 revert Thorsten's fix and add forgotten g_strdup for
1642                 aspell path (it should not be possible to alter the path a
1643                 GtkASpell uses from outside)
1644
1645 2003-06-09 [thorsten]   0.9.0claws23
1646
1647         * src/gtk/gtkaspell.c
1648                 dont free prefs_common.aspell_path when closing compose
1649
1650 2003-06-08 [colin]      0.9.0claws22
1651
1652         * src/plugins/spamassassin/spamassassin.c
1653                 fix prefs types
1654
1655 2003-06-07 [christoph]  0.9.0claws21
1656
1657         * src/Makefile.am
1658         * src/compose.c
1659         * src/gtkaspell.[ch]            ** REMOVE **
1660         * src/gtk/Makefile.am
1661         * src/gtk/gtkaspell.[ch]        ** NEW **
1662                 o make gtkaspell independent from sylpheed's prefs
1663                 o move gtkaspell.[ch] to gtk directory
1664
1665 2003-06-07 [christoph]  0.9.0claws20
1666
1667         * src/Makefile.am
1668         * src/crash.c
1669         * src/export.c
1670         * src/filesel.[ch]              ** REMOVE **
1671         * src/folder.c
1672         * src/main.[ch]
1673         * src/common/sylpheed.[ch]
1674         * src/gtk/Makefile.am
1675         * src/gtk/filesel.[ch]          ** NEW **
1676         * src/gtk/pluginwindow.c
1677         * src/gtk/sslcertwindow.c
1678                 move filesel.[ch] to gtk directory
1679
1680 2003-06-07 [alfons]     0.9.0claws19
1681
1682         * src/filesel.c
1683                 make (multi) file selection dialog work again (Claws-only)
1684
1685 2003-06-07 [thorsten]   0.9.0claws18
1686
1687         * po/de.po
1688                 fix typos
1689
1690 2003-06-07 [alfons]     0.9.0claws17
1691
1692         * configure.ac
1693         * src/mimeview.c
1694                 detect apache mishap in which case don't include fnmatch.h
1695                 if regex.h is already included
1696
1697 2003-06-06 [christoph]  0.9.0claws16
1698
1699         * configure.ac
1700         * src/mimeview.h
1701                 add check for fnmatch.h and include it when available
1702
1703         * src/mimeview.[ch]
1704                 fix wrong case sensitivity of Content-Types
1705
1706         * src/gtk/Makefile.am
1707                 need the same include paths in gtk directory as in
1708                 common directory because .h files in common can
1709                 include files from these directories, when included
1710                 in gtk's .h or .c files
1711
1712 2003-06-06 [alfons]     0.9.0claws15
1713
1714         * src/mimeview.c
1715         * src/summaryview.c
1716                 make it compile again because of regex.h / fnmatch.h 
1717                 include problems (related to recent mime stuff, can
1718                 someone check this?)
1719
1720 2003-06-06 [thorsten]   0.9.0claws14
1721
1722         * src/folderview.c
1723                 possible use of uninitialized pointer while dragging
1724
1725 2003-06-06 [paul]       0.9.0claws13
1726
1727         * src/compose.c
1728                 fix bug where the insert sig button would be effective
1729                 only when auto_sig was set
1730
1731 2003-06-06 [paul]       0.9.0claws12
1732
1733         * sync with 0.9.2 release
1734
1735 2003-06-02 [paul]       0.9.0claws11
1736
1737         * sync with 0.9.1cvs1
1738                 see ChangeLog 2003-06-02
1739                 
1740         * po/de.po
1741                 update by Jens
1742
1743 2003-06-01 [christoph]  0.9.0claws10
1744
1745         * src/account.c
1746                 don't use substring search to find accounts by email address
1747
1748         (closes Bug 169 Overly loose matching of "From" address)
1749
1750 2003-05-31 [christoph]  0.9.0claws9
1751
1752         * doc-src/rfc2683.txt
1753         * src/imap.c
1754                 limit IMAP command length as recommended in RFC2683
1755                 (message number lists will be split into multiple imap
1756                 sets, the limit of 1000 octets is not a hard limit)
1757
1758         (closes Bug 161 sylpheed-claws exits with segfault when logging
1759          in to certain imap-servers)
1760
1761 2003-05-29 [alfons]     0.9.0claws8
1762
1763         * src/toolbar.[ch]
1764                 add print button (calling summary_print());
1765                 fine tune setting tooltip text;
1766                 (if someone needs other buttons, please take these 
1767                 commits as a guide, instead of bothering us - also
1768                 see 0.8.11claws150) 
1769
1770 2003-05-29 [darko]      0.9.0claws7
1771
1772         * src/compose.c
1773                 fix crash when word wrapping kicks in due to
1774                 changed text by spell checker
1775
1776 2003-05-29 [paul]       0.9.0claws6
1777
1778         * src/compose.c
1779                 fix bug where changing account would insert
1780                 sig even if auto_sig was FALSE
1781                 
1782         * ChangeLog
1783           ChangeLog.jp
1784           INSTALL
1785                 sync with 0.9.1 release
1786
1787 2003-05-28 [christoph]  0.9.0claws5
1788
1789         * src/imap.c
1790                 fix truncation of too long commands
1791
1792         (closes Bug 167 IMAP hangs trying to get envelope
1793          information in imap_get_uncached_messages)
1794
1795 2003-05-27 [paul]       0.9.0claws4
1796
1797         * tools/Makefile.am
1798           tools/maildir2sylpheed.pl     ** NEW FILE **
1799                 add kmail to sylpheed mailbox conversion script
1800
1801 2003-05-27 [paul]       0.9.0claws3
1802
1803         * sync with 0.9.0cvs10
1804                 see ChangeLog 2003-05-26
1805
1806 2003-05-26 [paul]       0.9.0claws2
1807
1808         * sync with 0.9.0cvs9
1809                 see ChangeLog 2003-05-26
1810
1811 2003-05-24 [paul]       0.9.0claws1
1812
1813         * sync with 0.9.0cvs8
1814                 see ChangeLog 2003-05-23
1815
1816 2003-05-24 [paul]       0.9.0claws
1817
1818         * version 0.9.0claws released
1819
1820 2003-05-24 [paul]       0.8.11claws177
1821
1822         * src/plugins/dillo-viewer/Makefile.am
1823           src/plugins/traycon/Makefile.am
1824                 add missing files
1825                 
1826         * po/bg.po
1827           po/en_GB.po
1828           po/es.po
1829           po/it.po
1830           po/pt_BR.po
1831           po/ru.po
1832           po/sr.po
1833                 update Bulgarian, British English, Spanish, Italian, 
1834                 Brazilian Portuguese, Russian, and Serbian translations, 
1835                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1836                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1837                 Ruslan N. Balkin, and Urke MMI
1838
1839 2003-05-23 [melvin]     0.8.11claws176
1840
1841         * po/fr.po
1842                 Updated French translations
1843
1844 2003-05-22 [paul]       0.8.11claws175
1845
1846         * src/Makefile.am
1847           src/addrbook.[ch]
1848           src/addrcache.[ch]
1849           src/addr_compl.[ch]
1850           src/adressbook.[ch]
1851           src/addrindex.[ch]
1852           src/addritem.[ch]
1853           src/editaddress.c
1854           src/editgroup.c
1855           src/editldap_basedn.c
1856           src/editldap.c
1857           src/jpilot.c
1858           src/vcard.c
1859                 revert to get ldap into it previous working state
1860                 
1861         * po/zh_TW.Big5.po
1862                 new Taiwanese translation,
1863                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1864
1865 2003-05-22 [christoph]  0.8.11claws174
1866
1867         * src/plugins/spamassassin/libspamc.[ch]
1868                 sync libspamc with SpamAssaain release 2.55
1869
1870 2003-05-22 [paul]       0.8.11claws173
1871
1872         * sync with 0.9.0cvs7
1873                 see ChangeLog 2003-05-22
1874                 
1875         * src/summaryview.c
1876                 revert change in 0.8.11claws172: follow
1877                 Hiroyuki's decision and that's the end of it.
1878
1879 2003-05-21 [paul]       0.8.11claws172
1880
1881         * src/summaryview.c
1882                 fix discrepency between open_unread_on_enter
1883                 and always_show_msg
1884
1885 2003-05-21 [paul]       0.8.11claws171
1886
1887         * sync with 0.9.0cvs6
1888                 see ChangeLog 2003-05-21
1889
1890 2003-05-21 [paul]       0.8.11claws170
1891
1892         * sync with 0.9.0cvs5
1893                 see ChangeLog 2003-05-21
1894
1895 2003-05-20 [paul]       0.8.11claws169
1896
1897         * sync with 0.9.0cvs4
1898                 see ChangeLog 2003-05-20
1899                 fixes bug #152, 'encoding of IMAP folders names'
1900
1901 2003-05-20 [paul]       0.8.11claws168
1902
1903         * sync with 0.9.0cvs3
1904                 see ChangeLog 2003-05-20
1905                 
1906         * src/tools/convert_mbox.pl
1907                 minor change in the comments, submitted by Fred Marton
1908
1909 2003-05-19 [paul]       0.8.11claws167
1910
1911         * src/plugins/clamav/Makefile.am
1912           configure.ac
1913                 link clamav_lib to the plugin and not to the main program
1914
1915 2003-05-19 [christoph]
1916
1917         * src/Makefile.am
1918                 add -export-dynamic for linking
1919
1920 2003-05-19 [paul]       0.8.11claws166
1921
1922         * sync with 0.9.0cvs1
1923                 see ChangeLog 2003-05-19
1924
1925 2003-05-19 [paul]       0.8.11claws165
1926
1927         * src/inc.c
1928                 fix 'pop before smtp' timeout
1929
1930 2003-05-18 [alfons]     0.8.11claws164
1931
1932         * src/prefs_matcher.c
1933                 put "execute" action command line ("expression") in edit box
1934
1935 2003-05-18 [christoph]  0.8.11claws163
1936
1937         * src/mimeview.[ch]
1938         * src/plugins/dillo_viewer/dillo_viewer.c
1939         * src/plugins/image_viewer/viewer.c
1940         * src/plugins/mathml_viewer/mathml_viewer.c
1941                 let a viewer have a list of Content-Types
1942
1943 2003-05-18 [paul]       0.8.11claws162
1944
1945         * src/prefs_filtering.c
1946                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1947                 and REDIRECT actions
1948
1949 2003-05-17 [christoph]
1950
1951         * README.claws
1952                 o remove dynamic signatures that was syned with main
1953                 o add infos about no longer "build in" image viewer
1954                 o update bugtracker URL
1955
1956 2003-05-17 [christoph]  0.8.11claws161
1957
1958         * src/folder.c
1959         * src/folderview.c
1960         * src/imap.c
1961                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1962                 for every folder after rebuilding the folder tree.
1963
1964         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1965          messages)
1966
1967 2003-05-17 [christoph]  0.8.11claws160
1968
1969         * src/imap.c
1970                 don't use STATUS command on current folder to check for
1971                 content changes. imap_cmd_ok() now tracks changes to
1972                 folder and number of existing messages.
1973
1974 2003-05-17 [paul]       0.8.11claws159
1975
1976         * src/plugins/clamav/clamav_plugin.c
1977                 remove unnecessary debug_print
1978
1979 2003-05-16 [thorsten]   0.8.11claws158
1980
1981         * src/plugins/demo.c
1982                 included missing intl.h
1983
1984 2003-05-16 [paul]       0.8.11claws157
1985
1986         * po/POTFILES.in
1987                 remove non-existant entries
1988         
1989         * src/plugins/clamav/clamav_plugin.c
1990           src/plugins/clamav/clamav_plugin_gtk.c
1991           src/plugins/dillo_viewer/dillo_prefs.c
1992           src/plugins/dillo_viewer/dillo_viewer.c
1993                 gettextise
1994
1995 2003-05-16 [christoph]  0.8.11claws156
1996
1997         * po/POTFILES.in
1998                 include plugin .c files for translation until I
1999                 find a better solution to have plugins have their
2000                 own textdomain
2001         * src/plugins/demo/demo.c
2002         * src/plugins/image_viewer/plugin.c
2003         * src/plugins/mathml_viewer/mathml_viewer.c
2004         * src/plugins/spamassassin/spamassassin.c
2005         * src/plugins/spamassassin/spamassassin_gtk.c
2006         * src/plugins/trayicon/trayicon.c
2007                 add gettext macros for plugin name and description
2008
2009 2003-05-16 [paul]
2010
2011         * sync with 0.9.0
2012
2013 2003-05-16 [paul]       0.8.11claws155
2014
2015         * sync with lastest 0.9.0pre1
2016                 see ChangeLog 2003-05-16
2017
2018 2003-05-15 [paul]       0.8.11claws154
2019
2020         * sync with latest 0.9.0pre1
2021                 see ChangeLog 2003-05-14 and 2003-05-15
2022
2023 2003-05-14 [christoph]  0.8.11claws153
2024
2025         * src/plugins/image_viewer/viewer.c
2026         * src/plugins/image_viewer/viewer.glade         ** NEW **
2027         * src/plugins/image_viewer/viewerprefs.c
2028                 make it possible to disable the autoload function in the
2029                 imageviewer again
2030
2031 2003-05-14 [christoph]  0.8.11claws152
2032
2033         * src/folder.c
2034                 fix folder update after adding a message
2035
2036 2003-05-13 [alfons]     0.8.11claws151
2037
2038         * src/common/session.c
2039                 remove debug traces
2040                 
2041         * src/addrcache.[ch]
2042         * src/filtering.[ch]
2043         * src/folder.[c]
2044         * src/gtkaspell.[ch]
2045         * src/imap.[ch]
2046         * src/mbox_folder.[ch]
2047         * src/mh.[ch]
2048         * src/mimeview.h
2049         * src/msgcache.[ch]
2050         * src/news.[ch]
2051         * src/passphrase.[ch]
2052         * src/prefs_common.[ch]
2053         * src/prefs_gtk.[ch]
2054         * src/procmsg.c
2055         * src/scoring.[ch]
2056                 be pedantic; (in prototypes () implies (int))
2057
2058 2003-05-13 [alfons]     0.8.11claws150
2059
2060         * src/prefs_toolbar.[ch]
2061         * src/summaryview.[ch]
2062         * src/toolbar.[ch]
2063                 change misleading text in toolbar prefs;
2064                 add toolbar action for ignore thread (toggles ignore thread flag);
2065                 clean up a little bit;
2066
2067 2003-05-12 [paul]
2068
2069         * tools/convert_mbox.pl
2070                 bug fixed by Fred Marton
2071
2072 2003-05-12 [paul]
2073
2074         * sync with 0.9.0pre1
2075
2076 2003-05-09 [paul]       0.8.11claws149
2077
2078         * sync with 0.8.11cvs43
2079                 see ChangeLog 2003-05-09
2080
2081 2003-05-08 [christoph]  0.8.11claws148
2082
2083         * src/imap.[ch]
2084                 o use CAPABILIY as first command and check for PREAUTH
2085                   information in the response to it
2086                 o rewrite all imap_cmd_* functions to use an IMAPSession
2087                   instead of a SockInfo as parameter
2088                 o do STARTTLS after fetching and checking the server
2089                   capabilities
2090
2091 2003-05-08 [paul]       0.8.11claws147
2092
2093         * tools/Makefile.am
2094           tools/README
2095           tools/convert_mbox.pl         ** NEW FILE **
2096                 add mbox conversion script. Submitted by 
2097                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2098
2099 2003-05-07 [christoph]
2100
2101         * doc-src/glade.txt
2102         * src/gtk/pluginwindow.glade
2103         * src/plugins/image_viewer/viewerprefs.glade
2104         * src/plugins/spamassassin/spamassassin_gtk.glade
2105                 add glade files for user interfaces and a description how
2106                 to use glade to create the sylpheed code
2107
2108 2003-05-07 [paul]       0.8.11claws146
2109
2110         * sync with 0.8.11cvs41
2111                 see ChangeLog 2003-05-07
2112
2113 2003-05-06 [christoph]  0.8.11claws145
2114
2115         * src/main.c
2116         * src/plugins/image_viewer/viewer.c
2117                 fix usage of imlib in imageviewer plugin
2118
2119         * src/gtk/prefswindow.c
2120                 handle window close event correctly
2121
2122 2003-05-06 [paul]       0.8.11claws144
2123
2124         * src/common/ssl.c
2125                 fix typo introduced in sync
2126
2127 2003-05-06 [paul]       0.8.11claws143
2128
2129         * sync with 0.8.11cvs39
2130                 see ChangeLog 2003-05-06
2131
2132 2003-05-06 [paul]       0.8.11claws142
2133
2134         * AUTHORS
2135           po/cs.po
2136                 updated Czech translation, submitted by 
2137                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2138                 
2139         * src/plugins/clamav/clamav_plugin_gtk.c
2140                 clean up
2141
2142 2003-05-03 [alfons]     0.8.11claws141
2143
2144         * src/compose.[ch]
2145                 make paste as quotation work even when the call to 
2146                 text_inserted() was deferred (fixes bug #140 "Paste 
2147                 as quotation does not work when using "external" 
2148                 clipboard")
2149
2150 2003-05-03 [thorsten]   0.8.11claws140
2151
2152         * src/addrquery.h
2153           src/ldapquery.h
2154           src/mainwindow.c
2155                 removed C++ comments
2156         * src/addr_compl.c
2157                 function with non-int retval/param used before
2158                 implementation/declaration
2159
2160 2003-05-02 [paul]       0.8.11claws139
2161
2162         * src/addr_compl.[ch]
2163           src/addressbook.[ch]
2164           src/addrindex.c
2165           src/summaryview.c
2166                 revert match's changes to (finally) remove the bug where
2167                 opening a folder causes massive slowdown when using the 
2168                 'Display sender using address book' option
2169
2170 2003-05-01 [melvin]     0.8.11claws138
2171
2172         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2173         * src/plugins/dillo_viewer/dillo_viewer.c
2174                 Fixed bug where "Cancel" button from prefs issued
2175                 warnings.
2176                 Comply a little more to coding style
2177
2178 2003-05-01 [paul]       0.8.11claws137
2179
2180         * sync with 0.8.11cvs38
2181                 see ChangeLog 2003-05-01
2182
2183 2003-05-01 [paul]       0.8.11claws136
2184
2185         * po/bg.po
2186                 updated by George Danchev
2187
2188 2003-04-30 [christoph]  0.8.11claws135
2189
2190         * src/plugins/dillo_viewer/dillo_prefs.c
2191         * src/plugins/image_viewer/viewerprefs.c
2192         * src/plugins/spamassassin/spamassassin_gtk.c
2193                 remove gtk_widget_ref() calls for widgets in
2194                 glade code
2195
2196 2003-04-30 [paul]       0.8.11claws134
2197
2198         * src/addrindex.c
2199                 ok, this time a better fix for the bug where opening folder
2200                 has massive slowdown when using the 'Display sender using 
2201                 address book' option
2202
2203 2003-04-30 [paul]       0.8.11claws133
2204
2205         * src/addrindex.c
2206                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2207         
2208 2003-04-30 [melvin]     0.8.11claws132
2209
2210         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2211
2212         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2213                 Preferences for the dillo plugin
2214         * src/plugins/dillo_viewer/dillo_viewer.c
2215                 Support for preferences
2216         * src/plugins/dillo_viewer/Makefile.am
2217                 Added dillo_prefs.[ch]
2218
2219 2003-04-30 [alfons]     0.8.11claws131
2220
2221         * src/common/plugin.[ch]
2222                 see? this ANSI C'fication immediately gives us type
2223                 checking for free.
2224
2225 2003-04-30 [alfons]     0.8.11claws130
2226
2227         * src/common/plugin.[ch]
2228         * src/plugins/clamav/clamav_plugin.[ch]
2229         * src/plugins/clamav/clamav_plugin_gtk.c
2230         * src/plugins/demo/demo.c
2231         * src/plugins/dillo_viewer/dillo_viewer.c
2232         * src/plugins/image_viewer/plugin.c
2233         * src/plugins/image_viewer/viewer.[ch]
2234         * src/plugins/image_viewer/viewerprefs.[ch]
2235         * src/plugins/mathml_viewer/mathml_viewer.c
2236         * src/plugins/spamassassin/spamassassin.[ch]
2237         * src/plugins/spamassassin/spamassassin_gtk.c
2238         * src/plugins/trayicon/trayicon.c
2239                 clean up
2240
2241 2003-04-30 [alfons]     0.8.11claws129
2242
2243         * src/common/utils.c
2244                 make is_ascii_str() fail gracefully when NULL pointer
2245                 is passed
2246
2247 2003-04-30 [paul]       0.8.11claws128
2248
2249         * src/addrindex.c
2250                 fix bug where opening folder has massive slowdown when
2251                 using the 'Display sender using address book' option
2252
2253 2003-04-30 [paul]       0.8.11claws127
2254
2255         * src/plugins/clamav/clamav_plugin.c
2256           src/plugins/clamav/clamav_plugin_gtk.c
2257           src/plugins/demo/demo.c
2258           src/plugins/dillo_viewer/dillo_viewer.c
2259           src/plugins/image_viewer/plugin.c
2260           src/plugins/mathml_viewer/mathml_viewer.c
2261           src/plugins/spamassassin/spamassassin.c
2262           src/plugins/spamassassin/spamassassin_gtk.c
2263           src/plugins/trayicon/trayicon.c
2264                 get rid of eye-hurting function signatures
2265
2266 2003-04-30 [paul]       0.8.11claws126
2267
2268         * src/plugins/trayicon/trayicon.c
2269                 add description
2270                 
2271         * src/mimeview.c
2272                 be more descriptive
2273
2274 2003-04-30 [paul]       0.8.11claws125
2275
2276         * configure.ac
2277                 arrange the plugins in reverse alphabetical order
2278                 
2279         * src/plugins/clamav/clamav_plugin.[ch]
2280           src/plugins/clamav/clamav_plugin_gtk.c
2281                 rename some params
2282                 resize max_size window
2283                 re-arrange the order of some gui elements
2284                 improve descriptions
2285         
2286         * src/plugins/image_viewer/plugin.c
2287           src/plugins/mathml_viewer/mathml_viewer.c
2288                 add descriptions
2289                 
2290         * src/plugins/spamassassin/spamassassin_gtk.c
2291                 resize max_size window
2292                 re-arrange the order of some gui elements
2293                 
2294         * src/messageview.c
2295           src/mimeview.c
2296                 correct typos
2297
2298 2003-04-30 [alfons]     0.8.11claws124
2299
2300         * src/imap.c
2301                 fix a leak found while browsing Martin Kluge's 
2302                 valgrind log (Claws only)
2303
2304 2003-04-29 [darko]      0.8.11claws123
2305
2306         * src/gtk/gtkstext.h
2307                 include wchar.h if it is available, fixes compilation
2308                 on HP-UX systems
2309
2310 2003-04-29 [melvin]     0.8.11claws122
2311
2312         * src/prefs_actions.c
2313                 Improved help text of Actions' syntax
2314
2315 2003-04-28 [paul]       0.8.11claws121
2316
2317         * src/action.c
2318                 a better fix for the crash when performing an action
2319                 on a mime part
2320
2321 2003-04-28 [paul]       0.8.11claws120
2322
2323         * src/action.c
2324                 fix crash when performing an action on a
2325                 mime part
2326
2327 2003-04-28 [paul]       0.8.11claws119
2328
2329         * sync with 0.8.11cvs36
2330                 see ChangeLog 2003-04-28
2331
2332 2003-04-27 [paul]       0.8.11claws118
2333
2334         * more sync with 0.8.11cvs35
2335                 see ChangeLog 2003-04-25
2336
2337 2003-04-26 [christoph]  0.8.11claws117
2338
2339         * src/folder.c
2340                 fix remove virtual check
2341
2342 2003-04-26 [paul]       0.8.11claws116
2343
2344         * src/messageview.c
2345                 fix return-receipt, make it work again
2346
2347 2003-04-26 [paul]       0.8.11claws115
2348
2349         * src/mimeview.c
2350                 restore double-clicking of the [application/pgp-signature 
2351                 (Select "Check signature" to check)] line in the message view,
2352                 broken in recent sync
2353
2354 2003-04-26 [christoph]  0.8.11claws114
2355
2356         * src/folder.c
2357                 check if remove virtual really exists before
2358                 calling the function
2359
2360 2003-04-25 [match]      0.8.11claws113
2361
2362         * src/addrindex.c
2363         * src/addrbook.c
2364         * src/ldapquery.[ch]
2365         * src/ldapctrl.[ch]
2366                 fix memleak.
2367         * src/ldapserver.[ch]
2368                 fix memleak. fix segfault.
2369                 plug a Claws memleak
2370
2371 2003-04-25 [alfons]     0.8.11claws112
2372
2373         * src/folder.c
2374                 plug a Claws memleak
2375
2376 2003-04-25 [alfons]     0.8.11claws111
2377
2378         * src/common/session.c
2379                 plug a memleak
2380
2381 2003-04-25 [paul]       0.8.11claws110
2382
2383         * sync with 0.8.11cvs35
2384                 see ChangeLog 2003-04-24 and 2003-04-25
2385                 
2386         * src/gtk/pluginwindow.c
2387                 correct another strange float value
2388
2389 2003-04-24 [christoph]  0.8.11claws109
2390
2391         * src/folder.c
2392                 freeze folder item updates when unsetting new flags
2393
2394         * src/gtk/pluginwindow.c
2395                 correct strange float value
2396
2397 2003-04-23 [paul]       0.8.11claws108
2398
2399         * sync with 0.8.11cvs33
2400                 see ChangeLog 2003-04-23
2401
2402 2003-04-22 [paul]       0.8.11claws107
2403
2404         * src/Makefile.am
2405           src/messageview.c
2406           src/mimeview.c
2407           src/pgptext.[ch]      ** REMOVED **
2408                 remove pgptext.[ch] as its not used any more
2409
2410 2003-04-22 [paul]       0.8.11claws106
2411
2412         * sync with 0.8.11cvs31
2413                 see ChangeLog 2003-04-21 and 2003-04-22
2414
2415 2003-04-21 [alfons]     0.8.11claws105
2416
2417         * src/main.c
2418                 No access to GTK structures if we're a spawned child
2419                 (and clean up code a little bit...) Should fix #126.
2420
2421 2003-04-21 [melvin]     0.8.11claws104
2422
2423         * src/plugins/dillo_viewer/README
2424                 Improved slightly the text.
2425
2426 2003-04-21 [melvin]     0.8.11claws103
2427
2428         * src/plugins/dillo_viewer/README *** NEW ***
2429                 Added a README file for the Dillo plugin
2430
2431 2003-04-20 [paul]
2432
2433         * tools/README
2434           tools/outlook2sylpheed.pl
2435                 updated and improved by Ricardo Mones Lastra
2436
2437 2003-04-18 [oliver]     0.8.11claws102
2438
2439         * src/inc.c 
2440         * src/prefs_account.h
2441                 remove Pop3SessionType (used by selective download)
2442         * src/prefs_toolbar.c
2443                 enable set Default Toolbar button
2444
2445 2003-04-18 [paul]       0.8.11claws101
2446
2447         * sync with 0.8.11cvs29
2448                 see ChangeLog 2003-04-18
2449
2450 2003-04-17 [paul]       0.8.11claws100
2451
2452         * src/prefs_common.[ch]
2453           src/summaryview.c
2454                 remove 'Open next message on deletion' option,
2455                 as the same effect can now be achieved via the
2456                 'Always open messages in summary when selected'
2457                 option.
2458
2459 2003-04-17 [paul]       0.8.11claws99
2460
2461         * sync with 0.8.11cvs28
2462                 see ChangeLog 2003-04-17
2463
2464 2003-04-17 [christoph]  0.8.11claws98
2465
2466         * ac/spamassassin.m4
2467         * src/plugins/spamassassin/libspamc.[ch]
2468         * src/plugins/spamassassin/utils.[ch]
2469                 sync libspamc with SpamAssassin project
2470
2471 2003-04-17 [christoph]  0.8.11claws97
2472
2473         * src/common/socket.h
2474         * src/gtk/sslcertwindow.h
2475                 rename old USE_SSL to USE_OPENSSL
2476
2477 2003-04-17 [paul]       0.8.11claws96
2478
2479         * src/prefs_common.h
2480                 use gulong for P_COLOR so that it compiles/runs on
2481                 64-bit systems. Patch submitted by James Noyes
2482                 <jnoyes-claws@retrogeeks.com>
2483                 
2484         * po/de.po
2485                 updated by Jens
2486
2487 2003-04-17 [paul]       0.8.11claws95
2488
2489         * sync with 0.8.11cvs27
2490                 see ChangeLog 2003-04-16
2491
2492 2003-04-15 [paul]       0.8.11claws94
2493
2494         * src/prefs_common.[ch]
2495                 rearrange to stop the window getting too long:
2496                         move Receive dialog stuff to Receive tab
2497                         move Send dialog to Send tab
2498                         remove Dialogs frame
2499                 rename 'Open messages in summary with cursor keys' to
2500                 'Always open messages in summary when selected', as its
2501                 more appropriate
2502
2503 2003-04-15 [paul]       0.8.11claws93
2504
2505         * src/prefs_common.[ch]
2506           src/summaryview.c
2507                 add new option '/Interface/Open next message on deletion'
2508
2509 2003-04-15 [paul]       0.8.11claws92
2510
2511         * src/summaryview.[ch]
2512                 add /Mark/Lock and /Mark/Unlock to the pop-up
2513                 menu. Patch submitted by Ivan Francolin Martinez
2514                 <ivanfm@users.sourceforge.net>
2515
2516 2003-04-15 [paul]       0.8.11claws91
2517
2518         * sync with 0.8.11cvs24
2519                 see ChangeLog 2003-04-15
2520
2521 2003-04-14 [jens]       0.8.11claws90
2522
2523         * updated German translation and some corrections from
2524                 Roland Bless <bless@tm.uka.de>
2525
2526 2003-04-14 [paul]       0.8.11claws89
2527
2528         * sync with 0.8.11cvs22
2529                 see ChangeLog 2003-04-14
2530
2531 2003-04-13 [paul]       0.8.11claws88
2532
2533         * src/plugins/clamav/clamav_plugin.c
2534                 fix memory leaks
2535                 clean up
2536
2537 2003-04-12 [paul]       0.8.11claws87
2538
2539         * src/plugins/clamav/clamav_plugin.c
2540                 activate enable/disable archive scanning option
2541                 
2542         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2543
2544 2003-04-12 [paul]       0.8.11claws86
2545
2546         * src/plugins/Makefile.am
2547           src/plugins/clamav/Makefile.am                ** NEW FILE **
2548           src/plugins/clamav/README                     ** NEW FILE ** 
2549           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2550           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2551                 add Clam AntiVirus plugin
2552
2553 2003-04-12 [paul]       0.8.11claws85
2554
2555         * sync with 0.8.11cvs21
2556                 see ChangeLog 2003-04-11
2557
2558 2003-04-11 [paul]       0.8.11claws84
2559
2560         * po/es.po
2561                 update Spanish translation. Submitted by Ricardo
2562                 Mones Lastra.
2563
2564 2003-04-10 [christoph]  0.8.11claws83
2565
2566         * src/mbox.c
2567                 fix typo that did not move unfiltered mails to destination
2568                 folder
2569
2570         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2571          when filtering from spool)
2572
2573 2003-04-10 [christoph]  0.8.11claws82
2574
2575         * src/imap.c
2576                 use BODY.PEEK instead of BODY in in message fetch operation
2577                 to make sure the IMAP server does not set the \Seen flag for
2578                 messages. Sylpheed does that later itself, when the message
2579                 is opened in sylpheed
2580
2581         (closes Bug 111 Claws destroys unread marks)
2582
2583 2003-04-09 [oliver]     0.8.11claws81
2584         
2585         * src/folder.c
2586                 fix crash in folder_destroy
2587         * README.claws
2588                 remove selective download
2589
2590 2003-04-09 [christoph]  0.8.11claws80
2591
2592         * src/imap.c
2593                 fix crash in imap_get_msginfo() when then fetched message
2594                 is not found
2595
2596         (closes Bug 110 Crash during mail composition)
2597
2598 2003-04-08 [christoph]  0.8.11claws79
2599
2600         * src/folder.c
2601         * src/prefs_account.c
2602                 Filter new messages that are found in an INBOX folder
2603                 when 'Filter messages on receiving' is enabled in the
2604                 Folder's AccountPrefs. This allows to use Sylpheed's
2605                 filtering engine for IMAP folders where messages are
2606                 added to the INBOX by a MTA
2607
2608 2003-04-08 [paul]       0.8.11claws78
2609
2610         * src/procmsg.h
2611                 clean up after last commit
2612
2613 2003-04-08 [paul]       0.8.11claws77
2614
2615         * sync with 0.8.11cvs20
2616                 see ChangeLog 2003-04-07 and 2003-04-08
2617
2618 2003-04-07 [christoph]  0.8.11claws76
2619
2620         * src/filtering.[ch]
2621         * src/inc.[ch]
2622         * src/mbox.c
2623         * src/procmsg.[ch]
2624                 add procmsg_msginfo_filter() to execute filtering actions
2625
2626 2003-04-06 [christoph]  0.8.11claws75
2627
2628         * src/imap.c
2629                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2630
2631 2003-04-06 [christoph]  0.8.11claws74
2632
2633         * src/common/utils.[ch]
2634                 add g_int_compare() function for slist sorting
2635
2636         * src/imap.c
2637                 fetch all MsgInfos with one command in imap_get_msginfos()
2638                 using an imap set with a list of ranges
2639
2640         * src/news.c
2641                 use new g_int_compare() function
2642
2643 2003-04-06 [thorsten]   0.8.11claws73
2644
2645         * src/mh.c
2646                 corrected implementation of mh_folder_destroy()
2647
2648 2003-04-05 [christoph]  0.8.11claws72
2649
2650         * src/account.c
2651         * src/folder.[ch]
2652         * src/folderview.c
2653         * src/imap.c
2654         * src/inc.c
2655         * src/main.c
2656         * src/mainwindow.c
2657         * src/mbox_folder.c
2658         * src/mh.c
2659         * src/mimeview.h
2660         * src/msgcache.[ch]
2661         * src/news.c
2662         * src/procmime.h
2663         * src/procmsg.[ch]
2664         * src/setup.c
2665         * src/gtk/gtkutils.c
2666                 o rename structure field names class and new to klass and
2667                   new_msgs, to allow including files in C++
2668                 o add 'extern "C"' block to some header files
2669                 o add MsgInfoList and MsgNumberList as alias for GSList for
2670                   developers to know what type of list is expected
2671
2672         * src/plugins/image_viewer/plugin.c
2673         * src/plugins/image_viewer/viewer.[ch]
2674         * src/plugins/image_viewer/viewerprefs.[ch]
2675                 rename function names to prevent conflicts
2676
2677 2003-04-05 [paul]       0.8.11claws71
2678
2679         * sync with 0.8.11cvs18
2680                 see ChangeLog 2003-04-03 and 2003-04-04
2681
2682 2003-04-02 [christoph]  0.8.11claws70
2683
2684         * src/folder.[ch]
2685         * src/imap.[ch]
2686         * src/mbox_folder.[ch]
2687         * src/mh.[ch]
2688         * src/news.[ch]
2689                 o Make all virtual folder functions private
2690                 o remove unused folder code
2691
2692         * src/common/socket.[ch]
2693         * src/summaryview.c
2694                 fix warnings
2695
2696 2003-03-30 [alfons]     0.8.11claws69
2697
2698         * src/send_message.c
2699                 remove two debug traces and see if people still report
2700                 errors
2701
2702 2003-03-30 [alfons]     0.8.11claws68
2703
2704         * src/send_message.c
2705         * src/commons/session.c
2706                 add more debug traces
2707
2708 2003-03-30 [christoph]  0.8.11claws67
2709
2710         * src/folder.c
2711                 change processing folder name from .processing to processing
2712
2713         * src/common/ssl.c
2714                 disable SSL certificate check because it causes Xlib error
2715                 when the child process want's to open an GTK window
2716
2717 2003-03-30 [christoph]  0.8.11claws66
2718
2719         * src/folder.c
2720                 don't use default folder for processing folder item because
2721                 it can be a non local folder
2722
2723         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2724
2725 2003-03-30 [alfons]     0.8.11claws65
2726
2727         * src/send_message.c
2728                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2729                 to generate bad code for 'send_send_data_progressive': When
2730                 called from 'send_send_data_finished', the 'data' pointer is
2731                 cleared just before the assignment to the dialog pointer
2732
2733 2003-03-29 [christoph]  0.8.11claws64
2734
2735         * src/common/prefs.h
2736         * src/plugins/image_viewer/Makefile.am
2737         * src/plugins/image_viewer/plugin.c
2738         * src/plugins/image_viewer/viewer.[ch]
2739         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2740                 add PrefsPage for ImageViewer
2741
2742 2003-03-28 [thorsten]   0.8.11claws63
2743
2744         * src/common/session.c
2745                 added some comments
2746
2747 2003-03-28 [paul]       0.8.11claws62
2748
2749         * sync with 0.8.11cvs16
2750                 see ChangeLog 2003-03-28
2751
2752 2003-03-28 [paul]       0.8.11claws61
2753
2754         * sync with 0.8.11cvs15
2755                 see ChangeLog 2003-03-28
2756
2757 2003-03-27 [christoph]  0.8.11claws60
2758
2759         * src/folder.c
2760         * src/imap.c
2761         * src/common/socket.[ch]
2762                 set socket state to DISCONNECTED when any operation
2763                 fails to allow reconnecting in IMAP code without
2764                 checking the return code of all calls to the command
2765                 functions
2766
2767         * src/folderview.c
2768         * src/summaryview.c
2769                 remove some more stuff that depends on specific
2770                 folder types
2771
2772 2003-03-27 [paul]       0.8.11claws59
2773
2774         * sync with 0.8.11cvs14
2775                 see ChangeLog 2003-03-27
2776                 
2777         * src/selective_download.[ch]   ** REMOVED **
2778                 really removed
2779
2780 2003-03-27 [christoph]  0.8.11claws58
2781
2782         * src/folder.c
2783                 fix handling of tmp_flags in flag copy function
2784
2785 2003-03-27 [paul]       0.8.11claws57
2786
2787         * sync with 0.8.11cvs13
2788                 see ChangeLog 2003-03-27
2789
2790 2003-03-27 [oliver]     0.8.11claws56
2791
2792         * src/maiwindow.c
2793                 remove sel_download_cb
2794
2795 2003-03-27 [oliver]     0.8.11claws55
2796         
2797         * src/inc.c
2798                 remove POP3_TOP
2799         
2800 2003-03-26 [oliver]     0.8.11claws54
2801
2802         *src/pop.h
2803                 remove POP3_TOP*
2804         * README.claws
2805                 remove selective donwload readme
2806
2807 2003-03-26 [oliver]     0.8.11claws53
2808         * src/matcher.[ch]
2809         * src/matcher_parser_parse.y 
2810         * src/pop.c 
2811         * src/prefs_account.[ch]
2812         * src/prefs_filtering.c
2813                 remove selective donwload
2814
2815 2003-03-26 [oliver]     0.8.11claws52
2816
2817         * src/inc.[ch] 
2818         * src/filtering.c 
2819         * src/mainwindow.c 
2820                 remove selective donwload
2821
2822 2003-03-26 [oliver]     0.8.11claws51
2823         
2824         * src/Makefile.am
2825         * src/selective_download.[ch]   ** REMOVE **    
2826
2827 2003-03-26 [christoph]  0.8.11claws50
2828
2829         * src/news.c
2830                 fix NEWS that got broken by a sync with sylpheed-main
2831
2832 2003-03-26 [christoph]  0.8.11claws49
2833
2834         * src/mimeview.c
2835                 fix mime type guessing when no mime type is found for a file
2836
2837 2003-03-25 [christoph]  0.8.11claws48
2838
2839         * src/mimeview.c
2840         * src/procmime.c
2841                 remove mime type guessing from mime parser and use
2842                 name based mime types in viewer lookup for mime type
2843                 application/octet-stream
2844
2845 2003-03-25 [christoph]  0.8.11claws47
2846
2847         * doc-src/readme.txt
2848         * doc-src/rfc2554.txt
2849                 add RFC about SMTP AUTH
2850
2851         * src/send_message.c
2852         * src/common/smtp.[ch]
2853                 add extra error code for authentication errors and
2854                 clear temporary password when this error occurs
2855
2856         (closes Bug 84 authentication failure while sending should
2857          prompt for password again)
2858
2859 2003-03-25 [christoph]  0.8.11claws46
2860
2861         * configure.ac
2862         * src/Makefile.am
2863         * src/imageview.[ch]                            ** REMOVE **
2864         * src/messageview.[ch]
2865         * src/mimeview.[ch]
2866         * src/prefs_common.[ch]
2867         * src/textview.c
2868         * src/plugins/Makefile.am
2869         * src/plugins/image_viewer/.cvsignore           ** NEW **
2870         * src/plugins/image_viewer/Makefile.am          ** NEW **
2871         * src/plugins/image_viewer/plugin.c             ** NEW **
2872         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2873                 move image viewer into a plugin (building is enabled by default)
2874                 [ToDo: Prefs for resize and autoview]
2875
2876 2003-03-25 [paul]       0.8.11claws45
2877
2878         * sync with 0.8.11cvs12
2879                 see ChangeLog 2003-03-26
2880
2881 2003-03-25 [paul]       0.8.11claws44
2882
2883         * sync with 0.8.11cvs11
2884                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2885                 
2886         Note: Selective Download is broken.
2887                 
2888 2003-03-22 [christoph]  0.8.11claws43
2889
2890         * src/folder.c
2891                 code cleanup for flags copying
2892
2893 2003-03-22 [christoph]  0.8.11claws42
2894
2895         * src/plugins/trayicon/trayicon.c
2896                 fix setting the transparent area when the window size
2897                 is forced by the system tray
2898
2899 2003-03-22 [christoph]  0.8.11claws41
2900
2901         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2902         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2903         * src/plugins/trayicon/newmail.xpm              ** NEW **
2904         * src/plugins/trayicon/nomail.xpm               ** NEW **
2905         * src/plugins/trayicon/trayicon.c
2906         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2907                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2908                 o add icon for unread mails
2909                 o set transparency for window
2910
2911 2003-03-22 [christoph]  0.8.11claws40
2912
2913         * src/news.c
2914                 init news session to prevent crash when session is closed
2915
2916 2003-03-22 [christoph]  0.8.11claws39
2917
2918         * src/imap.c
2919         * src/common/session.[ch]
2920                 Init session data to make sure we don't have invalid pointers
2921                 for read_ch and write_ch when new multi process sessions are
2922                 not used
2923
2924         * src/main.c
2925         * src/common/plugin.c
2926         * src/common/sylpheed.c
2927         * src/plugins/demo/demo.c
2928         * src/plugins/dillo_viewer/dillo_viewer.c
2929         * src/plugins/mathml_viewer/mathml_viewer.c
2930         * src/plugins/spamassassin/spamassassin.c
2931         * src/plugins/spamassassin/spamassassin_gtk.c
2932                 add plugin types to allow loading plugins at different times
2933                 (and maybe for different frontends), because it's not good to
2934                 load GTK-Plugins gefore gtk_init was called
2935
2936         * configure.ac
2937         * src/plugins/Makefile.am
2938         * src/plugins/trayicon/.cvsignore               ** NEW **
2939         * src/plugins/trayicon/Makefile.am              ** NEW **
2940         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2941         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2942         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2943         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2944         * src/plugins/trayicon/trayicon.c               ** NEW **
2945                 New Trayicon plugin that shows an icon in a systray that uses
2946                 XEMBED protocol like Gnome's systray. Icon shows if there
2947                 are new mails and a tooltip shows information about new,
2948                 unread and total messages.
2949
2950 2003-03-22 [paul]       0.8.11claws38
2951
2952         * src/common/smtp.c
2953                 fix ESMTP AUTH CRAM-MD5
2954                 [sync with main (still version 0.8.11cvs6), see
2955                  ChangeLog 2003-03-22]
2956
2957 2003-03-21 [colin]      0.8.11claws37
2958
2959         * src/send_message.c
2960                 Fix USE_SSL => USE_OPENSSL
2961
2962 2003-03-21 [colin]      0.8.11claws36
2963
2964         * src/folderview.c
2965                 Fix counts in drag and dropped subfolders
2966
2967 2003-03-21 [colin]      0.8.11claws35
2968
2969         * src/folder.c 
2970         * src/folderview.c
2971                 speed up a bit folder dnd
2972
2973 2003-03-20 [alfons]     0.8.11claws34
2974
2975         * src/main.c
2976         * src/toolbar.c
2977         * src/procmsg.c
2978                 don't send locked queue messages
2979                 (feature request "[ 705245 ] Locking message in outbox 
2980                  should prevent sending")
2981
2982 2003-03-20 [christoph]  0.8.11claws33
2983
2984         * src/folder.c
2985                 remove NEW and UNREAD flag in special folders when scanning
2986                 
2987         * src/common/smtp.c
2988                 fix ESMTP AUTH CRAM-MD5
2989
2990 2003-03-20 [paul]       0.8.11claws32
2991
2992         * src/prefs_account.c
2993                 Re-write 'Tunnel command to open connection' as
2994                 'Use command to communicate with server', and disable
2995                 it for all except IMAP accounts
2996
2997 2003-03-20 [paul]       0.8.11claws31
2998
2999         * sync with 0.8.11cvs6
3000                 see ChangeLog 2003-03-20
3001
3002 2003-03-19 [match]      0.8.11claws30
3003
3004         * src/addritem.[ch]
3005                 include documentation. minor refactoring.
3006         * src/addr_compl.[ch]
3007         * src/addrindex.[ch]
3008         * src/addresbook.[ch]
3009         * src/summaryview.c
3010                 re-enable address lookup (was disabled in
3011                 0.8.11claws20).
3012
3013 2003-03-19 [christoph]  0.8.11claws29
3014
3015         * src/procmsg.c
3016                 add temp flag handling, will make moving and copying
3017                 messages possible again
3018
3019         * src/folder.c
3020                 correct calulation of folder stats
3021
3022 2003-03-18 [match]      0.8.11claws28
3023
3024         * src/editgroup.h
3025                 remove case sensitive comparison (closes bug 80).
3026
3027 2003-03-18 [christoph]  0.8.11claws27
3028
3029         * src/imap.c
3030                 fix imap using a tunnel command
3031
3032         (closes bug 87)
3033
3034 2003-03-18 [christoph]  0.8.11claws26
3035
3036         * src/folder.[ch]
3037         * src/imap.c
3038         * src/procmsg.[ch]
3039                 rewrite flag handling for folders
3040
3041 2003-03-18 [christoph]  0.8.11claws25
3042
3043         * src/folder.c
3044         * src/procmsg.c
3045         * src/summaryview.c
3046                 unset NEW and UNREAD flags when message is ignored, to make
3047                 sure messages don't show up as unread on other IMAP clients,
3048                 because the IGNORE_THREAD flag can not be syncronized through
3049                 the IMAP folder
3050
3051 2003-03-17 [christoph]  0.8.11claws24
3052
3053         * src/imap.c
3054                 don't use recursion to fetch uids when the number of messages
3055                 does not match. Moved code into subfunction that is used
3056                 again when needed, to prevent an endless loop.
3057
3058 2003-03-17 [thorsten]   0.8.11claws23
3059
3060         * src/imageview.[ch]
3061                 export imageview_get_resized_size() (for plugins)
3062         * src/prefs_common.[ch]
3063                 added prefs_common_get() (for plugins)
3064
3065 2003-03-17 [christoph]  0.8.11claws22
3066
3067         * src/imap.c
3068                 o remove UID guessing from copy code
3069                 o support UIDPLUS extension for APPEND command
3070
3071 2003-03-17 [paul]       0.8.11claws21
3072
3073         * src/gtk/about.c
3074                 remove 'Compiled-plugins' section.
3075                 
3076         * src/plugins/dillo_viewer/dillo_viewer.c
3077                 slight change to description text
3078
3079 2003-03-16 [match]      0.8.11claws20
3080         * src/ldapserver.[ch]           ** NEW **
3081         * src/ldapctrl.[ch]             ** NEW **
3082         * src/ldapquery.[ch]            ** NEW **
3083         * src/ldaputil.[ch]             ** NEW **
3084         * src/addrcindex.[ch]           ** NEW **
3085         * src/addrquery.h               ** NEW **
3086         * src/addritem.[ch]
3087         * src/addrcache.[ch]
3088         * src/addrindex.[ch]
3089         * src/addr_compl.[ch]
3090         * src/addressbook.[ch]
3091         * src/addrbook.[ch]
3092         * src/editgroup.c
3093         * src/editaddress.c
3094         * src/editldap.c
3095         * src/editldap_basedn.c
3096         * src/vcard.c
3097         * src/jpilot.c
3098         * src/Makefile.am
3099                 included dynamic LDAP queries. improved address
3100                 completion.
3101
3102 2003-03-16 [paul]       0.8.11claws19
3103
3104         * tools/multiwebsearch.pl
3105                 fix a fatal typo
3106
3107 2003-03-16 [christoph]  0.8.11claws18
3108
3109         * src/mimeview.c
3110         * src/plugins/dillo_viewer/dillo_viewer.c
3111         * src/plugins/mathml_viewer/mathml_viewer.c
3112                 make unregistering of MimeViewerFactorys possible
3113
3114 2003-03-16 [alfons]     0.8.11claws17
3115
3116         * configure.ac
3117                 correct typo
3118
3119 2003-03-16 [melvin]     0.8.11claws16
3120
3121         * src/plugins/dillo_viewer.c
3122                 Fixed bug where it was not possible to view more than
3123                 one text/html attachment per message (bug discovered
3124                 by Christoph Hohmann).
3125
3126 2003-03-15 [melvin]     0.8.11claws15
3127
3128         * src/prefs_actions.c
3129                 Fixed compilation warnings.
3130
3131 2003-03-15 [melvin]     0.8.11claws14
3132
3133         * src/plugins/Makefile.am
3134         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3135         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3136         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3137                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3138                 newer (http://dillo.auriga.wearlab.de/).
3139
3140 2003-03-15 [christoph]  0.8.11claws13
3141
3142         * src/imap.c
3143                 don't query imap folder for attributes because we already
3144                 for them from imap_status
3145
3146         * src/mimeview.[ch]
3147                 add support for plugable MimeViewers (unloading Viewers
3148                 not yet complete)
3149
3150         * src/plugins/Makefile.am
3151         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3152         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3153         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3154                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3155                 widget from http://helm.cs.unibo.it/mml-widget/
3156
3157 2003-03-14 [christoph]  0.8.11claws12
3158
3159         * src/folder.[ch]
3160                 o error return code's should better be negative
3161                 o replace printf with debug_print
3162
3163         * src/imap.c
3164                 improve IMAP folder scan by checking UID-NEXT
3165
3166         * src/summaryview.c
3167                 remove check that are unnecessary in my opinion
3168
3169 2003-03-13 [christoph]  0.8.11claws11
3170
3171         * src/folder.[ch]
3172         * src/foldersel.c
3173         * src/folderview.c
3174         * src/imap.c
3175         * src/mbox_folder.c
3176         * src/mh.c
3177         * src/news.c
3178         * src/prefs_scoring.c
3179         * src/summaryview.c
3180                 use a common function to get a displayable name
3181                 for a FolderItem
3182
3183 2003-03-13 [paul]       0.8.11claws10
3184
3185         * tools/Makefile.am
3186           tools/README
3187           tools/multiwebsearch.conf     ** NEW FILE **
3188           tools/multiwebsearch.pl       ** NEW FILE **
3189                 add multiwebsearch Actions script
3190
3191 2003-03-13 [colin]      0.8.11claws9
3192
3193         * src/compose.c
3194                 Remove leading emtpy lines from quoted text
3195                 before quoting it
3196
3197 2003-03-13 [melvin]     0.8.11claws8
3198
3199         * src/prefs_actions.c
3200                 Fixed a memory leak
3201                 Code clean ups
3202                 Added Cancel and OK buttons
3203                 Corrected help text
3204
3205 2003-03-13 [christoph]  0.8.11claws7
3206
3207         * src/account.c
3208         * src/folder.[ch]
3209         * src/imap.c
3210         * src/mainwindow.c
3211         * src/mbox_folder.c
3212         * src/mh.c
3213         * src/news.c
3214         * src/setup.c
3215                 replace more folder type stuff with folder class stuff
3216
3217 2003-03-13 [melvin]     0.8.11claws6
3218
3219         * src/prefs_actions.c
3220                 Added new tokens:
3221                 %u: user provided argument
3222                 %h: user provided argument (hidden on input)
3223                 %s: current text selection in the message view 
3224
3225 2003-03-13 [paul]       0.8.11claws5
3226
3227         * sync with 0.8.11cvs5
3228                 see ChangeLog 2003-03-11, 2003-03-12
3229
3230 2003-03-12 [christoph]  0.8.11claws4
3231
3232         * src/folder.c
3233                 use folder class idstr when writing folderlist.xml
3234
3235         * src/folder.h
3236         * src/imap.c
3237         * src/news.c
3238                 replace folder type checks with folder class checks
3239
3240 2003-03-12 [christoph]  0.8.11claws3
3241
3242         * src/folder.[ch]
3243         * src/imap.[ch]
3244         * src/main.c
3245         * src/mbox_folder.[ch]
3246         * src/mh.[ch]
3247         * src/news.[ch]
3248                 o create a list of known folder classes in the folder system
3249                 o use folder class id strings for folder item identifiers
3250
3251 2003-03-12 [christoph]  0.8.11claws2
3252
3253         * src/imap.c
3254                 fix imap uid validity check
3255
3256 2003-03-12 [christoph]  0.8.11claws1
3257
3258         * src/account.c
3259         * src/folder.[ch]
3260         * src/foldersel.c
3261         * src/folderview.c
3262         * src/imap.c
3263         * src/mainwindow.c
3264         * src/mbox_folder.c
3265         * src/mh.c
3266         * src/news.c
3267         * src/prefs_scoring.c
3268         * src/procmsg.c
3269         * src/setup.c
3270         * src/summaryview.c
3271                 initial restructuring of folder system, seperating
3272                 folders and folder classes
3273
3274 2003-03-12 [paul]       0.8.11claws
3275
3276         0.8.11claws release
3277
3278 2003-03-12 [christoph]
3279
3280         * src/gtk/prefswindow.c
3281                 fix translation of "Page Index"
3282
3283 2003-03-12 [paul]       0.8.10claws110
3284
3285         a sync from 0.8.11cvs4 before the release
3286
3287         * src/common/utils.c
3288                 subject_compare_for_sort(): allow null strings (fixes
3289                 summary sorting).
3290
3291 2003-03-11 [paul]       0.8.10claws109
3292
3293         * po/es.po
3294                 update Spanish translation, submitted by
3295                 Ricardo Mones Lastra
3296
3297 2003-03-11 [melvin]     0.8.10claws108
3298
3299         * po/fr.po
3300                 Updated French translations
3301
3302 2003-03-11 [paul]       0.8.10claws107
3303
3304         * manual/en/Makefile.am
3305           manual/en/*.html
3306                 update English manual, add a new page
3307                 updated by Francois Barriere <fbarriere@atmel.fr>
3308                 
3309         * po/bg.po
3310           po/it.po
3311           po/sr.po
3312                 update Bulgarian, Italian, and Serbian translations
3313                 submitted by George Danchev, Alessandro Maestri, and
3314                 Urke MMI
3315
3316 2003-03-10 [paul]       0.8.10claws106
3317
3318         * src/gtk/about.c
3319           src/gtk/prefswindow.c
3320                 make some strings translatable
3321
3322 2003-03-10 [darko]      0.8.10claws105
3323
3324         * src/compose.c
3325                 code cleanup to make Hiro happy
3326
3327 2003-03-10 [paul]       0.8.10claws104
3328
3329         * sync with 0.8.11cvs2
3330                 see ChangeLog 2003-03-10
3331
3332 2003-03-09 [melvin]     0.8.10claws103
3333
3334         * src/textview.c
3335                 textview_set_font(): fix for message display in
3336                 UTF-8 locales (thanks to Sergey Vlasov).
3337                 (was unintentionnaly reverted in 0.8.6claws6)   
3338
3339 2003-03-08 [darko]      0.8.10claws102
3340
3341         * src/compose.c
3342                 fix infinite loop in wrapping as reported
3343                 by happycactus
3344                 obsoletes patch #696482
3345
3346 2003-03-08 [christoph]  0.8.10claws101
3347
3348         * src/imap.c
3349                 add workaround for IMAP servers that do not
3350                 support the "UID SEARCH UID" command
3351
3352 2003-03-07 [christoph]  0.8.10claws100
3353
3354         * src/plugins/spamassassin/spamassassin.[ch]
3355         * src/plugins/spamassassin/spamassassin_gtk.c
3356                 code cleanup
3357
3358 2003-03-07 [paul]       0.8.10claws99
3359
3360         * po/es.po
3361                 updated Spanish translation, submitted by
3362                 Ricardo Mones Lastra
3363
3364 2003-03-07 [christoph]  0.8.10claws98
3365
3366         * src/send.c
3367                 fix in 0.8.10claws94 was wrong
3368                 local delivery does not require escaping, remove escaping
3369                 code to make signatures of mails with "." lines valid
3370                 
3371                 NOTE: requires that sendmail is executed with "-i" option,
3372                       what is the default now, but has to be changed in all
3373                       exsiting accounts)
3374
3375 2003-03-07 [paul]       0.8.10claws97
3376
3377         * sync with 0.8.11 release
3378                 see ChangeLog 2003-03-07
3379
3380 2003-03-06 [paul]       0.8.10claws96
3381
3382         * src/compose.c
3383                 revert commit 0.8.10claws92
3384
3385 2003-03-06 [paul]       0.8.10claws95
3386
3387         * src/folderview.c
3388                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3389
3390         * src/gtkaspell.c
3391                 fix bug 74, 'Crash opening editor window with pseudo-color
3392                 display'
3393                 
3394         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3395
3396 2003-03-06 [christoph]  0.8.10claws94
3397
3398         * src/send.c
3399                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3400                 all lines starting with a period get an extra period
3401                 inserted
3402                 (found by Simon 'corecode' Schubert)
3403
3404 2003-03-06 [paul]       0.8.10claws93
3405
3406         * src/folderview.c
3407                 if configured font can't be loaded fall back to gtk
3408                 default. (with thanks to Christoph)
3409                 
3410                 closes long-standing bug 15 'Crashes on startup'
3411
3412 2003-03-06 [paul]       0.8.10claws92
3413
3414         * src/compose.c
3415                 freeze text before autosave and thaw afterwards
3416                 fixes bug 67 'autosave make re-rediting message crazy'
3417
3418 2003-03-06 [christoph]  0.8.10claws91
3419
3420         * src/compose.c
3421                 ignore address comment in dupe check for Cc-list
3422
3423         (closes reopened bug 47 Replying to message strips name part of
3424          e-mail addresses of Cc: lines)
3425
3426 2003-03-06 [paul]       0.8.10claws90
3427
3428         * src/Makefile.am
3429                 remove reference to gtkxtext.h as its no longer in
3430                 the repository
3431
3432 2003-03-06 [paul]       0.8.10claws89
3433
3434         * sync with 0.8.10cvs25
3435                 see ChangeLog 2003-03-06
3436
3437 2003-03-06 [oliver]     0.8.10claws88
3438         
3439         * src/messageview.c
3440                 remove include
3441
3442 2003-03-06 [oliver]     0.8.10claws87
3443         
3444         * src/folderview.c 
3445                 remove changes introduced inclaws74
3446         * src/messageview.c
3447                 another attempt to sanely delete and update
3448                 messages deleted in separate messageview
3449
3450 2003-03-05 [christoph]  0.8.10claws86
3451
3452         * src/summaryview.c
3453                 check if "From" matches any account's address if
3454                 addressbook completion of addresses is disabled too
3455
3456         (closes Bug 70 "Display recipient in from" doesn't check
3457          folder's default account)
3458
3459 2003-03-05 [christoph]  0.8.10claws85
3460
3461         * src/compose.c
3462         * src/common/utils.[ch]
3463                 don't strip address comments when building Cc lists
3464
3465         (closes Bug 47 Replying to message strips name part of e-mail addresses
3466          of Cc: lines)
3467
3468         * src/folder.c
3469                 fix return value of copy function
3470
3471 2003-03-05 [christoph]  0.8.10claws84
3472
3473         * src/imap.c
3474                 don't ask imap server for non rfc822 headers
3475
3476         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3477
3478         * src/imap.c
3479                 destroy session on socket error to allow reconnecting
3480
3481 2003-03-05 [christoph]  0.8.10claws83
3482
3483         * configure.ac
3484                 fix building with gnome when no prefix is set
3485
3486         (closes bug 66 Gnome directory is set to NONE)
3487
3488 2003-03-05 [paul]       0.8.10claws82
3489
3490         * sync with 0.8.10cvs23
3491                 see ChangeLog 2003-03-05
3492
3493 2003-03-04 [christoph]  0.8.10claws81
3494
3495         * src/folder.c
3496                 o fix moving and copying when folder returns 0 for new
3497                   message number
3498                 o remove some code for single message copy and move
3499                   operations and use functions for multiple messages
3500
3501         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3502
3503         * src/news.c
3504                 remove unused include
3505
3506 2003-03-04 [paul]       0.8.10claws80
3507
3508         * src/gtk/about.c
3509                 list 'Compiled plugins'
3510
3511 2003-03-03 [christoph]  0.8.10claws79
3512
3513         * src/news.[ch]
3514                 have to multiply the percentage of the current fetch with
3515                 the percentage that it has of the total fetch operation
3516                 for correct values
3517
3518 2003-03-03 [christoph]  0.8.10claws78
3519
3520         * src/news.c
3521                 fix calculation of expected lines for progress indicator
3522
3523 2003-03-03 [christoph]  0.8.10claws77
3524
3525         * src/summaryview.c
3526         * src/common/utils.c
3527                 fix segfault when opening the root news folder
3528
3529 2003-03-03 [christoph]  0.8.10claws76
3530
3531         * src/mainwindow.[ch]
3532         * src/common/Makefile.am
3533         * src/common/progressindicator.[ch]
3534                 add UI independent progress indicator handling
3535
3536         * src/news.[ch]
3537                 use new progress indicator for message info fetching
3538
3539         * src/common/hooks.h
3540                 code cleanup
3541
3542 2003-03-03 [oliver]     0.8.10claws75
3543
3544         * src/toolbar.c
3545         * src/compose.c
3546                 removed commented code
3547
3548 2003-03-03 [oliver]     0.8.10claws74
3549
3550         * src/toolbar.[ch]
3551                 cleanups and refactoring
3552         * src/compose.[ch]
3553                 compose_reply_mode reply & forwarding interface for
3554                 toolbar buttons
3555         * src/folderview.c
3556                 act on messages marked for deletion in folderview_selected
3557                 based on prefs_common.immediate_exec since a message might 
3558                 have been deleted by messageview in a folder we are changing 
3559                 to (does anybody understand what I'm on about ?)
3560
3561 2003-03-03 [oliver]     0.8.10claws73
3562         
3563         * src/messageview.[ch]
3564                 new functions
3565                 - messageview_delete: delete message shown in messagview
3566                 - messageview_update_view: update messageview to currently 
3567                   selected summaryview message
3568                 - add separate messageview to msgview_list in order to update 
3569                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3570         * src/summaryview.[ch]
3571                 summary_get_selection returns a list of selected msgs
3572                 in summaryview
3573         * src/mainwindow.c
3574                 toolbar reply refactoring
3575
3576 2003-03-03 [paul]       0.8.10claws72
3577
3578         * sync with 0.8.10cvs21
3579                 see ChangeLog 2003-03-03
3580
3581 2003-03-02 [christoph]  0.8.10claws71
3582
3583         * src/common/passcrypt.c
3584                 use POSIX includes
3585
3586 2003-03-02 [christoph]  0.8.10claws70
3587
3588         * configure.ac
3589         * src/prefs_account.c
3590         * src/prefs_gtk.[ch]
3591         * src/common/.cvsignore
3592         * src/common/Makefile.am
3593         * src/common/passcrypt.c                ** NEW **
3594         * src/common/passcrypt.h.in             ** NEW **
3595                 Implement password encryption in config files
3596                 using unix encrypt and setkey functions. The crypt
3597                 key can be set as a configure parameter. Old
3598                 passwords will be converted if they do not begin
3599                 with '!'
3600
3601 2003-03-02 [paul]       0.8.10claws69
3602
3603         * src/prefs_account.c
3604                 fix compile error
3605
3606 2003-03-01 [thorsten]   0.8.10claws68
3607
3608         * po/el.po
3609           po/hr.po
3610           po/it.po
3611           po/nl.po
3612           po/sr.po
3613           po/sv.po
3614                 corrected format strings
3615         * po/en_GB.po
3616                 corrected headers
3617                 (fix compile errors with GNU gettext-0.11.5)
3618
3619 2003-03-01 [oliver]     0.8.10claws67
3620
3621         * src/summaryview.c
3622                 menu callbacks call toolbar_menu_reply
3623
3624 2003-03-01 [oliver]     0.8.10claws66
3625
3626         * src/mainwindow.c
3627         * src/messageview.c
3628                 menu callbacks call toolbar_menu_reply
3629         * src/toolbar.[ch]
3630                 callbacks from menu handled by toolbar_menu_reply
3631
3632 2003-03-01 [paul]       0.8.10claws65
3633
3634         * src/addressbook.c
3635                 revert commit 0.8.10claws54 - breaks editing of
3636                 addressbook.
3637                 
3638         * po/bg.po
3639                 update Bulgarian translation, submitted by
3640                 George Danchev
3641
3642 2003-02-28 [christoph]  0.8.10claws64
3643
3644         * src/account.c
3645         * src/addressadd.c
3646         * src/compose.c
3647         * src/gtkaspell.c
3648         * src/gtkxtext.h                ** REMOVE **
3649         * src/imap.c
3650         * src/matcher.[ch]
3651         * src/mh.c
3652         * src/news.c
3653         * src/pine.c
3654         * src/prefs_common.c
3655         * src/prefs_matcher.c
3656         * src/procheader.[ch]
3657         * src/procmsg.[ch]
3658         * src/toolbar.c
3659         * src/common/ssl_certificate.c
3660         * src/gtk/colorlabel.c
3661         * src/gtk/menu.c
3662                 o fix warnings
3663                 o remove code obsoleted by new cache and folder system rework
3664
3665 2003-02-28 [oliver]     0.8.10claws63
3666         
3667         * src/toolbar.[ch]
3668                 * fix bug where reply in Messageview replied to 
3669                 Message displayed in summaryview
3670                 (reportedd via ML by chinatinte at gmx dot ch)
3671                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3672                 didn't work in separate MessageView Toolbar
3673                 (wondering if anybody uses this at all ?)
3674         * src/summaryview.[ch]
3675                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3676                 (generalize reply and forward code);
3677         * src/messageview.c 
3678                 remove focus_in event which updated summaryview to messageview
3679
3680 2003-02-28 [paul]       0.8.10claws62
3681
3682         * po/Makefile.in.in
3683                 add the --check option
3684                 Patch submitted by Ricardo Mones Lastra
3685
3686 2003-02-28 [paul]       0.8.10claws61
3687
3688         * src/prefs_account.c
3689                 re-order 'Signature' items
3690
3691 2003-02-28 [paul]       0.8.10claws60
3692
3693         * sync with 0.8.10cvs20
3694                 see ChangeLog 2003-02-28
3695
3696 2003-02-28 [paul]       0.8.10claws59
3697
3698         * po/POTFILES.in
3699                 update to reflect recent movement of files
3700
3701 2003-02-28 [paul]       0.8.10claws58
3702
3703         * sync with 0.8.10cvs19
3704                 see ChangeLog 2003-02-28
3705
3706 2003-02-27 [martin]     0.8.10claws57
3707
3708         * src/prefs_matcher.c 
3709                 fix segfault in prefs_matcher_ok() when the
3710                 last entry is deleted and prevents that the
3711                 message "entry not saved" comes up after deleting
3712                 an entry
3713
3714 2003-02-27 [martin]     0.8.10claws56
3715
3716         * src/prefs_filtering.c 
3717                 fix segfault in prefs_filtering_ok() when the
3718                 last entry is deleted and prevents that the
3719                 message "entry not saved" comes up after deleting
3720                 an entry
3721
3722 2003-02-27 [paul]       0.8.10claws55
3723
3724         * sync with 0.8.10cvs18
3725                 see ChangeLog 2003-02-27
3726
3727 2003-02-27 [paul]       0.8.10claws54
3728
3729         * src/addressbook.c
3730                 fix bug where the address book crashes with 
3731                 multiple lookups.
3732                 Patch [687729] submitted by David Frager 
3733                 <dbfrager@users.sourceforge.net>
3734
3735 2003-02-25 [christoph]  0.8.10claws53
3736
3737         * src/Makefile.am
3738         * src/colorlabel.[ch]           ** REMOVE **
3739         * src/gtk/Makefile.am
3740         * src/gtk/colorlabel.[ch]       ** NEW **
3741                 move colorlabel files to gtk directory
3742
3743         * src/esmtp.[ch]                ** REMOVE **
3744                 has been merged into smtp.[ch] in 0.7.5
3745
3746 2003-02-25 [christoph]  0.8.10claws52
3747
3748         * src/Makefile.am
3749         * src/about.[ch]                ** REMOVE **
3750         * src/gtk/Makefile.am
3751         * src/gtk/about.[ch]            ** NEW **
3752                 move about files to gtk directory
3753
3754 2003-02-25 [christoph]  0.8.10claws51
3755
3756         * src/folder.c
3757                 some code optimization of folder scanning code
3758
3759         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3760
3761 2003-02-25 [christoph]  0.8.10claws50
3762
3763         * src/main.c
3764         * src/common/sylpheed.c
3765                 add command line parameter parsing to common code
3766
3767 2003-02-24 [christoph]
3768
3769         * Makefile.am
3770         * configure.ac
3771                 fix gnome prefix problems, the configure script now removed
3772                 `gnome-config --prefix` from `gnome-config --datadir`
3773                 and adds $(prefix} instead
3774
3775         (closes Bug 24 Makefile does not respect prefix when installing
3776          GNOME data)
3777
3778 2003-02-24 [christoph]  0.8.10claws49
3779
3780         * src/news.c
3781                 check for valid session before trying to authenticate
3782
3783         (closes Bug 60 crash if "authenticate on logon" is activated
3784          and newsserver-hostname is not valid)
3785
3786 2003-02-24 [melvin]     0.8.10claws48
3787
3788         * src/prefs_actions.c
3789                 Make sure all user's input is sent to the action and then
3790                 close the socket..
3791
3792 2003-02-23 [alfons]     0.8.10claws46
3793
3794         * src/summaryview.c
3795                 also wait cursor when deleting files
3796
3797 2003-02-23 [paul]
3798
3799         * tools/freshmeat_search.pl
3800           tools/google_search.pl
3801                 scripts should now work for any browser/browser command line
3802
3803 2003-02-22 [christoph]  0.8.10claws45
3804
3805         * src/procmsg.c
3806                 fix IMAP flag setting, IMAP flag is not handled correctly
3807                 anymore by the folder system and information about the
3808                 folder should not be saved in the MsgInfo (in my opinion)
3809
3810         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3811
3812 2003-02-22 [christoph]  0.8.10claws44
3813
3814         * src/summaryview.c
3815                 fix spelling of "label" ;-)
3816
3817 2003-02-22 [thorsten]   0.8.10claws43
3818
3819         * src/mimeview.c
3820           src/prefs_common.[ch]
3821           src/procmime.[ch]
3822                 do not use description as attachment name
3823
3824 2003-02-22 [alfons]     0.8.10claws42
3825
3826         * src/summaryview.c
3827                 freeze/thaw folder item updates when changing color labels,
3828                 and put a wait cursors on
3829
3830 2003-02-22 [thorsten]   0.8.10claws41
3831
3832         * src/mimeview.c
3833                 save-all fixes: crash if invoked on multipart container,
3834                 mimeinfo access, pathseparators, error dialog
3835
3836 2003-02-21 [alfons]     0.8.10claws40
3837
3838         * src/prefs_gtk.c
3839                 remove unused var
3840
3841 2003-02-21 [colin]      0.8.10claws39
3842
3843         * src/send.c
3844                 Fix smtp logging
3845
3846 2003-02-21 [colin]      0.8.10claws38
3847
3848         * src/summaryview.c
3849                 Freeze/thaw folderItem updates when filtering messages 
3850                 via Tools/Filter messages
3851
3852 2003-02-21 [paul]       0.8.10claws37
3853
3854         * src/compose.c
3855                 revert commit 0.8.10claws26, there are ulterior motives
3856                 for users to set a Reply-To header when posting to
3857                 newsgroups
3858
3859 2003-02-21 [paul]       0.8.10claws36
3860
3861         * sync with 0.8.10cvs17
3862                 see ChangeLog 2003-02-21
3863
3864 2003-02-20 [christoph]  0.8.10claws35
3865
3866         * src/imap.c
3867                 IMAP UID fetch speedup using SEARCH
3868
3869         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3870
3871         * src/imap.c
3872                 fix problem with UIDs in IMAP UID cache that no longer existed
3873
3874 2003-02-20 [christoph]  0.8.10claws34
3875
3876         * src/imap.c
3877         * src/procheader.c
3878         * src/procheader.h
3879                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3880
3881         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3882
3883         * src/imap.c
3884                 Rewrite imap_cmd_gen_recv use sock_getline instead
3885                 of sock_gets to avoid problems with too long reply
3886                 lines
3887     
3888 2003-02-20 [colin]      0.8.10claws33
3889         
3890         * src/prefs_account.c
3891                 Better wording
3892
3893 2003-02-20 [colin]      0.8.10claws32
3894
3895         * src/compose.c
3896                 Remove useless '&& !to_sender' 
3897
3898 2003-02-20 [darko]
3899
3900         * AUTHORS
3901                 change my e-mail address
3902
3903 2003-02-19 [colin]      0.8.10claws31
3904
3905         * src/prefs_common.c
3906                 X11 style colors for every configurable color
3907
3908 2003-02-19 [alfons]     0.8.10claws30
3909
3910         * src/prefs_gtk.[ch]
3911         * src/prefs_common.c
3912                 for color_new accept both plain integers and X11 style color
3913                 names (as found in /usr/lib/X11/rgb.txt)
3914
3915 2003-02-19 [paul]       0.8.10claws29
3916
3917         * src/mainwindow.c
3918                 add tooltips to online/offline button and account selector
3919                 button
3920
3921 2003-02-19 [paul]       0.8.10claws28
3922
3923         * src/folder.c
3924           src/news.c
3925           src/prefs_account.[ch]
3926           src/prefs_common.[ch]
3927                 move 'Maximum number of articles to download' to
3928                 account prefs.
3929                 clean up account prefs gui a little by hiding entries
3930                 rather then greying out entries
3931
3932 2003-02-19 [hiro]       0.8.10claws27
3933
3934         * src/common/utils.c
3935                 fix bug #54 'yesterdays date is displayed in the message 
3936                 summary window'
3937
3938 2003-02-19 [paul]       0.8.10claws26
3939
3940         * src/compose.c
3941                 fix bug reported in Feature Request [688596] 
3942                 'Reply-to header in news'
3943
3944 2003-02-18 [paul]       0.8.10claws25
3945
3946         * src/select-keys.c
3947                 add a 'List all keys' button to key selection dialog
3948
3949 2003-02-18 [colin]      0.8.10claws24
3950         
3951         * src/stock_pixmap.c
3952                 fix compile error
3953
3954 2003-02-18 [colin]      0.8.10claws23
3955
3956         * src/common/smtp.[ch]
3957           src/prefs_account.c
3958                 Try to starttls if it seems to be the only
3959                 way to authenticate a user
3960
3961 2003-02-18 [paul]       0.8.10claws22
3962
3963         * src/Makefile.am
3964           src/folderview.c
3965           src/stock_pixmap.[ch]
3966           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3967           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3968                 as a Drafts folder is a special folder allow it to have
3969                 its own unique icons
3970
3971 2003-02-18 [colin]      0.8.10claws21
3972
3973         * src/imap.c
3974                 Fix port selection when using starttls
3975
3976 2003-02-18 [paul]       0.8.10claws20
3977
3978         * src/mainwindow.c
3979           src/prefs_common.[ch]
3980                 make blue the default new mail colour
3981
3982 2003-02-18 [paul]       0.8.10claws19
3983
3984         * sync with 0.8.10cvs14
3985                 see ChangeLog 2003-02-18
3986
3987 2003-02-17 [jens]       0.8.10claws18
3988
3989         * src/common/md5.c
3990                 fixed a compile problem with gcc 3.3
3991                 works on 2.95.3 too (testet on PPC as it is big endian)
3992
3993 2003-02-17 [paul]       0.8.10claws17
3994
3995         * sync with 0.8.10cvs13
3996                 see ChangeLog 2003-02-17
3997
3998 2003-02-17 [paul]       0.8.10claws16
3999
4000         * sync with 0.8.10cvs12
4001                 see ChangeLog 2003-02-17
4002
4003 2003-02-16 [match]      0.8.10claws15
4004
4005         * src/addressbook.c
4006                 Eliminates reloading of address data when items
4007                 deleted or added. Applied submitted by
4008                 Luke Plant <lukeplant@softhome.net>
4009
4010 2003-02-16 [paul]       0.8.10claws14
4011
4012         * src/news.c
4013                 when a 'protocol error' is encountered disconnect from
4014                 the server. This means that the user can carry on viewing
4015                 other articles and doesn't have to either wait until the
4016                 server timesout or quit sylpheed.
4017                 Fixes bug #53 'Unable to read messages in newsgroups, 
4018                 displayed message doesn't change'
4019
4020 2003-02-15 [christoph]  0.8.10claws13
4021
4022         * src/imap.c
4023                 fix bug that stopped scanning of folders when an
4024                 IMAP folder was empty
4025
4026         (closes bug 46 stop scan messages in folders after empty folder)
4027
4028 2003-02-15 [paul]
4029
4030         * tools/Makefile.am
4031           tools/README
4032           tools/freshmeat_search.pl     ** NEW FILE **
4033           tools/google_search.pl        ** NEW FILE **
4034                 Add 2 Actions scripts which search freshmeat/google
4035                 for the selected text using the browser configured
4036                 in sylpheedrc.
4037                 
4038         Note: These scripts are very dependent on the format of the
4039         browser command and may not work on every occasion. Testing
4040         is welcome. 
4041
4042 2003-02-14 [alfons]     0.8.10claws12
4043
4044         * src/compose.c
4045                 fix breakage because of uninitialized account pointer.
4046                 please verify.
4047
4048 2003-02-14 [paul]       0.8.10claws11
4049
4050         * src/compose.c
4051           src/prefs_account.[ch]
4052           src/prefs_common.[ch]
4053                 move signature settings to Account Prefs
4054
4055 2003-02-14 [paul]       0.8.10claws10
4056
4057         * sync with 0.8.10cvs11
4058                 see ChangeLog 2003-02-14
4059
4060 2003-02-13 [thorsten]   0.8.10claws9
4061
4062         * src/news.c
4063                 revert news progressbar (GUI separation)
4064
4065 2003-02-13 [paul]       0.8.10claws8
4066
4067         * src/compose.c
4068                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4069                 paragraph 1
4070
4071 2003-02-13 [paul]       0.8.10claws7
4072
4073         * src/compose.[ch]
4074           src/summaryview.c
4075                 fix 'Follow-up and Reply-to' so that it creates a reply to
4076                 the newsgroup and the sender. If the message has the keyword
4077                 'poster' in the Followup-To header, all replies go to the
4078                 sender, re: RFC 1036, Section 2.2.3
4079                 rename all instances of 'ignore_replyto' to 'to_sender', both
4080                 were previously used, now we use just one.
4081
4082 2003-02-13 [paul]       0.8.10claws6
4083
4084         * sync with 0.8.10cvs9
4085                 see ChangeLog 2003-02-13
4086
4087 2003-02-13 [paul]       0.8.10claws5
4088
4089         * configure.ac
4090                 show which plugins are configured in the configure
4091                 output.
4092
4093 2003-02-12 [thorsten]   0.8.10claws4
4094
4095         * src/news.c
4096                 show progress while fetching news headers
4097
4098 2003-02-12 [christoph]  0.8.10claws3
4099
4100         * configure.ac
4101         * src/plugins/Makefile.am
4102                 use AM_CONDITIONAL to enable plugins, automake correctly
4103                 manages this when creating distdir
4104
4105 2003-02-12 [christoph]  0.8.10claws2
4106
4107         * ac/spamassassin.m4
4108         * src/plugins/spamassassin/Makefile.am
4109                 fix building SpamAssassin plugin without OpenSSL
4110
4111 2003-02-12 [paul]       0.8.10claws1
4112
4113         * ac/Makefile.am
4114           src/Makefile.am
4115           src/plugins/Makefile.am
4116                 fix failure of 'make release'
4117
4118 2003-02-12 [paul]       0.8.10claws
4119
4120         * 0.8.10claws released
4121
4122 2003-02-12 [paul]       0.8.9claws56
4123
4124         * po/bg.po
4125           po/es.po
4126           po/it.po
4127           po/ru.po
4128           po/sr.po
4129                 updated translations by George Danchev, Ricardo Mones Lastra,
4130                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4131                 
4132         * sylpheed.spec.in
4133                 Allow the building of RPMs by a regular user. Submitted
4134                 by Sergei Astanin
4135
4136 2003-02-11 [alfons]     0.8.9claws55
4137
4138         * src/colorlabel.c
4139                 don't use pixmaps for label color rect but draw rectangles
4140                 so we can respect the color map of palette based visuals
4141                 (fixes the long time crashes on Suns - thanks to Andreas
4142                 Engel and Steve O'Hara-Smith for testing)
4143
4144 2003-02-11 [christoph]  0.8.9claws54
4145
4146         * src/matcher_parser_parse.y
4147                 correct bug where filering rules of not existing folders in
4148                 matcherrc were added to global filtering
4149                 
4150         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4151          main filter-rules after removing directory, http://bugs.debian.org/180253)
4152         
4153 2003-02-11 [paul]       0.8.9claws53
4154
4155         * sync with 0.8.10cvs7
4156                 see ChangeLog 2003-02-09
4157
4158 2003-02-11 [melvin]     0.8.9claws52
4159
4160         * po/fr.po
4161                 Updated French tranlsations
4162
4163 2003-02-10 [paul]       0.8.9claws51
4164
4165         * sylpheed.spec.in
4166                 correct --enable-openssl
4167                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4168
4169 2003-02-09 [martin]     0.8.9claws50
4170
4171         * src/prefs_matcher.c
4172                 fix segfault in prefs_matcher_substitute_cb() when
4173                 no row is selected
4174
4175 2003-02-09 [paul]       0.8.9claws49
4176
4177         * src/folderview.c
4178                 fix bug where a newsgroup folder's processing rules were
4179                 merged with the global filtering rules when the newsgroup
4180                 folder was deleted, causing some seriously bad results,
4181                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4182
4183 2003-02-08 [melvin]     0.8.9claws48
4184
4185         * src/compose.c
4186                 Corrected and modified an alert message.
4187
4188 2003-02-07 [paul]       0.8.9claws47
4189
4190         * src/folderview.c
4191                 fix bug where both an 'Account properties' window and a
4192                 'Folder properties' window were opened when clicking on
4193                 'Properties' in an NNTP or IMAP folder's popup menu.
4194
4195 2003-02-07 [paul]       0.8.9claws46
4196
4197         * sync with 0.8.10cvs6
4198                 see ChangeLog 2003-02-06
4199
4200 2003-02-06 [christoph]  0.8.9claws45
4201
4202         * src/mbox.c
4203                 freeze folder updates while importing mbox files
4204                 (closes bug 43 importing mbox took hours)
4205                 
4206         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4207
4208 2003-02-06 [thorsten]   0.8.9claws44
4209
4210         * po/de.po
4211                 Updated german translations
4212
4213 2003-02-06 [thorsten]   0.8.9claws43
4214
4215         * src/news.h
4216                 use guint for message numbers (fix count in grouplist dialog)
4217
4218 2003-02-05 [paul]       0.8.9claws42
4219
4220         * sync with 0.8.10cvs2
4221                 see ChangeLog 2003-02-05
4222
4223 2003-02-04 [colin]      0.8.9claws41
4224
4225         * src/prefs_common.[ch]
4226           src/procmsg.c
4227           src/summaryview.c
4228                 Add an option to disable threading by subject
4229
4230 2003-02-04 [christoph]  0.8.9claws40
4231
4232         * src/inc.c
4233                 only abort fetching mails from multiple accounts when the
4234                 error is fatal and does not allow to check any more accounts
4235                 (currently only disk full error)
4236
4237         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4238          receive mails for other accouts)
4239
4240 2003-02-04 [christoph]  0.8.9claws39
4241
4242         * src/folder.c
4243                 first add the new message to the cache, then
4244                 send the update notification
4245
4246         (closes bug 39 after sending message folderview doesnt get updated)
4247
4248 2003-02-04 [colin]      0.8.9claws38
4249
4250         * src/inc.c
4251                 _really_ fix this Connecting... status
4252
4253 2003-02-04 [paul]       0.8.9claws37
4254
4255         * sync with 0.8.10
4256                 see ChangeLog 2003-02-04
4257
4258 2003-02-04 [paul]       0.8.9claws36
4259
4260         * sync with 0.8.9cvs6
4261                 see ChangeLog 2003-02-03
4262
4263 2003-02-04 [paul]       0.8.9claws35
4264
4265         * po/pt_BR.po
4266                 updated by André Filipe de Assunção e Brito 
4267                 <bedecko@netsite.com.br>
4268
4269 2003-02-03 [thorsten]   0.8.9claws34
4270
4271         * po/de.po
4272                 Updated german translations
4273
4274 2003-02-02 [paul]       0.8.9claws33
4275
4276         * po/es.po
4277                 updated by Ricardo Mones Lastra
4278
4279 2003-02-02 [thorsten]   0.8.9claws32
4280
4281         * src/mh.c
4282                 Fix mh_get_msginfo() segfault if file is inaccessible
4283
4284 2003-01-31 [colin]      0.8.9claws31
4285
4286         * src/procheader.c
4287                 Fix last commit's bug
4288
4289 2003-01-31 [colin]      0.8.9claws30
4290
4291         * src/procheader.c
4292                 Missing a change for gpg-signed messages
4293
4294 2003-01-31 [paul]       0.8.9claws29
4295
4296         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4297           src/procheader.c
4298           src/stock_pixmap.[ch]
4299           src/summaryview.c
4300                 indicate GnuPG signed messages by displaying an icon
4301                 in the Attachment column.
4302
4303 2003-01-31 [paul]       0.8.9claws28
4304
4305         * sync with 0.8.9cvs4
4306                 see ChangeLog 2003-01-31
4307
4308 2003-01-31 [alfons]     0.8.9claws27
4309
4310         * src/textview.c
4311                 tune URI parser to accept mailto URLs with a '?'
4312                 (patch from Ruslan Balkin)
4313
4314 2003-01-31 [colin]      0.8.9claws26
4315
4316         * src/summaryview.c
4317                 Fix a leak introduced in claws24
4318
4319 2003-01-31 [colin]      0.8.9claws25
4320
4321         * src/summaryview.c
4322                 Freeze/Thaw folder updates when deleting dups
4323
4324 2003-01-31 [colin]      0.8.9claws24
4325         
4326         * src/addr_compl.c
4327           src/summaryview.c
4328           src/msgcache.c
4329                 little speed improvements
4330
4331 2003-01-31 [colin]      0.8.9claws23
4332
4333         * src/summaryview.c
4334                 Fix segfault when forwarding nothing
4335                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4336                 
4337 2003-01-30 [paul]       0.8.9claws22
4338
4339         * sync with 0.8.9cvs3
4340                 see ChangeLog 2003-01-30
4341
4342 2003-01-30 [paul]       0.8.9claws21
4343
4344         * sync with 0.8.9cvs2
4345                 see ChangeLog 2003-01-30
4346
4347 2003-01-29 [paul]       0.8.9claws20
4348
4349         * sync with 0.8.9cvs1
4350                 see ChangeLog 2003-01-29
4351
4352 2003-01-28 [paul]       0.8.9claws19
4353
4354         * po/POTFILES.in
4355                 update to reflect changes. 
4356                 thanks to Ricardo Mones Lastra
4357
4358 2003-01-27 [christoph]  0.8.9claws18
4359
4360         * ac/openssl.m4
4361         * ac/spamassassin.m4
4362         * src/plugins/spamassassin/README
4363         * src/plugins/spamassassin/libspamc.[ch]
4364         * src/plugins/spamassassin/utils.[ch]
4365                 updated to latest libspamc
4366
4367 2003-01-27 [christoph]  0.8.9claws17
4368
4369         * src/folder.c
4370                 fix wrong use of procheader_get_header_fields
4371
4372 2003-01-27 [christoph]  0.8.9claws16
4373
4374         * src/news.c
4375         * src/prefs_account.[ch]
4376         * src/common/nntp.[ch]
4377                 allow to force authentication for NNTP servers
4378
4379         Patch submitted by Florian Mickler <dmk@d-labs.de>
4380
4381 2003-01-26 [paul]       0.8.9claws15
4382
4383         * src/summaryview.c
4384                 speed up of marking messages as read
4385                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4386
4387 2003-01-26 [christoph]  0.8.9claws14
4388
4389         * src/Makefile.am
4390         * src/mgutils.[ch]              ** REMOVE **
4391         * src/xml.[ch]                  ** REMOVE **
4392         * src/xmlprops.[ch]             ** REMOVE **
4393         * src/common/Makefile.am
4394         * src/common/mgutils.[ch]       ** NEW **
4395         * src/common/xml.[ch]           ** NEW **
4396         * src/common/xmlprops.[ch]      ** NEW **
4397                 move xml files to common directory
4398
4399 2003-01-26 [christoph]  0.8.9claws13
4400
4401         * src/plugins/spamassassin/spamassassin_gtk.c
4402                 only set gtk entry text if string is available
4403
4404 2003-01-26 [melvin]     0.8.9claws12
4405
4406         * src/description_window.c
4407                 Allow resizing of the window
4408                 Allow automatic horizontal scroll bar
4409                 Do not vertically expand and fill
4410
4411 2003-01-26 [christoph]  0.8.9claws11
4412
4413         * src/Makefile.am
4414         * src/gtkutils.[ch]             ** REMOVE **
4415         * src/common/sylpheed.c
4416         * src/gtk/Makefile.am
4417         * src/gtk/description_window.c
4418         * src/gtk/gtkutils.[ch]         ** NEW **
4419         * src/gtk/prefswindow.c
4420                 move gtkutils to gtk directory
4421
4422 2003-01-26 [paul]       0.8.9claws10
4423
4424         * src/summaryview.c
4425                 rename summary_unread_clicked() to summary_status_clicked()
4426
4427 2003-01-26 [melvin]     0.8.9claws9
4428
4429         * src/prefs_actions.c
4430                 Cosmetical changes to the help text
4431
4432 2003-01-26 [paul]       0.8.9claws8
4433
4434         * src/folder.[ch]
4435           src/mainwindow.c
4436           src/prefs_common.c
4437           src/prefs_sumamry_column.c
4438           summaryview.[ch]
4439                 rename the 'Unread' column to 'Status'
4440
4441 2003-01-25 [match]      0.8.9claws7
4442
4443         * src/mgutils.[ch]
4444                 removed reference to LDAP constants. removed error2string.
4445                 included functions to support LDAP dynamic queries.
4446         * src/syldap.h
4447                 moved LDAP constants here.
4448         * src/addressbook.c
4449         * src/addrindex.c
4450         * src/importldif.c
4451                 removed references to LDAP constants and references to
4452                 error2string.
4453
4454 2003-01-25 [paul]       0.8.9claws6
4455
4456         * src/summaryview.c
4457                 summary_thread_build(), summary_thread_init(): remove 
4458                 unneeded reference to summaryview->folder_item
4459
4460 2003-01-25 [christoph]  0.8.9claws5
4461
4462         * src/gtk/description_window.c
4463                 o allow description texts to expand over multiple columns
4464                 o translate all columns
4465         * src/prefs_actions.c
4466                 change syntax description to use new multi column feature
4467
4468         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4469
4470 2003-01-25 [match]      0.8.9claws4
4471
4472         * src/vcard.c
4473                 fixed bug with Quoted-Printable
4474
4475 2003-01-25 [paul]       0.8.9claws3
4476
4477         * src/folder.[ch]
4478           src/summaryview.[ch]
4479                 implement per-folder collapsed/expanded threads setting
4480                 
4481         * src/prefs_common.c
4482                 remove global collapsed/expanded threads option
4483
4484 2003-01-25 [christoph]  0.8.9claws2
4485
4486         * po/POTFILES.in
4487                 add pluginwindow and prefswindow
4488         * src/compose.c
4489                 make send respond correctly to messages that could be added
4490                 to the queue folder, but the UID of the message is unknown
4491         * src/folder.c
4492         * src/imap.c
4493                 don't return guessed UIDs in imap_add_msg anymore. We return
4494                 0 to tell the folder system it was appened but the UID is
4495                 unknown. Folder system now get's the UID by scaning the folder
4496                 and searching the cache for the Message-ID
4497                 (closes bug #29 Messages queued, but not sent)
4498
4499 2003-01-25 [paul]       0.8.9claws1
4500
4501         * src/codeconv.c
4502                 conv_encode_header():  fix bug when long headers with 8-bit
4503                 characters are used, so that the encoded words are wrapped.
4504                 If the space in the original text falls on the wrap boundary,
4505                 it can be lost.
4506                 Patch by Sergey Vlasov.
4507                 
4508         * src/folderview.c
4509                  fix bug where a change to the sorting method or thread view
4510                  of a folder's messages is lost if simpify-subject is set and
4511                  toggled on or off.
4512                  Patch by Luke Plant.
4513
4514 2003-01-24 [paul]       0.8.9claws
4515
4516         * sylpheed-0.8.9claws released
4517         
4518         * Makefile.am
4519           sylpheed.spec.in
4520                 remove reference to 'INSTALL.jp'
4521
4522 2003-01-23 [paul]       0.8.8claws128
4523
4524         * po/es.po
4525           po/it.po
4526           po/ru.po
4527           po/sr.po
4528                 updated translations. submitted by Ricardo Mones Lastra,
4529                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4530
4531 2003-01-23 [colin]      0.8.8claws127
4532
4533         * src/compose.c
4534                 Fix drafted and queued news articles re-edition
4535
4536 2003-01-23 [melvin]     0.8.8claws126
4537
4538         * po/fr.po
4539                 Updated French translations
4540
4541 2003-01-23 [colin]      0.8.8claws125
4542
4543         * src/inc.c
4544                 Fix "Connecting to..." status message
4545
4546 2003-01-22 [paul]       0.8.8claws124
4547
4548         * po/bg.po
4549                 updated by George Danchev
4550                 
4551         * src/folder.c
4552                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4553                 and folder deletion
4554
4555 2003-01-21 [paul]       0.8.8claws123
4556
4557         * po/bg.po
4558                 updated by George Danchev
4559                 
4560         * src/about.c
4561                 its now 2003
4562                 
4563         * src/toolbar.c
4564                 don't translate 'Separator'
4565                 
4566         * src/plugins/spamassassin/Makefile.am
4567                 add aspell to CPPFLAGS
4568                 
4569         * src/plugins/spamassassin/spamassassin.c
4570           src/plugins/spamassassin/spamassassin_gtk.c
4571                 set correct default for spamassassin_receive_spam
4572                 slightly re-word descriptions and some
4573                 other minor changes
4574
4575 2003-01-19 [alfons]     0.8.8claws122
4576                 
4577         * src/mimeview.c
4578                 mimeview_save_as(): we might as well show the file name for
4579                 the single case "Save As" too
4580
4581 2003-01-19 [alfons]     0.8.8claws121
4582
4583         * src/crash.c
4584                 change bug tracker URL to bugzilla URL
4585
4586 2003-01-19 [alfons]     0.8.8claws120
4587
4588         * src/mimeview.c
4589                 mimeview_save_all(): display name of file before overwriting;
4590                 continue saving all, even when one overwrite was cancelled
4591
4592 2003-01-19 [christoph]  0.8.8claws119
4593
4594         * src/summaryview.c
4595         * src/procmsg.[ch]
4596                 fix wrong usage of procmsg_find_children in summaryview
4597                 by using procmsg_update_unread_children instead of
4598                 summaryview_update_unread_children
4599
4600 2003-01-19 [christoph]  0.8.8claws118
4601
4602         * src/procmsg.c
4603                 fix infinite loop in procmsg_find_children
4604                  (closes bug #25 sylpheed crashes on delete.)
4605
4606         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4607
4608 2003-01-19 [paul]       0.8.8claws117
4609
4610         * po/pt_BR.po
4611                 updated by Ivan Francolin Martinez
4612
4613 2003-01-18 [melvin]     0.8.8claws116
4614
4615         * src/prefs_actions.c
4616                 Removed syntax limitation of only one '&' at the end of command.
4617                         Now actions that contain '>/dev/null 2>&1' are possible.
4618
4619 2003-01-18 [melvin]     0.8.8claws115
4620
4621         * src/prefs_actions.c
4622                 Actions IO dialog: when the action ends
4623                 the "Close" button now has focus and [Escape] closes the
4624                 window.
4625
4626 2003-01-18 [christoph]  0.8.8claws114
4627
4628         * src/procmsg.c
4629                 o add debug output when MsgInfos are really freed
4630                 o free GSLists in procmsg_find_children and
4631                   procmsg_update_unread_children
4632
4633 2003-01-18 [christoph]  0.8.8claws113
4634
4635         * src/mainwindow.c
4636                 reorder Configuration menu
4637
4638 2003-01-18 [christoph]  0.8.8claws112
4639
4640         * src/compose.c
4641                 fix applying templates to forwarded messages
4642
4643         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4644
4645 2003-01-17 [christoph]  0.8.8claws111
4646
4647         * src/folder.c
4648                 destroy folder items, when a folder item is removed
4649
4650 2003-01-17 [christoph]  0.8.8claws110
4651
4652         * src/folder.c
4653                 fix wrong folder stats update when ignored message is
4654                 deleted
4655
4656 2003-01-17 [colin]      0.8.8claws109
4657         
4658         * src/mainwindow.c
4659         * src/summaryview.c
4660                 Quicksearch bugfixes: 
4661                 - hide help button at startup if not extended
4662                 - switch to extended when looking for replies
4663
4664 2003-01-17 [paul]
4665
4666         * sync with 0.8.9 release
4667
4668 2003-01-17 [paul]       0.8.8claws108
4669
4670         * sync with 0.8.8cvs11
4671                 see ChangeLog 2003-01-17
4672
4673 2003-01-16 [colin]      0.8.8claws107
4674
4675         * src/procmsg.c
4676                 Changed encryption test to re-ask passphrase
4677                 if an encrypted message hasn't been decrypted
4678                 Fixes bug #5
4679
4680 2003-01-16 [christoph]  0.8.8claws106
4681
4682         * src/prefs_gtk.c
4683         * src/prefs_toolbar.c
4684         * src/gtk/prefswindow.h
4685         * src/plugins/spamassassin/spamassassin_gtk.c
4686                 remove page destroy function that is not used anymore
4687
4688 2003-01-16 [paul]       0.8.8claws105
4689
4690         * sync with 0.8.8cvs9
4691                 see ChangeLog 2002-01-16
4692
4693 2003-01-16 [colin]      0.8.8claws104
4694
4695         * src/compose.[ch]
4696                 Fix bug with autosaved drafts for IMAP, when draft
4697                 folder is specified - fixes bugzilla bug #20
4698
4699 2003-01-15 [paul]       0.8.8claws103
4700
4701         * src/compose.[ch]
4702           src/procmsg.c
4703                 store folder and message-id of message forwarding
4704                 in queue header and set forward flag after sending
4705
4706 2003-01-15 [paul]       0.8.8claws102
4707
4708         * sync with 0.8.8cvs8
4709                 see ChangeLog 2002-01-15
4710
4711 2003-01-15 [colin]      0.8.8claws101
4712
4713         * src/Makefile.am
4714                 Fix linking with GNU libiconv
4715
4716 2003-01-15 [darko]      0.8.8claws100
4717
4718         * src/pine.c
4719                 fix crash when importing pine address book
4720                 entry with an empty name (reported by DY
4721                 <dybulk at tri8.net>)
4722
4723 2003-01-14 [paul]       0.8.8claws99
4724
4725         * configure.in  ** REMOVED **
4726           configure.ac  ** NEW FILE **
4727                 rename configure.in to configure.ac, as it is now
4728                 preferred
4729
4730 2003-01-14 [melvin]     0.8.8claws98
4731
4732         * src/folderview.c
4733                 folderview_check_new(): More precise function description
4734
4735 2003-01-14 [melvin]     0.8.8claws97
4736
4737         * src/folderview.c
4738                 folderview_check_new(): return the number of new messages 
4739                         since last check.
4740         * src/inc.c
4741                 inc_account_mail(): Disable counting of new messages for IMAP
4742                         and NNTP until bug [19] and [14] are fixed.
4743
4744 2003-01-14 [paul]       0.8.8claws96
4745
4746         * sync with 0.8.8cvs6
4747                 see ChangeLog 2003-01-14
4748
4749 2003-01-13 [alfons]     0.8.8claws95
4750
4751         * src/textview.c
4752                 tune email address validation (c. 0.8.8claws89): if . is 
4753                 just one char away from @, the address is invalid too 
4754                 (correctly rejects addresses like foo@.com)
4755
4756 2003-01-13 [paul]       0.8.8claws94
4757
4758         * src/messageview.c
4759           src/toolbar.c
4760                 fixes to the Message View toolbar and menu:
4761                 fix non-functioning Forward button
4762                 make Reply button consider default_reply_list
4763                 remove 'Follow-up...' menu entry
4764                 add 'Forward' and 'Redirect' menu entries
4765
4766 2003-01-13 [melvin]     0.8.8claws93
4767
4768         * src/inc.c
4769                 Fixed typo that could make new messages count incorrect.
4770
4771 2003-01-13 [melvin]     0.8.8claws92
4772
4773         * src/folderview.[ch]
4774                 folderview_check_new(): return the number of new messages.
4775         * src/inc.c
4776                 Should fix bug [14] where new mail notification worked 
4777                         incorrectly with IMAP accounts.
4778                 inc_spool_account(): return number of new msgs, or -1 on error
4779                 inc_all_spool(): return number of new msgs
4780                 
4781 2003-01-13 [melvin]     0.8.8claws91
4782
4783         * src/prefs_actions.c
4784                 Justify help text.
4785
4786 2003-01-12 [thorsten]   0.8.8claws90
4787
4788         * src/common/prefs.c
4789                 close file before rename
4790
4791 2003-01-12 [alfons]     0.8.8claws89
4792
4793         * AUTHORS
4794                 add Christian Mertes
4795         * src/common/utils.[ch]
4796                 g_stricase_hash(), g_stricase_equal(): functions for 
4797                 case insensitive hash tables
4798         * src/textview.c
4799                 use top level domain names to validate email address, based
4800                 on a patch by Christian Mertes (thanks!), but changed 
4801                 implementation to use a hash table 
4802
4803 2003-01-12 [paul]       0.8.8claws88
4804
4805         * po/bg.po
4806                 updated by George Danchev
4807
4808 2003-01-12 [alfons]     0.8.8claws87
4809
4810         * src/summaryview.c
4811                 delete / execute performance: use new style folder update
4812
4813 2003-01-12 [paul]       0.8.8claws86
4814
4815         * sync with 0.8.8cvs5
4816                 see ChangeLog 2003-01-13 (!)
4817
4818 2003-01-12 [alfons]     0.8.8claws85
4819
4820         * src/filtering.c
4821         * src/matcher_parser_parse.y
4822                 prepare change_score filtering action
4823         * src/matcher.[ch]
4824                 give up const-correctness on functions that call non-const-correct functions;
4825                 several casts to gpointer in g_free();
4826                 add change_score;
4827
4828 2003-01-12 [christoph]  0.8.8claws84
4829
4830         * src/compose.c
4831                 fix 2 warnings
4832
4833         * src/gtk/prefswindow.[ch]
4834         * src/plugins/spamassassin/spamassassin_gtk.c
4835                 changed the call of the widget create function
4836                 for PrefsPages, because sometimes the widget
4837                 create function needs a widget that already has
4838                 been attached to a window (to create GDK pixmaps
4839                 for exmaple). So we simply pass the GtkWindow as
4840                 the second parameter now.
4841
4842         * src/main.c
4843         * src/mainwindow.c
4844         * src/prefs_toolbar.[ch]
4845                 rewrite Toolbar Preferences using the new
4846                 prefs window
4847
4848 2003-01-11 [alfons]     0.8.8claws83
4849
4850         * src/addressadd.c
4851                 fix crash when adding sender to addressbook because status bar
4852                 isn't there (the status bar doesn't seem to be used though,
4853                 but I'll let Match decide what to do with it)
4854
4855 2003-01-11 [colin]      0.8.8claws82
4856
4857         * src/main.c
4858           src/toolbar.c
4859                 Two useless changes reversed
4860
4861 2003-01-11 [colin]      0.8.8claws81
4862
4863         * src/mainwindow.c
4864           src/mainwindow.h
4865                 Add mainwindow_get_mainwindow()
4866         * src/alertpanel.c
4867           src/alertpanel.h
4868                 Add alertpanel_error_log() 
4869         * src/compose.c
4870           src/inc.c
4871           src/messageview.c
4872           src/toolbar.c
4873           src/main.c
4874           src/procmsg.c
4875                 Network errors get a View Log button
4876
4877 2003-01-10 [alfons]     0.8.8claws80
4878
4879         * src/prefs_toolbar.c
4880         * src/toolbar.c
4881                 use the translatable string for "Separator" as file name for
4882                 separator toolbar items (probably make this uppercase?)
4883
4884 2003-01-10 [alfons]     0.8.8claws79
4885
4886         * src/prefs_toolbar.c
4887                 put right A_SEPARATOR description string in "displayed
4888                 toolbar items list" so manually added separators are
4889                 saved correctly (bug #10, "Adding a separator to the main 
4890                 toolbar fails, entry in xml file is wrong")
4891
4892 2003-01-10 [christoph]  0.8.8claws78
4893
4894         * src/imap.c
4895                 o fix warnings
4896                 o use CAPABILITY to check if NAMESPACE is available
4897
4898 2003-01-10 [christoph]  0.8.8claws77
4899
4900         * src/imap.[ch]
4901                 apply UIDPLUS IMAP extension support patch
4902
4903         Patch submitted by Simon 'corecode' Schubert
4904
4905 2003-01-10 [paul]       0.8.8claws76
4906
4907         * src/folderview.c
4908                 a sync from main which fixes the news account folders'
4909                 Properties bug
4910
4911 2003-01-10 [christoph]  0.8.8claws75
4912
4913         * src/folder.c
4914                 don't accept 0 as a valid uid returned by copy and move
4915                 functions. 0 means the message was copied or moved but the
4916                 new uid could not be fetched. It is not an error condition
4917                 for the copy or move operation.
4918
4919 2003-01-10 [paul]       0.8.8claws74
4920
4921         * src/prefs_filtering.c
4922                 change English used in Alert when entry is not
4923                 saved.
4924                 
4925         * sync with 0.8.8cvs4
4926                 see ChangeLog 2003-01-10
4927
4928 2003-01-10 [darko]      0.8.8claws73
4929
4930         * src/pine.c
4931                 fix crash when importing address book entry
4932                 without a valid address
4933
4934 2003-01-09 [alfons]     0.8.8claws72
4935
4936         * src/inc.c
4937                 filtering performance: use new style folder update
4938
4939 2003-01-09 [christoph]  0.8.8claws71
4940
4941         * src/compose.c
4942         * src/gtk/menu.[ch]
4943                 fix wrong selecting of mime encoding type, when
4944                 opening property dialog of attachments in the
4945                 compose window. 7bit was always selected and that
4946                 destoryed files with 8bit data.
4947                 (closes bug #9 Sylpheed-claws destroys attachments when
4948                  changing MIME-types)
4949
4950 2003-01-09 [paul]       0.8.8claws70
4951
4952         * sync with 0.8.8cvs3
4953                 see ChangeLog 2003-01-09
4954
4955 2003-01-08 [alfons]     0.8.8claws69
4956         
4957         * src/addressadd.c
4958                 apply patch by Kim Schulz to fix build breakage
4959                 because of missing variable
4960
4961 2003-01-08 [paul]       0.8.8claws68
4962
4963         * sync with 0.8.8cvs2
4964                 see ChangeLog 2002-01-08
4965
4966 2003-01-08 [paul]       0.8.8claws67
4967
4968         * po/it.po
4969                 updated by Alessandro Maestri
4970                 
4971         * src/addressadd.c
4972                 when using 'Add sender to addressbook' allow
4973                 name to be edited and remarks to be entered
4974                 Patch submitted by Luke Plant
4975
4976 2003-01-08 [darko]      0.8.8claws66
4977
4978         * README.claws, src/summaryview.c
4979                 fix description for marked messages
4980
4981 2003-01-08 [paul]
4982
4983         * tools/Makefile.am
4984           tools/launch_phoenix  ** NEW FILE **
4985                 add script that enables using Phoenix as the default
4986                 web browser. 
4987                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4988                 
4989         * tools/OOo2sylpheed.pl
4990                 remove full path to sylpheed executable, just 'sylpheed'
4991                 will do
4992                 
4993         * tools/README
4994                 add launch_phoenix informtion and re-arrange and compress
4995                 the data a little
4996
4997 2003-01-07 [christoph]  0.8.8claws65
4998
4999         * src/folder.c
5000                 fix update for source folder when moving messages
5001         * src/procmsg.[ch]
5002         * src/summaryview.c
5003                 use function to set to_folder for message infos and
5004                 automatically update the op_count for old and new
5005                 folder
5006
5007 2003-01-07 [melvin]     0.8.8claws64
5008
5009         * src/prefs_actions.c
5010                 Fixed bug where an '%p' Action on a displayed image crashed 
5011                         Sylpheed
5012                 Code clean up (get rid of duplicated code and removed unnecessary 
5013                                 structure member)
5014
5015 2003-01-07 [christoph]  0.8.8claws63
5016
5017         * src/compose.c
5018         * src/folder.[ch]
5019         * src/folderview.c
5020         * src/import.c
5021         * src/inc.c
5022         * src/main.c
5023         * src/mainwindow.c
5024         * src/messageview.c
5025         * src/prefs_folder_item.c
5026         * src/procmsg.c
5027         * src/summaryview.c
5028         * src/toolbar.c
5029                 o remove all folder update triggering from the UI code. The folder
5030                   system should know much better when a folder needs an update.
5031                 o to prevent multiple updates in a row the folder updates can be
5032                   frozen for some time.
5033
5034                 Note: - Please verify that no updates are missing
5035                       - Check where freeze/thaws should be added
5036
5037 2003-01-07 [christoph]  0.8.8claws62
5038
5039         * src/prefs_actions.c
5040                 don't translate empty strings
5041
5042         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5043
5044 2003-01-06 [christoph]  0.8.8claws61
5045
5046         * src/prefs_actions.c
5047                 mark strings for gettext
5048         * src/prefs_matcher.c
5049                 use new description window for Execute action and
5050                 match condition in Filtering
5051
5052         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5053
5054 2003-01-06 [alfons]     0.8.8claws60
5055
5056         keep myself inspired to re-organize matcher part 8; 
5057         yes, more to come (I need to move out the descriptive
5058         text for actions to matcher.c, or at least make it not
5059         depend on the wicked ordering)
5060
5061         * src/prefs_matcher.c
5062                 add documentation so others may comprehend the
5063                 UI part of the conditions
5064                 
5065 2003-01-06 [christoph]  0.8.8claws59
5066
5067         * src/prefs_actions.c
5068                 use new description window for syntax help
5069         * src/gtk/description_window.c
5070                 fix display of descriptions with column count != 2
5071
5072         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5073
5074 2003-01-06 [christoph]  0.8.8claws58
5075
5076         * src/quote_fmt.c
5077         * src/summaryview.[ch]
5078         * src/gtk/Makefile.am
5079         * src/gtk/description_window.[ch]       ** NEW **
5080                 use a generic window to display syntax descriptions
5081                 currently used in quote_fmt and summaryview (new description
5082                 for extended quick search)
5083
5084         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5085
5086 2003-01-06 [paul]       0.8.8claws57
5087
5088         * sync with 0.8.8cvs1
5089                 see ChangeLog 2003-01-06
5090
5091 2003-01-06 [christoph]  0.8.8claws56
5092
5093         * src/mainwindow.c
5094         * src/prefs_gtk.[ch]
5095         * src/gtk/prefswindow.[ch]
5096         * src/plugins/spamassassin/spamassassin_gtk.c
5097                 o remove page management from prefswindow, pages
5098                   will be an argument to prefswindow_open
5099                 o prefswindow_open gets a datapointer that is
5100                   passed to the widget_create function to allow
5101                   creation of prefswindow for specific items
5102
5103 2003-01-06 [colin]      0.8.8claws55
5104         
5105         * src/summaryview.c
5106                 We don't want regexp in the reply-finder, 
5107                 because MIDs can contain !,$,. and so on
5108
5109 2003-01-06 [jens]       0.8.8claws54
5110
5111         * src/jpilot.c
5112                 fixed a wrong free in jpilot_read_db_files
5113
5114 2003-01-06 [alfons]     0.8.8claws53
5115
5116         re-organize matcher part 8; more to come
5117        
5118         * src/matcher.c
5119                 matcherprop_to_string(): put g_free()s before the
5120                 switch-case break to fix memleaks                
5121
5122 2003-01-06 [colin]      0.8.8claws52
5123
5124         * src/summaryview.c
5125                 cleanup & reply-finder now displays the first 
5126                 matching message
5127
5128 2003-01-05 [alfons]     0.8.8claws51
5129
5130         re-organize matcher part 7; more to come
5131
5132         * src/matcher.[ch]
5133                 fixes for constant correctness;
5134                 more documentation;
5135
5136 2003-01-05 [alfons]     0.8.8claws50
5137
5138         re-organize matcher part 6; more to come
5139         
5140         * src/matcher.[ch]
5141                 fixes for constant correctness;
5142                 more documentation;
5143         * src/filtering.c
5144                 fix for constant correctness
5145
5146 2003-01-05 [colin]      0.8.8claws49
5147
5148         * src/account.[ch]
5149                 Add account_get_reply_account function
5150         * src/compose.c
5151                 Use account_get_reply_account function 
5152         * src/summaryview.c
5153                 Basic reply-finder - click on the replied
5154                 icon gets you to the outbox using quick-search
5155
5156 2003-01-05 [paul]       0.8.8claws48
5157
5158         * src/prefs_common.c
5159                 small change to English
5160                 
5161         * src/prefs_filtering.c
5162                 prefs_filtering_action_select(): improve logic and uniformity
5163                 of gui
5164
5165 2003-01-05 [alfons]     0.8.8claws47
5166
5167         fine tune solution to focus problems (bug #7)
5168
5169         * src/mainwindow.c
5170                 mainwindow_focus_in_event(): remove grab event check
5171         * src/summaryview.c
5172                 summary_button_pressed(): move selection on right-click
5173                 too. we can't possibly move the selection back after
5174                 canceling a dialog, because gtk's incomplete focus 
5175                 management. whether this is a good solution, only time
5176                 will tell.
5177
5178 2003-01-05 [christoph]  0.8.8claws46
5179
5180         * src/imap.c
5181                 fix crash when no imap connection could be established
5182
5183 2003-01-05 [paul]       0.8.8claws45
5184
5185         * src/mainwindow.c
5186           src/sumamryview.c
5187           src/gtk/menu.[ch]
5188                 fix bug 605957 'shortcuts in popup-menu'
5189                 make user-defined shortcuts work
5190                 show shortcuts that are already defined
5191                 in the main menu
5192                 Patch submitted by Luke Plant
5193
5194 2003-01-05 [alfons]     0.8.8claws44
5195
5196         * src/mainwindow.c
5197                 focus_in_event handler should not select summary view row 
5198                 when another window (menu, dialog) grabbed for events 
5199                 (bug #7, "[0.8.8claws42] Message summary focus") 
5200
5201 2003-01-04 [christoph]  0.8.8claws43
5202
5203         * src/procmsg.c
5204                 update save folder after adding the sent message
5205                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5206
5207 2003-01-02 [christoph]  0.8.8claws42
5208
5209         * src/common/plugin.c
5210                 fix unloading of all plugins and unload
5211                 plugins in reverse order
5212                 
5213         * src/gtk/pluginwindow.c
5214                 implement function of load and unload button
5215
5216         * src/gtk/prefswindow.c
5217         * src/gtk/prefswindow.h
5218                 rename register function and add new unregister
5219                 function
5220
5221         * src/plugins/spamassassin/spamassassin_gtk.c
5222                 unregister prefs page and update for changes in
5223                 src/gtk/prefswindow.c
5224
5225 2003-01-02 [paul]       0.8.8claws41
5226
5227         * po/es.po
5228                 updated by Ricardo Mones Lastra
5229
5230 2003-01-02 [paul]
5231
5232         * tools/tb2sylpheed
5233                 fixes and improvements by Urke MMI
5234
5235 2003-01-02 [thorsten]   0.8.8claws40
5236
5237         * src/procmsg.c
5238                 fixed wrong return value
5239
5240 2003-01-02 [thorsten]   0.8.8claws39
5241
5242         * src/prefs.c
5243                 fixed printing wrong variable
5244
5245 2003-01-02 [thorsten]   0.8.8claws38
5246
5247         * src/prefs.c
5248                 fixed acessing members of freed pfile struct
5249
5250 2003-01-02 [thorsten]   0.8.8claws37
5251
5252         * src/procmsg.c
5253                 detect loops across several messages
5254                 as suggested by Christoph Hohmann
5255
5256 2003-01-01 [match]      0.8.8claws36
5257
5258         * src/addrindex.c
5259                 fixed another memory leak.
5260
5261 2003-01-01 [match]      0.8.8claws35
5262
5263         * src/jpilot.[ch]
5264                 fixed memory leaks. applied Doxygen comments.
5265
5266 2003-01-01 [thorsten]   0.8.8claws34
5267
5268         * src/procmsg.c
5269                 inhibit endless loop if msg references itself
5270                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5271
5272 2003-01-01 [christoph]  0.8.8claws33
5273
5274         * src/mainwindow.c
5275         * src/gtk/Makefile.am
5276         * src/gtk/pluginwindow.c                ** NEW **
5277         * src/gtk/pluginwindow.h                ** NEW **
5278                 add plugin window
5279
5280         * src/plugins/demo/demo.c
5281         * src/plugins/spamassassin/spamassassin.c
5282         * src/plugins/spamassassin/spamassassin_gtk.c
5283                 write better plugin descriptions
5284
5285 2002-12-31 [christoph]  0.8.8claws32
5286
5287         * src/gtk/prefswindow.c
5288         * src/plugins/spamassassin/spamassassin_gtk.c
5289                 some small improvements to GTK code
5290
5291 2002-12-31 [christoph]  0.8.8claws31
5292
5293         * src/plugins/spamassassin/spamassassin_gtk.c
5294                 enable folder select button
5295
5296 2002-12-31 [christoph]  0.8.8claws30
5297
5298         * src/mainwindow.c
5299         * src/gtk/Makefile.am
5300         * src/gtk/prefswindow.c                         ** NEW **
5301         * src/gtk/prefswindow.h                         ** NEW **
5302                 add new prefs window
5303
5304         * src/common/plugin.c
5305                 don't try to load empty config lines
5306         
5307         * src/plugins/spamassassin/Makefile.am
5308         * src/plugins/spamassassin/spamassassin.c
5309         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5310         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5311                 GTK config for SpamAssassin Plugin using
5312                 the new prefs window
5313
5314 2002-12-31 [paul]       0.8.8claws29
5315
5316         * po/POTFILES.in
5317                 remove obsolete entry 'src/menu.c'
5318
5319 2002-12-31 [alfons]     0.8.8claws28
5320
5321         * src/matcher.[ch]
5322         * src/matcher_parser_parse.y
5323         * src/prefs_matcher.c
5324                 add "ignore_thread" and "~ignore_thread" condition so it's
5325                 possible to make the actions / scoring operate on the ignore
5326                 thread flag
5327
5328 2002-12-31 [christoph]  0.8.8claws27
5329
5330         * src/addrbook.c
5331         * src/addrindex.c
5332         * src/folder.c
5333         * src/matcher.c
5334         * src/prefs_account.c
5335         * src/prefs_actions.c
5336         * src/prefs_customheader.c
5337         * src/prefs_display_header.c
5338         * src/prefs_gtk.c
5339         * src/procmime.c
5340         * src/toolbar.c
5341         * src/xmlprops.c
5342         * src/common/prefs.[ch]
5343                 extend prefs file handling for reading and automatic handling
5344                 of blocks. When reading prefs_set_block_label will automatically
5345                 move on to the block. When writing it will copy all other blocks
5346                 automatically
5347
5348         * src/common/plugin.c
5349                 Now loading plugin filenames from [Plugins] block in
5350                 sylpheed rc file
5351
5352 2002-12-30 [christoph]  0.8.8claws26
5353
5354         * src/common/hooks.[ch]
5355                 return abort status to caller of hooks_invoke
5356                 
5357         * src/inc.[ch]
5358                 invoke message filtering hook and stop
5359                 default handling when filter returns abort
5360
5361         * src/common/plugin.[ch]
5362         * src/plugins/demo/demo.c
5363                 modify plugin loader, because resolving symbols for strings
5364                 does not work correctly
5365         
5366         * configure.in
5367         * ac/spamassassin.m4                            ** NEW **
5368         * src/plugins/spamassassin/.cvsignore           ** NEW **
5369         * src/plugins/spamassassin/Makefile.am          ** NEW **
5370         * src/plugins/spamassassin/README               ** NEW **
5371         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5372         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5373         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5374                 add spamassassin plugin, see src/plugins/spamassassin/README
5375                 for details
5376
5377 2002-12-29 [alfons]     0.8.8claws25
5378
5379         * src/mainwindow.c
5380                 when moving focus from a message view to the main 
5381                 window, don't forget to select the summary node
5382                 of the displayed message. should fix "[ 659103 ] 
5383                 focus-follows-mouse confuses sylpheed"
5384
5385 2002-12-29 [christoph]  0.8.8claws24
5386
5387         * src/Makefile.am
5388         * src/stringtable.[ch]          ** REMOVE **
5389         * src/common/Makefile.am
5390         * src/common/stringtable.[ch]   ** NEW **
5391                 move stringtable files to common directory
5392
5393 2002-12-29 [christoph]  0.8.8claws23
5394
5395         * src/Makefile.am
5396         * src/menu.[ch]                 ** REMOVE **
5397         * src/gtk/Makefile.am
5398         * src/gtk/menu.[ch]             ** NEW **
5399                 move menu files to gtk directory
5400
5401 2002-12-29 [match]      0.8.8claws22
5402
5403         * src/addressbook.c
5404         * src/syldap.c
5405                 moved UI specific code out of LDAP code into addressbook
5406                 UI code. fixed memory leak.
5407
5408 2002-12-29 [christoph]  0.8.8claws21
5409
5410         * src/folder.c
5411                 only check for IGNORED parent message when message is
5412                 not IGNORED itself
5413
5414 2002-12-29 [alfons]     0.8.8claws20
5415
5416         * src/summaryview.c
5417                 set gtksctree's anchor correct (immediate execute
5418                 changes the tree's layout, and anchor points at 
5419                 the incorrect row). fixes "[ 657233 ] multiple msg 
5420                 delete sometimes off by 1".
5421                 we probably have to look for more tree layout /
5422                 anchor glitches.
5423
5424 2002-12-29 [paul]       0.8.8claws19
5425
5426         * src/summaryview.c
5427                 fix bug [ 659054 ] incorrect sorting of 'From' column
5428                 when using 'display sender using address book'
5429                 thanks to Alfons and Luke Plant
5430
5431 2002-12-29 [christoph]  0.8.8claws18
5432
5433         * src/folder.c
5434         * src/procmsg.[ch]
5435                 check parent messages for IGNORE THREAD flag, when adding,
5436                 moving or copying messages to a folder
5437
5438 2002-12-27 [alfons]     0.8.8claws17
5439
5440         re-organize matcher part 5; more to come
5441
5442         * src/matcher.c
5443                 hash keywords in matchparser_tab 
5444
5445 2002-12-27 [alfons]     0.8.8claws16
5446
5447         re-organize matcher part 4; more to come
5448
5449         * src/matcher_parser.h
5450         * src/matcher_parser_lex.l
5451         * src/matcher_parser_parse.y
5452                 cleanup
5453
5454 2002-12-27 [alfons]     0.8.8claws15
5455
5456         re-organize matcher part 3; more to come
5457
5458         * src/matcher.[ch]
5459                 cleanup
5460
5461 2002-12-27 [alfons]     0.8.8claws14
5462
5463         re-organize matcher part 2; more to come but this should
5464         work. cc me if there are any regressions.
5465
5466         * src/matcher.h
5467                 add prototype for get_matchparser_tab_id()
5468         * src/matcher_parser_lex.l
5469                 look up keywords using matchparser_tab_id();
5470
5471 2002-12-27 [alfons]     0.8.8claws12
5472
5473         re-organize matcher part 1
5474
5475         * src/matcher.h
5476                 map yacc generated constants to sylpheed matcher constants
5477         * src/matcher.c
5478                 add function to find a matcher constant from a string
5479
5480 2002-12-27 [christoph]  0.8.8claws11
5481
5482         * src/compose.c
5483                 MENUITEM_ADD casts the 4th argument from integer to pointer
5484                 so it probably should not be a pointer, this means we
5485                 should use account id for it and not the account's pointer
5486
5487 2002-12-27 [paul]       0.8.8claws10
5488
5489         * src/mainwindow.c
5490                 remove unneeded 'GtkWidget *vbox'
5491                 
5492         * src/summaryview.c
5493                 further sync with 0.8.8 - make sort
5494                 by recipient work as expected
5495                 
5496         * NEWS
5497                 sync with 0.8.8
5498
5499 2002-12-27 [paul]       0.8.8claws9
5500
5501         * po/pt_BR.po
5502                 updated by Ivan F. Martinez
5503                 
5504 2002-12-27 [darko]      0.8.8claws8
5505
5506         * src/common/utils.c
5507                 added locked pattern to extended search
5508
5509 2002-12-27 [alfons]     0.8.8claws7
5510
5511         * src/prefs_matcher.[ch]
5512                 clean up
5513
5514 2002-12-26 [alfons]     0.8.8claws6
5515
5516         * src/matcher.[ch]
5517         * src/matcher_parser_lex.l
5518         * src/matcher_parser_parse.y
5519         * src/prefs_matcher.c
5520                 allow color label as a condition in the matcher
5521
5522 2002-12-26 [oliver]     0.8.8claws5
5523         
5524         * src/toolbar.c 
5525                 enable Addressbook for Main and Messageview
5526         * src/prefs_actions.c
5527                 enable actions in Messageview
5528
5529 2002-12-26 [christoph]  0.8.8claws4
5530
5531         * src/common/plugin.c
5532                 add a little debug output
5533         * configure.in
5534         * src/plugins/demo/Makefile.am
5535                 better use of automake
5536
5537 2002-12-26 [christoph]  0.8.8claws3
5538
5539         * src/Makefile.am
5540         * src/common/Makefile.am
5541                 fix "make distdir"
5542
5543 2002-12-26 [christoph]  0.8.8claws2
5544
5545         * configure.in
5546                 sort configure checks into common / gtk / plugins
5547         * po/POTFILES.in
5548                 add src/prefs_gtk.c
5549         * src/Makefile.am
5550                 add plugins SUBDIR
5551         * src/main.c
5552         * src/common/sylpheed.[ch]
5553                 added now sylpheed_done function for shutdown
5554         * src/common/Makefile.am
5555         * src/common/plugin.[ch]                ** NEW **
5556                 plugin loader and unloader
5557         * src/plugins/.cvsignore                ** NEW **
5558         * src/plugins/Makefile.am               ** NEW **
5559                 build plugins
5560         * src/plugins/demo/.cvsignore           ** NEW **
5561         * src/plugins/demo/Makefile.am          ** NEW **
5562         * src/plugins/demo/demo.c               ** NEW **
5563                 small demo plugin that installs a logtext hook and
5564                 outputs the log text to stdout
5565
5566 2002-12-26 [paul]       0.8.8claws1
5567
5568         * po/es.po
5569                 updated by Ricardo Mones Lastra
5570
5571 2002-12-26 [paul]       0.8.8claws
5572
5573         * 0.8.8claws released
5574
5575 2002-12-26 [paul]       0.8.7claws12
5576
5577         * po/bg.po
5578                 updated by George Danchev
5579
5580 2002-12-26 [paul]       0.8.7claws11
5581
5582         * po/POTFILES.in
5583                 remove unneeded 'src/prefs.c' entry 
5584
5585 2002-12-26 [paul]       0.8.7claws10
5586
5587         * src/codeconv.c
5588           src/mainwindow.c
5589                 sync with 0.8.8 release
5590         
5591         * src/folder.[ch]
5592           src/mh.c
5593           src/summaryview.c
5594                 partial sync with 0.8.8 release
5595         
5596
5597 2002-12-25 [alfons]     0.8.7claws9
5598
5599         * src/matcher.[ch]
5600         * src/matcher_parser_lex.l
5601         * src/matcher_parser_parse.y
5602         * src/prefs_matcher.c
5603                 add locked flag to possible filtering / matcher 
5604                 conditions (also a good example what should be
5605                 done to add a simple boolean condition)
5606
5607 2002-12-25 [christoph]  0.8.7claws8
5608
5609         * src/Makefile.am
5610         * src/account.[ch]
5611         * src/addrbook.c
5612         * src/addressbook.c
5613         * src/addrindex.c
5614         * src/filtering.c
5615         * src/folder.c
5616         * src/matcher.c
5617         * src/prefs.[ch]                ** REMOVE **
5618         * src/prefs_account.c
5619         * src/prefs_actions.c
5620         * src/prefs_common.c
5621         * src/prefs_customheader.c
5622         * src/prefs_display_header.c
5623         * src/prefs_filtering.c
5624         * src/prefs_folder_item.c
5625         * src/prefs_gtk.[ch]            ** NEW **
5626         * src/prefs_matcher.c
5627         * src/prefs_scoring.c
5628         * src/prefs_summary_column.c
5629         * src/procmime.c
5630         * src/selective_download.c
5631         * src/toolbar.c
5632         * src/common/Makefile.am
5633         * src/common/prefs.[ch]         ** NEW **
5634                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5635
5636 2002-12-24 [alfons]     0.8.7claws7
5637
5638         * src/summaryview.c
5639                 summary_thread_build(): fix real cause of the crash mentioned in
5640                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5641                 this way we get meaningful ctree nodes 
5642
5643 2002-12-24 [oliver]     0.8.7claws6
5644
5645         * src/mainwindow.[ch]
5646         * src/messageview.[ch]
5647         * src/compose.[ch]
5648         * src/inc.c
5649         * src/summaryview.c
5650                 changes to use updated toolbar handling
5651                 
5652 2002-12-24 [oliver]     0.8.7claws5
5653
5654         * src/toolbar.[ch]
5655                 generic toolbar handling
5656                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5657         * src/prefs_toolbar.[ch]
5658                 adjust to handling
5659         
5660 2002-12-24 [oliver]     0.8.7claws4
5661         
5662         * src/stock_pixmap.[ch]
5663                 move SYLPHEED_LOGO to end of list in order 
5664                 to remove it from Custom Toolbar`s Icon View
5665
5666 2002-12-24 [alfons]     0.8.7claws3
5667
5668         * src/summaryview.c
5669                 summary_thread_build(): fix crash because of focus != selection 
5670                 after threading. when deleting the selection, gtk tries but fails 
5671                 to find the correct focusable element. we now force the selection
5672                 to be focused. this should solve the infamous bug reported by 
5673                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5674                 a test case is available. 
5675
5676 2002-12-24 [darko]      0.8.7claws2
5677
5678         * src/summaryview.c
5679                 don't crash when unmarking message with unread children
5680
5681 2002-12-23 [christoph]  0.8.7claws1
5682
5683         * src/Makefile.am
5684         * src/common/Makefile.am
5685                 update Makefiles for moved intl.h, version.h and defs.h
5686         * src/imap.c
5687                 rewrite imap_session_get to avoid duplicate code
5688
5689 2002-12-23 [paul]       0.8.7claws
5690
5691         * Santa-Claws released
5692         
5693         * po/hu.po
5694           po/ru.po
5695                 squeeze in updated Hungarian and Russian translations.
5696                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5697
5698 2002-12-23 [paul]       0.8.6claws129
5699
5700         * po/pl.po
5701                 updated by Witold Wladyslaw Wojciech Wilk
5702
5703 2002-12-23 [paul]       0.8.6claws128
5704
5705         * src/quote_fmt_parse.y
5706                 fix typo and add licence header
5707
5708 2002-12-23 [paul]       0.8.6claws127
5709
5710         * po/en_GB.po
5711                 updated
5712
5713 2002-12-23 [paul]       0.8.6claws126
5714
5715         * po/it.po
5716                 updated translation, submitted by Alessandro Maestri
5717                 
5718 2002-12-23 [paul]       0.8.6claws125
5719
5720         * src/quote_fmt_parse.y
5721                 fix signature-stripping on replies bug. match
5722                 '-- \n' and not '-- '.
5723
5724 2002-12-22 [paul]       0.8.6claws124
5725
5726         * po/bg.po
5727           po/es.po
5728           po/sr.po
5729                 updated translations. submitted by George Danchev,
5730                 Ricardo Mones Lastra, and Urke MMI respectively
5731
5732 2002-12-21 [paul]       0.8.6claws123
5733
5734         * src/addrbook.c
5735                 fix coding style
5736
5737 2002-12-21 [paul]       0.8.6claws122
5738
5739         * src/addrbook.c
5740                 fix bug [643638] where if a person is in one or more
5741                 addressbook groups editing that person's email 
5742                 address results in removal from those groups.
5743                 Patch submitted by Luke Plant.
5744
5745 2002-12-20 [christoph]  0.8.6claws121
5746
5747         * src/common/utils.c
5748         * src/summaryview.c
5749                 reimplement expand_search_string using GString to
5750                 prevent crashs caused by miscalculated string
5751                 lengths reported by Paul
5752
5753 2002-12-20 [christoph]  0.8.6claws120
5754
5755         * src/summaryview.c
5756                 don't use "changed" to check if op_count has to be changed as it
5757                 is also set when the message has unread children
5758                 (closes bug [ 653221 ] crash while deleting duplicates)
5759
5760 2002-12-20 [paul]       0.8.6claws119
5761
5762         * sync with 0.8.6cvs27
5763                 see ChangeLog 2002-12-20
5764
5765 2002-12-20 [paul]       0.8.6claws118
5766
5767         * sync with 0.8.6cvs26
5768                 see ChangeLog 2002-12-19 and 2002-12-20
5769
5770 2002-12-19 [alfons]     0.8.6claws117
5771
5772         * src/textview.c
5773                 fix incorrect parsing of email addresses, submitted by 
5774                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5775                 name display if it contains @".
5776
5777 2002-12-18 [paul]       0.8.6claws116
5778
5779         * sync with 0.8.6cvs23
5780                 see ChangeLog 2002-12-18
5781
5782 2002-12-18 [paul]       0.8.6claws115
5783
5784         * src/Makefile.am
5785         * src/account.c
5786         * src/codeconv.c
5787         * src/gtkutils.[ch]
5788         * src/imap.c
5789                 sync with 0.8.6cvs22.
5790                 see ChangeLog 2002-12-17 and 2002-12-18
5791
5792 2002-12-17 [christoph]  0.8.6claws114
5793
5794         * src/imap.c
5795                 o don't create a session if imap greeting fails
5796                 o don't close socket when authentication fails
5797                   this is done by imap_session_destroy
5798
5799 2002-12-17 [thorsten]   0.8.6claws113
5800
5801         * tools/Makefile.am
5802           tools/README
5803           tools/google_msgid.pl ** NEW FILE **
5804                 Added "search for message-id" script and doc
5805
5806 2002-12-17 [thorsten]   0.8.6claws112
5807
5808         * po/hu.po
5809                 Updated hungarian translation
5810                 (updated by Gal Zoltan)
5811
5812 2002-12-16 [christoph]  0.8.6claws111
5813
5814         * src/addr_compl.c
5815                 remove stupid addressbook dump to debug output
5816         * src/mh.c
5817                 fix memory leak found by Hiro
5818
5819 2002-12-14 [paul]       0.8.6claws110
5820
5821         * src/compose.c
5822                 fix menubar sensitivity on send
5823                 
5824         * src/prefs_filtering.c
5825         * src/prefs_matcher.c
5826         * src/prefs_scoring.c
5827                 Fix english ;)
5828                 
5829         * src/common/quoted-printable.h
5830                 sync: fix typo
5831         
5832 2002-12-13 [christoph]  0.8.6claws109
5833
5834         * src/Makefile.am
5835         * src/manage_window.[ch]        ** REMOVE **
5836         * src/gtk/Makefile.am
5837         * src/gtk/manage_window.[ch]    ** NEW **
5838                 move manage_window files to gtk directory
5839
5840 2002-12-13 [christoph]  0.8.6claws108
5841
5842         * src/Makefile.am
5843         * src/gtkshruler.[ch]           ** REMOVE **
5844         * src/gtk/Makefile.am
5845         * src/gtk/gtkshruler.[ch]       ** NEW **
5846                 move gtkshruler files to gtk directory
5847
5848 2002-12-13 [christoph]  0.8.6claws107
5849
5850         * src/Makefile.am
5851         * src/compose.c
5852         * src/gtkstext.[ch]             ** REMOVE **
5853         * src/gtkutils.[ch]
5854         * src/textview.c
5855         * src/gtk/gtkstext.[ch]         ** NEW **
5856         * src/gtk/Makefile.am
5857                 o move stext functions to gtkstext.c to remove
5858                   dependency of gtkutils
5859                 o move gtkstext files to gtk directory
5860
5861         * src/gtk/Makefile.am
5862         * src/gtk/sslcertwindow.[ch]
5863                 UI stuff can always depend on common code so
5864                 it's ok to add ../common to include path
5865
5866 2002-12-13 [colin]      0.8.6claws106
5867
5868         * src/summaryview.c
5869                 Disconnect sighandlers for mainwindow when
5870                 quicksearch has the focus
5871                 Fix bug #653231
5872         * src/mainwindow.[ch]
5873                 Make key_pressed callback public, to be able
5874                 to disconnect it
5875
5876 2002-12-13 [christoph]  0.8.6claws105
5877
5878         * src/mh.c
5879                 create .mh_sequences file in new MH folders
5880                 (closes feature request [ 523162 ] MH folders should
5881                  get a .mh_sequences)
5882
5883 2002-12-13 [colin]      0.8.6claws104
5884
5885         * src/summaryview.c
5886                 Better handling of quicksearch show/hide
5887                 (basically the button stays under the mouse 
5888                  when toggled)
5889
5890 2002-12-13 [paul]       0.8.6claws103
5891
5892         * sync with 0.8.6cvs17
5893                 see ChangeLog 2002-12-13
5894
5895 2002-12-13 [paul]       0.8.6claws102
5896
5897         * po/es.po
5898                 updated by Ricardo Mones Lastra
5899
5900 2002-12-11 [colin]       0.8.6claws101
5901
5902         * src/folder.c
5903                 remove statusbar stuff
5904           src/folderview.c
5905                 set statusbar verbosity when moving folders
5906
5907 2002-12-11 [colin]       0.8.6claws100
5908         * src/prefs_filtering.c
5909         * src/prefs_matcher.c
5910         * src/prefs_scoring.c
5911                 Fix english ;)
5912
5913 2002-12-11 [colin]       0.8.6claws99
5914
5915         * src/prefs_common.[ch]
5916                 Add summary_quicksearch_type
5917         * src/summaryview.c
5918                 Save last used quicksearch type
5919
5920 2002-12-11 [jens]       0.8.6claws98
5921         * src/prefs_filtering.c
5922         * src/prefs_matcher.c
5923         * src/prefs_scoring.c
5924                 added dialog for incomplete rules in scoring, filtering and
5925                 matcher to ask wheather really close
5926
5927 2002-12-11 [colin]      0.8.6claws97
5928
5929         * src/folder.c
5930                 Fix folder dnd statusbar logging
5931
5932 2002-12-10 [christoph]  0.8.6claws96
5933
5934         * src/compose.c
5935         * src/folder.c
5936         * src/imap.c
5937         * src/inc.c
5938         * src/main.c
5939         * src/mainwindow.c
5940         * src/news.c
5941         * src/send.c
5942         * src/statusbar.[ch]
5943         * src/common/hooks.c
5944         * src/common/log.[ch]
5945                 o handle verbose logging in statusbar directly in statusbar code
5946                   and common code does not need any knowledge about a statusbar
5947                 o remove direct calls to statusbar_(puts|pop)_all functions
5948
5949 2002-12-10 [jens]       0.8.6claws95
5950
5951         * src/*.c
5952                 removed gettext from g_warnings
5953         * po/POTFILES.in
5954                 cleaned and updated
5955         * po/de.po
5956                 updated
5957
5958 2002-12-10 [colin]      0.8.6claws94
5959
5960         * src/main.c
5961                 finish crash dialog fix
5962
5963 2002-12-10 [colin]      0.8.6claws93
5964
5965         * src/main.c
5966                 "Fix" "sylpheed already running" instead of
5967                 crash dialog appearing after a crash
5968
5969 2002-12-10 [colin]      0.8.6claws92
5970
5971         * po/POTFILES.in
5972                 add src/gtk/sslcertwindow.c
5973
5974 2002-12-10 [paul]       0.8.6claws91
5975
5976         * po/POTFILES.in
5977                 updated to reflect recent changes
5978                 submitted by Alessandro Maestri
5979
5980 2002-12-09 [christoph]  0.8.6claws90
5981
5982         * src/Makefile.am
5983         * src/smtp.[ch]                 ** REMOVE **
5984         * src/common/Makefile.am
5985         * src/common/smtp.[ch]          ** NEW **
5986                 move smtp files to common directory
5987
5988 2002-12-09 [christoph]  0.8.6claws89
5989
5990         * src/Makefile.am
5991         * src/session.[ch]              ** REMOVE **
5992         * src/common/Makefile.am
5993         * src/common/session.[ch]       ** NEW **
5994                 move session files to common directory
5995
5996 2002-12-09 [paul]       0.8.6claws88
5997
5998         * src/account.c
5999                 fix bug [649746] edit accounts: move account reverted
6000                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6001
6002 2002-12-09 [colin]      0.8.6claws87
6003
6004         * src/ssl_certificate.c
6005                 cleanup
6006
6007 2002-12-09 [colin]      0.8.6claws86
6008
6009         * src/ssl.c
6010                 Try to open the cert.pem database and 
6011                 issue a warning if it isn't there
6012
6013 2002-12-09 [colin]      0.8.6claws85
6014
6015         * src/common/ssl_certificate.c
6016         * src/gtk/sslcertwindow.c
6017                 Warning fixes
6018
6019 2002-12-09 [colin]      0.8.6claws84
6020
6021         * src/ssl_certificate.[ch] ** REMOVED **
6022         * src/common/ssl_certificate.[ch] ** NEW **
6023         * src/Makefile.am
6024         * src/common/Makefile.am
6025                 Moved ssl_certificate.[ch] to common
6026         * src/common/ssl.c 
6027                 Put back needed include
6028         * src/gtk/sslcertwindow.[ch]
6029                 Changed ssl_certificate.h include
6030         
6031 2002-12-09 [colin]      0.8.6claws83
6032
6033         * src/gtk/sslcertwindow.[ch]
6034                 Implement hook for certificate acception
6035         * src/ssl_certificate.[ch]
6036                 Implement hook for certificate acception
6037         * src/common/ssl.c
6038                 Reenable certificate acception check
6039         * src/mainwindow.c
6040                 Register sslcertwindow's hook
6041         
6042 2002-12-08 [christoph]  0.8.6claws82
6043
6044         * src/about.c
6045         * src/addr_compl.c
6046         * src/codeconv.c
6047         * src/manual.c
6048         * src/undo.c
6049         * src/common/utils.c
6050                 o add missing includes
6051                 o fix warnings
6052         * src/.cvsignore
6053         * src/common/.cvsignore
6054         * src/common/version.h          ** REMOVE **
6055                 remove autogenerated file
6056
6057 2002-12-08 [paul]       0.8.6claws81
6058
6059         * src/stringtable.c
6060                 put back needed include
6061
6062 2002-12-08 [colin]      0.8.6claws80
6063         
6064         * src/gtk/sslcertwindow.c
6065                 Cleaner popups when asking
6066         * src/ssl_certificate.c
6067         * src/prefs_common.[ch]
6068                 remove ssl certificate pref
6069                 put back needed include
6070         * src/undo.c
6071                 put back needed include
6072
6073 2002-12-08 [christoph]  0.8.6claws79
6074
6075         * src/folderview.c
6076         * src/logwindow.c
6077         * src/statusbar.c
6078         * src/summaryview.c
6079                 only abort hook invokation if required data is missing not
6080                 if our own data pointer is NULL, update hookfunction for
6081                 log window
6082
6083 2002-12-08 [paul]       0.8.6claws78
6084
6085         * src/about.c
6086         * src/addrcache.c
6087         * src/addrclip.c
6088         * src/addr_compl.c
6089         * src/addrselect.c
6090         * src/codeconv.c
6091         * src/colorlabel.c
6092         * src/enriched.c
6093         * src/esmtp.c
6094         * src/exporthtml.c
6095         * src/headerview.c
6096         * src/imageview.c
6097         * src/manual.c
6098         * src/noticeview.c
6099         * src/pgptext.c
6100         * src/scoring.c
6101         * src/sourcewindow.c
6102         * src/stringtable.c
6103         * src/undo.c
6104                 clean up: remove unneccesary includes
6105
6106 2002-12-08 [christoph]  0.8.6claws77
6107
6108         * src/folderview.c
6109         * src/statusbar.c
6110         * src/summaryview.c
6111         * src/common/hooks.[ch]
6112                 hook functions now have a gboolean return value, if a hook
6113                 returns TRUE it will stop executing of any more hooks in
6114                 the same hooklist for this invokation
6115
6116 2002-12-08 [colin]      0.8.6claws76
6117         
6118         * src/main.c
6119                 put back argv0 for CRASH_DIALOG
6120
6121 2002-12-08 [christoph]  0.8.6claws75
6122
6123         * src/Makefile.am
6124         * src/about.c
6125         * src/account.c
6126         * src/crash.c
6127         * src/esmtp.h
6128         * src/imap.[ch]
6129         * src/inc.c
6130         * src/main.c
6131         * src/mainwindow.c
6132         * src/news.c
6133         * src/pop.[ch]
6134         * src/prefs_account.[ch]
6135         * src/prefs_common.[ch]
6136         * src/send.[ch]
6137         * src/smtp.[ch]
6138         * src/ssl_certificate.[ch]
6139         * src/ssl_manager.[ch]
6140         * src/common/Makefile.am
6141         * src/common/log.c
6142         * src/common/nntp.[ch]
6143         * src/common/socket.[ch]
6144         * src/common/ssl.[ch]
6145         * src/gtk/sslcertwindow.[ch]
6146         * ac/openssl.m4
6147                 use new autoconf script to detect OpenSSL with extra parameters
6148                 to specify the location of libs and includes, also remove USE_SSL
6149                 to USE_OPENSSL
6150
6151         * src/common/sylpheed.[ch]
6152         * src/common/version.h.in
6153                 start seperation of common code initialization seperated from gui
6154
6155         * src/summaryview.c
6156                 The function that is called when a color label changes
6157                 should not change the color lable again
6158
6159 2002-12-08 [colin]      0.8.6claws74
6160
6161         * src/gtk/sslcertwindow.c
6162                 warning fixes
6163
6164 2002-12-08 [colin]      0.8.6claws73
6165
6166         * src/statusbar.c
6167           src/common/log.h
6168                 Register a hook for statusbar_puts_all
6169         * src/common/log.c
6170                 invoke statusbar_puts_all's hook
6171         
6172 2002-12-08 [colin]      0.8.6claws72
6173
6174         * src/ssl_certificate.c
6175                 Put back a badly-removed include
6176
6177 2002-12-08 [colin]      0.8.6claws71
6178
6179         * src/gtk/sslcertwindow.[ch]    ** NEW **
6180                 new certificate presentation
6181         * src/gtk/Makefile.am
6182                 add new files
6183         * src/ssl_certificate.[ch]
6184                 gtk cleanup, made utility functions public
6185         * src/ssl_manager.c
6186                 use new cert presentation
6187
6188 2002-12-07 [christoph]  0.8.6claws70
6189
6190         * src/Makefile.am
6191         * src/nntp.[ch]                 ** REMOVE **
6192         * src/common/Makefile.am
6193         * src/common/nntp.[ch]          ** NEW **
6194                 move nntp files to common directory
6195
6196 2002-12-07 [christoph]  0.8.6claws69
6197
6198         * src/procmsg.[ch]
6199         * src/summaryview.c
6200                 implement msginfo update callback using sylpheed's new
6201                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6202
6203 2002-12-06 [christoph]  0.8.6claws68
6204
6205         * src/editgroup.c
6206                 This patch changes the 'Edit Group Details' dialog to
6207                 allow extended selections in either pane, so that
6208                 addresses can be added or removed from a group more
6209                 quickly and easily. (it actually is a net decrease in
6210                 file size, as some unnecessary functions have been
6211                 removed). 
6212                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6213
6214 2002-12-06 [christoph]  0.8.6claws67
6215
6216         * src/Makefile.am
6217         * src/template.[ch]             ** REMOVE **
6218         * src/common/Makefile.am
6219         * src/common/template.[ch]      ** NEW **
6220                 move template files to common directory
6221
6222         * src/nntp.c
6223                 add missing log.h include
6224
6225 2002-12-06 [melvin]     0.8.6claws66
6226
6227         * src/prefs_actions.c
6228                 Added the trailing ">" syntax to insert command's output
6229                 without replacing old text (in contrast to trailing "|").
6230
6231 2002-12-05 [colin]      0.8.6claws65
6232         
6233         * src/common/utils.c
6234                 Don't modify original search_string or it'll change
6235                 the next iterations in the for()
6236
6237 2002-12-05 [darko]      0.8.6claws64
6238
6239         * src/common/utils.c
6240                 proper check for filtering commands, found by Colin
6241
6242 2002-12-05 [darko]      0.8.6claws63
6243
6244         * src/common/utils.c
6245                 check proper string for NULL pointer, found by Colin
6246
6247 2002-12-05 [darko]      0.8.6claws62
6248
6249         * src/common/utils.[ch]
6250                 expand_search_string(): new function
6251                 converts Mutt-like patterns to Sylpheed's
6252                 filtering engine
6253         * src/summaryview.c
6254                 use expand_search_string() to allow Mutt-like
6255                 patterns in extended search
6256         * README.claws
6257                 document extended option in quick search
6258
6259 2002-12-05 [paul]       0.8.6claws61
6260
6261         * sync with 0.8.6cvs16
6262                 see ChangeLog 2002-12-05
6263                 
6264         * po/POTFILES.in
6265                 clean up
6266
6267 2002-12-04 [christoph]  0.8.6claws60
6268
6269         * src/imap.[ch]
6270                 put imap authentication code into a new function and
6271                 remove it from imap_session_new that will allow to
6272                 send other commands before authentication
6273
6274 2002-12-04 [christoph]  0.8.6claws59
6275
6276         * src/imap.[ch]
6277                 use already existing method to prevent unneeded IMAP
6278                 folder selects. Set imap_select parameters to NULL
6279                 in some functions if the values are not required.
6280
6281         * src/xml.h
6282                 remove no longer required include
6283
6284 2002-12-04 [paul]       0.8.6claws58
6285
6286         * po/es.po
6287                 updated by Ricardo Mones Lastra
6288                 
6289         * configure.in
6290           po/hu.po      ** NEW FILE **
6291                 initial Hungarian translation, submitted
6292                 by Gál Zoltán <galzoli@hu.inter.net>
6293
6294 2002-12-03 [christoph]  0.8.6claws57
6295
6296         * src/Makefile.am
6297         * src/gtksctree.[ch]            ** REMOVE **
6298         * src/gtk/Makefile.am
6299         * src/gtk/gtksctree.[ch]        ** NEW **
6300                 move gtksctree files to gtk directory
6301
6302 2002-12-03 [christoph]  0.8.6claws56
6303
6304         * src/Makefile.am
6305         * src/md5.[ch]                  ** REMOVE **
6306         * srm/common/Makefile.am
6307         * src/common/md5.[ch]           ** NEW **
6308                 move md5 files to common directory
6309
6310         * src/gtkstext.c
6311                 remove not required #include
6312
6313 2002-12-03 [sergey]     0.8.6claws55
6314
6315         * src/gtkutils.c
6316         * src/gtkutils.h
6317                 gtkut_window_popup(): new function.
6318         * src/mainwindow.c
6319                 main_window_popup(): use gtkut_window_popup() to raise
6320                 window without changing its position.
6321                 (see sylpheed-main ML message [sylpheed:17247])
6322
6323 2002-12-03 [sergey]     0.8.6claws54
6324
6325         * src/send.c
6326                 send_message_local(): removed first-dot escaping
6327                 (SMTP-only, not needed for sending through pipe)
6328
6329 2002-12-03 [paul]       0.8.6claws53
6330
6331         * po/POTFILES.in
6332                 update to reflect recent changes (thanks
6333                 to Ricardo Mones Lastra)
6334                 
6335         * tools/filter_conv.pl
6336                  fix problem with quoted strings. Patch submitted
6337                  by Luke Plant <lukeplant@softhome.net>
6338
6339 2002-12-03 [paul]       0.8.6claws52
6340
6341         * sync with 0.8.6cvs15
6342                 see ChangeLog 2002-12-03
6343
6344 2002-12-02 [christoph]  0.8.6claws51
6345
6346         * src/logwindow.[ch]
6347         * src/common/log.[ch]
6348                 implement logging using a hook function
6349
6350         * src/folderview.c
6351         * src/folder.[ch]
6352                 define hooklist name in header file to avoid
6353                 errors caused by wrong spelling of hooklist names
6354
6355         * src/toolbar.c
6356                 fix warnings
6357
6358 2002-12-02 [christoph]  0.8.6claws50
6359
6360         * src/common/Makefile.am
6361                 add src/common/hooks.[ch]
6362
6363         * src/common/hooks.[ch]
6364                 implement a simple hook system using glib's hook functions
6365
6366         * src/folder.[ch]
6367         * src/folderview.c
6368                 use new hook system for folder item updates
6369
6370 2002-12-02 [christoph]  0.8.6claws49
6371
6372         * doc-src/ui_seperation.txt     ** NEW **
6373                 information for ui seperation
6374
6375         * src/Makefile.am
6376                 remove files that were moved to common
6377                 include common directory by default for the header files
6378
6379         * src/inc.c
6380         * src/common/socket.c
6381         * src/automaton.[ch]
6382                 implement automaton using g_io_*-functions instead of
6383                 gdk_input_add to make it ui independent
6384
6385         * src/codeconv.c
6386         * src/compose.c
6387         * src/ldif.c
6388         * src/pgptext.c
6389         * src/procmime.c
6390         * src/rfc2015.c
6391         * src/smtp.c
6392         * src/unmime.c
6393                 remove common/ prefix because directory is now in
6394                 include path
6395
6396         * src/compose.c
6397         * src/folder.c
6398         * src/folderview.c
6399         * src/mainwindow.c
6400         * src/messageview.c
6401         * src/prefs_common.c
6402         * src/procmsg.c
6403         * src/rfc2015.c
6404                 fix warnings
6405
6406         * src/imap.c
6407         * src/inc.c
6408         * src/news.c
6409         * src/pop.c
6410         * src/send.c
6411         * src/smtp.c
6412         * src/ssl_certificate.c
6413                 add log.h header file for logging functions
6414
6415         * src/main.c
6416         * src/common/utils.c
6417         * src/summaryview.c
6418         * src/xml.c
6419                 o move debug_mode to common/utils.c
6420                 o add functions to set and get debug_mode
6421
6422         * src/defs.h                    ** REMOVE **
6423         * src/intl.h                    ** REMOVE **
6424         * src/socket.[ch]               ** REMOVE **
6425         * src/ssl.[ch]                  ** REMOVE **
6426         * src/utils.[ch]                ** REMOVE **
6427                 replaced by new files in src/common/
6428         
6429         * src/common/Makefile.am
6430                 add new files in src/common/
6431
6432         * src/common/defs.h             ** NEW **
6433         * src/common/intl.h             ** NEW **
6434         * src/common/log.[ch]           ** NEW **
6435         * src/common/socket.[ch]        ** NEW **
6436         * src/common/ssl.[ch]           ** NEW **
6437         * src/common/utils.[ch]         ** NEW **
6438                 replacement for files in src/
6439
6440 2002-12-02 [colin]      0.8.6claws48
6441
6442         * src/folderview.c
6443                 Scroll folderview if necessary during dnd
6444
6445 2002-12-02 [colin]      0.8.6claws47
6446
6447         * src/folder.[ch]
6448                 Add check to verify a move is within a single mailbox
6449         * src/folderview.c
6450                 Add specific error string for this check
6451
6452 2002-12-02 [colin]      0.8.6claws46
6453
6454         * src/folder.c
6455                 Add a test to folder moving, remove a statusbar_print
6456         * src/folderview.c
6457                 Add Move folder... context-menu item
6458                 Factorize folder moving code
6459                 Enable folder DND for mbox
6460
6461 2002-12-01 [christoph]  0.8.6claws45
6462
6463         * ac/aspell.m4
6464                 remove conf.aspelltest if the version check fails
6465
6466 2002-11-30 [christoph]  0.8.6claws44
6467
6468         * autogen.sh
6469                 run libtoolize --force in autogen to create missing
6470                 libtool scripts
6471
6472 2002-11-30 [christoph]  0.8.6claws43
6473
6474         * src/Makefile.am
6475         * src/pgptext.c
6476         * src/procmime.c
6477         * src/rfc2015.c
6478         * src/uuencode.[ch]             ** REMOVED **
6479         * src/common/Makefile.am
6480         * src/common/uuencode.[ch]      ** NEW **
6481                 move uuen/decoder to common directory
6482
6483 2002-11-30 [christoph]  0.8.6claws42
6484
6485         * src/Makefile.am
6486         * src/base64.[ch]               ** REMOVED **
6487         * src/codeconv.c
6488         * src/compose.c
6489         * src/ldif.c
6490         * src/pgptext.c
6491         * src/procmime.c
6492         * src/rfc2015.c
6493         * src/smtp.c
6494         * src/unmime.c
6495         * src/common/Makefile.am
6496         * src/common/base64.[ch]        ** NEW **
6497                 move base64 en/decoder to common directory
6498
6499 2002-11-30 [christoph]  0.8.6claws41
6500
6501         * src/common                    ** NEW **
6502                 new directory for UI independent code
6503         * src/gtk                       ** NEW **
6504                 new directory for GTK frontend
6505         * src/common/.cvsignore         ** NEW **
6506         * src/gtk/.cvsignore            ** NEW **
6507                 ignore build files
6508         * src/common/Makefile.am        ** NEW **
6509         * src/gtk/Makefile.am           ** NEW **
6510                 automake files to build new seperated stuff
6511         * src/Makefile.am
6512                 the binary will currently still be build with the
6513                 files in src, so we include the code from the
6514                 subdirs for now after building the libs there
6515
6516 2002-11-30 [paul]       0.8.6claws40
6517
6518         * src/compose.c
6519                 fix bug [642731] 'Wrong selected account with drafted mail'
6520
6521 2002-11-29 [oliver]     0.8.6claws39
6522         
6523         * src/messageview.c
6524                 o update summaryview when switching between different
6525                   messageviews          
6526         * src/toolbar.c  
6527                 o check if messageview holds already removed msg
6528                   from summaryview
6529                 
6530
6531 2002-11-29 [oliver]     0.8.6claws38
6532
6533         * src/toolbar.c 
6534                 remove not needed variables and includes
6535                 make messageview stay opened and move to next when msgs are deleted 
6536
6537 2002-11-29 [oliver]     0.8.6claws37
6538         
6539         * src/toolbar.c 
6540                 disable compose button (messageview toolbar) by default
6541                 deleted msgs are moved to trash
6542         
6543 2002-11-29 [melvin]     0.8.6claws36
6544
6545         * configure.in
6546                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6547                 and to detect signatures expirations (gpgme 0.3.6)
6548
6549         * src/main.c
6550                 Use non obsolescent function for Gpgme engine checking.
6551
6552         * src/rfc2015.c
6553                 Inform about expired signatures or signatures which key
6554                 has expired. Expiration date is displayed.
6555
6556         * src/sigstatus.c
6557                 Inform about expired signatures or signatures which key
6558                 has expired.
6559
6560 2002-11-28 [paul]       0.8.6claws35
6561
6562         * src/folderview.c
6563                 re-instate 'Check for new messages' in Newsgroup
6564                 folders right-click menu, after a suggestion from
6565                 Tim Mann <timmann@users.sourceforge.net>
6566
6567         * src/main.c
6568                 after a crash check only local folders for new
6569                 messages
6570
6571 2002-11-28 [paul]       0.8.6claws34
6572
6573         * configure.in
6574                 apply patch that fixes the checking of GTK with XIM 
6575                 support on different OSs, such as FreeBSD. Patch 
6576                 submitted by Topia <topia@users.sourceforge.net>
6577                 
6578 2002-11-28 [paul]       0.8.6claws33
6579
6580         * src/mainwindow.c
6581           src/prefs_common.c
6582           src/prefs_toolbar.c
6583                 more changes to the English
6584
6585 2002-11-28 [paul]       0.8.6claws32
6586
6587         * sync with 0.8.6cvs13
6588                 see ChangeLog 2002-11-28 (no sync needed
6589                 for src/compose.c)
6590
6591 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6592         
6593         * src/mainwindow.[ch]
6594                 add patch by Ivan F. Martinez introducing messageview Toolbar
6595                 some changes and committed by oliver    
6596
6597 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6598
6599         * src/messageview.[ch]
6600                 add patch by Ivan F. Martinez introducing messageview Toolbar
6601                 some changes and committed by oliver    
6602
6603 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6604
6605         * src/compose.[ch]
6606                 add patch by Ivan F. Martinez introducing messageview Toolbar
6607                 some changes and committed by oliver    
6608
6609 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6610         
6611         * src/toolbar.[ch]
6612                 add patch by Ivan F. Martinez introducing messageview Toolbar
6613                 some changes and committed by oliver
6614
6615 2002-11-28 [oliver]     0.8.6claws27
6616         
6617         * src/prefs_toolbar.[ch]
6618                 getting ready for messageview toolbar
6619                 free mem allocated by gettext
6620                 change prefs_toolbar to prefs_toolbar_open
6621  
6622 2002-11-28 [thorsten]   0.8.6claws26
6623
6624         * src/imageview.[ch]
6625                 cleaned up conflicting declarations of
6626                 imageview_show_image()
6627
6628 2002-11-28 [paul]       0.8.6claws25
6629
6630         * src/grouplistdialog.c
6631           src/prefs_common.c
6632           src/prefs_summary_column.c
6633                 a few more improvements to the English
6634
6635 2002-11-28 [colin]      0.8.6claws24
6636
6637         * man/sylpheed.1
6638                 A few updates to command-line parameters
6639
6640 2002-11-28 [colin]      0.8.6claws23
6641
6642         * src/prefs_filtering.c
6643                 Fix problems with prefs_filtering_delete_path:
6644                 a) if the first rule is removed, original pointers
6645                    weren't updated (leading to segfaults)
6646                 b) it was always global_processing updated in case
6647                    of removed path was parent of rule path
6648
6649 2002-11-27 [paul]       0.8.6claws22
6650
6651         * src/mainwindow.c
6652           src/prefs_account.c
6653           src/prefs_actions.c
6654           src/prefs_common.c
6655           src/prefs_customheader.c
6656           src/prefs_display_header.c
6657           src/prefs_filtering.c
6658           src/prefs_folder_item.c
6659           src/prefs_matcher.c
6660           src/prefs_scoring.c
6661           src/prefs_summary_column.c
6662           src/prefs_template.c
6663           src/prefs_toolbar.c
6664                  improve the English in the GUI
6665
6666 2002-11-27 [colin]      0.8.6claws21
6667
6668         * src/folder.c
6669                 Fix processing renaming problems happening after
6670                 last commit
6671
6672 2002-11-27 [colin]      0.8.6claws20
6673
6674         * src/folder.c
6675                 recursive move now deletes src each subfolder after 
6676                 having moved it
6677         * src/folderview.c
6678                 Use identifier instead of path during dnd (enables
6679                 IMAP folder dnd)
6680
6681 2002-11-27 [paul]       0.8.6claws19
6682
6683         * src/main.c
6684                 apply patch that does command-line processing 
6685                 BEFORE gtk_init, allowing claws to run from 
6686                 shell-scripts in non-X environment (e.g. crontab 
6687                 or ip-up, ip-down scripts). Patch submitted by
6688                 Ruslan N. Balkin <baron@dartel.ru>
6689                 
6690         * po/it.po
6691                 updated by Alessandro Maestri
6692
6693 2002-11-27 [paul]       0.8.6claws18
6694
6695         * sync with 0.8.6cvs12
6696           src/prefs_common.c
6697                 Differences are that main uses a 'Receive dialog'
6698                 frame on the Interface tab, whereas claws groups all 
6699                 the dialogs together in a 'Dialogs' frame.
6700
6701 2002-11-27 [colin]      0.8.6claws17
6702
6703         * src/prefs_matcher.c
6704                 Fix Execute criteria's NOT flag
6705
6706
6707 2002-11-26 [christoph]  0.8.6claws16
6708
6709         * src/ssl.c
6710                 rewrite the ssl code a little bit, only use one
6711                 SSL context, set default certificates' file/path
6712
6713 2002-11-26 [thorsten]   0.8.6claws15
6714
6715         * src/compose.c
6716                 default-reply-to didn't work for ml-reply
6717
6718 2002-11-26 [melvin]     0.8.6claws14
6719
6720         * src/prefs_actions.c
6721                 Made pipe-actions ignore short headers in message view
6722                 Made trailing-pipe-actions write in the message view with
6723                 the same font as the original message
6724
6725 2002-11-26 [paul]       0.8.6claws13
6726
6727         * src/compose.c
6728                 this time commit the correct file
6729
6730 2002-11-26 [paul]       0.8.6claws12
6731
6732         * sync with 0.8.6cvs11
6733           src/quote_fmt_parse.y  
6734                 no sync needed
6735           src/account.[ch]       
6736                 not sync'ed
6737           src/compose.c
6738                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6739                 on draft mode.
6740                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6741                 header
6742                 
6743         see ChangeLog 2002-11-25 and 2002-11-26
6744
6745 2002-11-26 [colin]      0.8.6claws11
6746
6747         * src/folderview.c
6748                 Fix collapsed folder not auto-expanding during
6749                 mail dnd, if it was the source folder.
6750
6751 2002-11-25 [colin]      0.8.6claws10
6752
6753         * src/folderview.[ch]
6754                 Variable renaming and cleaning (slist of nodes 
6755                 to be re-collapsed is stored in FolderView)
6756
6757 2002-11-25 [paul]       0.8.6claws9
6758
6759         * src/prefs_common.[ch]
6760                 fix breakage caused by last commit
6761
6762 2002-11-25 [paul]       0.8.6claws8
6763
6764         * sync with 0.8.6cvs4
6765                 see ChangeLog 2002-11-21
6766
6767 2002-11-25 [paul]       0.8.6claws7
6768
6769         * sync with 0.8.6cvs4
6770                 see ChangeLog 2002-11-20
6771
6772 2002-11-25 [paul]       0.8.6claws6
6773
6774         * sync with 0.8.6cvs3
6775                 see ChangeLog 2002-11-18
6776
6777 2002-11-25 [colin]      0.8.6claws5
6778
6779         * src/gtkutils.[ch]
6780                 Add gtkut_ctree_node_is_parent()
6781         * src/folderview.c
6782                 Spring-loaded folders
6783
6784 2002-11-25 [colin]      0.8.6claws4
6785
6786         * src/utils.[ch]
6787                 Add slist_concat_unique(), function to merge
6788                 two GSList filtering dups
6789         * src/folder.[ch]
6790         * src/summaryview.[ch]
6791         * src/folderview.c
6792         * src/main.c
6793                 Add detection/update/display of unread answers
6794                 to marked mails
6795         * src/procmsg.[ch]
6796                 Add procmsg_find_children()
6797                 Add procmsg_msg_has_marked_parent()
6798
6799 2002-11-25 [colin]      0.8.6claws3
6800
6801         * src/ssl_certificate.[ch]
6802                 Allow checking a certificate without a DNS
6803                 lookup
6804                 Allow to forget a cert (by deleting it)
6805                 Make ssl_certificate_destroy_public
6806         * src/ssl_manager.[ch] ** NEW FILES **
6807                 Gui to manage (display/remove) certificates
6808         * src/prefs_common.[ch]
6809                 Add a pref to allow silent acceptation of
6810                 trusted certificates or not (based on the
6811                 "I want to know what's going on" principle)
6812         * src/mainwindow.c
6813                 Add SSL manager in Tools menu
6814         * src/Makefile.am
6815                 Add the new files to the build
6816         * po/POTFILES.in
6817                 Add ssl_manager.c to translations
6818
6819 2002-11-25 [colin]      0.8.6claws2
6820
6821         * src/summaryview.[ch]
6822                 Add S_SEARCH_EXTENDED to the quick search, which 
6823                 allows to search using filtering syntax.
6824
6825 2002-11-25 [colin]      0.8.6claws1
6826
6827         * src/summaryview.c
6828                 Deletion of duplicates now prefer deleting
6829                 the unread dup (fixes feature-request 638989).
6830
6831 2002-11-24 [paul]       0.8.6claws
6832
6833         * po/es.po
6834           po/pl.po
6835           po/ru.po
6836           po/sr.po
6837                 updated by Ricardo Mones Lastra,
6838                 Witold Wladyslaw Wojciech Wilk,
6839                 Ruslan N. Balkin, and  Urke MMI 
6840                 respectively
6841
6842 2002-11-24 [paul]       0.8.5claws182
6843
6844         * po/bg.po
6845                 updated by George Danchev
6846
6847 2002-11-23 [alfons]     0.8.5claws181
6848
6849         * src/imap.c
6850                 tiny memory leak found by browsing Dimitar's 
6851                 valgrind report
6852
6853 2002-11-23 [paul]       0.8.5claws180
6854
6855         * po/it.po
6856                 updated by Alessandro Maestri
6857
6858 2002-11-22 [christoph]  0.8.5claws179
6859
6860         * src/compose.c
6861         * src/inc.c
6862         * src/prefs_filtering.c
6863         * src/summaryview.c
6864                 more warning fixes
6865
6866 2002-11-22 [alfons]     0.8.5claws178
6867
6868         * src/summaryview.c
6869                 summary_execute_delete_func(): if message is deleted, make 
6870                 sure to also remove its entry in the subject hash table. 
6871                 fixes a corner case bug.
6872
6873 2002-11-22 [paul]       0.8.5claws177
6874
6875         * .cvsignore
6876                 add 'autom4te.cache'
6877                 
6878         * ltconfig      ** REMOVED **
6879                 not needed
6880
6881 2002-11-22 [paul]       0.8.5claws176
6882
6883         * src/textview.c
6884                 textview_set_font(): fix for message display in
6885                 UTF-8 locales (thanks to Sergey Vlasov).
6886                 
6887         * AUTHORS
6888                 add new team members and contributors
6889
6890
6891 2002-11-21 [colin]      0.8.5claws175
6892
6893         * src/procmsg.[ch]
6894                 Add procmsg_remove_special_headers()
6895         * src/mh.c
6896                 Use procmsg_remove_special_headers() for 
6897                 previous fix
6898
6899 2002-11-21 [colin]      0.8.5claws174
6900
6901         * src/mh.c
6902                 Fix moving/copying from queue/draft folders
6903                 for MH folders
6904
6905 2002-11-21 [christoph]  0.8.5claws173
6906
6907         * src/crash.c
6908         * src/filtering.c
6909         * src/logwindow.c
6910         * src/main.c
6911         * src/matcher_parser_lex.[hl]
6912         * src/mbox.c
6913         * src/mbox_folder.[ch]
6914         * src/prefs_filtering.c
6915         * src/procheader.c
6916         * src/quote_fmt_lex.l
6917         * src/ssl.c
6918                 fix all warnings except the warnings in lex and yacc files
6919
6920 2002-11-20 [christoph]  0.8.5claws172
6921
6922         * src/imap.c
6923                 fix MsgInfo retrieval for IMAP draft and queue folders
6924                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6925
6926 2002-11-19 [christoph]  0.8.5claws171
6927
6928         * src/compose.c
6929                 fix segfault, when draft saving does not get
6930                 the MsgInfo of the new message
6931                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6932
6933 2002-11-19 [christoph]  0.8.5claws170
6934
6935         * src/procmsg.c
6936                 add parameter check for flag setting function
6937                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6938
6939 2002-11-18 [paul]       0.8.5claws169
6940
6941         * src/compose.c
6942                 more sensitivity fixes to redirect mode:
6943                 * disable toolbar draft button
6944                 * allow only Address book in the Tools menu
6945                 * disable editing of message by the spell
6946                   checker
6947
6948 2002-11-18 [paul]       0.8.5claws168
6949
6950         * src/compose.c
6951                 fix sensitivity of menu items in compose_redirect():
6952                 allow only the necessary items 
6953
6954 2002-11-18 [paul]       0.8.5claws167
6955
6956         * src/compose.c
6957                 fix bug [ 603259 ] 'attachment got lost on bounce'
6958
6959 2002-11-18 [paul]       0.8.5claws166
6960
6961         * po/ru.po
6962                 updated by Ruslan N. Balkin <baron@dartel.ru>
6963
6964 2002-11-18 [colin]      0.8.5claws165
6965
6966         * src/main.c
6967           src/defs.h
6968                 Remove old filtering stuff
6969
6970
6971 2002-11-17 [oliver]     0.8.5claws164
6972
6973         * src/toolbar.h
6974                 remove not needed typedef 
6975
6976 2002-11-17 [oliver]     0.8.5claws163
6977
6978         * src/toolbar.c
6979                 make toolbar's on click events translatable
6980
6981 2002-11-15 [colin]      0.8.5claws162
6982
6983         * src/summaryview.c
6984                 Revert too-soon integration of a feature
6985
6986 2002-11-15 [christoph]  0.8.5claws161
6987
6988         * src/imap.c
6989                 use main's implementation of imap_get_msginfo
6990
6991 2002-11-15 [christoph]  0.8.5claws160
6992
6993         * src/compose.c
6994         * src/folder.[ch]
6995         * src/imap.c
6996         * src/mbox_folder.c
6997         * src/mh.c
6998         * src/news.c
6999         * src/procmsg.c
7000         * src/summaryview.c
7001                 replace claws' fetch_msginfo with main's get_msginfo
7002                 (use main's implementation where possible)
7003
7004 2002-11-15 [colin]      0.8.5claws159
7005
7006         * src/ssl_certificate.c
7007                 Missed a check
7008
7009 2002-11-16 [melvin]     0.8.5claws158
7010
7011         * po/fr.po
7012                 Updated French translations.
7013
7014 2002-11-16 [colin]      0.8.5claws157
7015
7016         * src/ssl_certificate.c
7017                 Check for missing parts in the certificates
7018
7019 2002-11-15 [colin]      0.8.5claws156
7020
7021         * src/folderview.c
7022                 Preventive fix (missing check) found by
7023                 Alfons
7024
7025 2002-11-15 [paul]
7026
7027         * NEWS
7028                 sync with 0.8.6 release
7029
7030 2002-11-15 [colin]      0.8.5claws155
7031
7032         * src/folder.[ch]
7033           src/folderview.c
7034                 Fix error handling of folder_item_move_to()
7035                 (thanks to Alfons!)
7036
7037 2002-11-15 [colin]      0.8.5claws154
7038
7039         * src/folder.[ch]
7040           src/folderview.c
7041                 folder_item_move_to() sets an error message instead
7042                 of having GUI stuff in folder.c
7043
7044 2002-11-15 [colin]      0.8.5claws153
7045
7046         * src/procmsg.[ch]
7047                 Implemented a callback for MsgInfo updates, 
7048                 heavily copy/pasted from Christoph's folder 
7049                 callback system
7050         * src/summaryview.[ch]
7051                 Register summary_update_msg as callback
7052
7053 2002-11-14 [colin]      0.8.5claws152
7054         
7055         * src/procmsg.c
7056                 Update the FolderItem after sending (fixes 617593)
7057
7058 2002-11-14 [christoph]  0.8.5claws151
7059
7060         * src/folder.c
7061                 fix wrong position of NULL pointer check found
7062                 by Sergey
7063
7064 2002-11-14 [christoph]  0.8.5claws150
7065
7066         * src/folder.c
7067                 fix segfault when deleting messages from IMAP folders
7068                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7069
7070 2002-11-14 [colin]      0.8.5claws149
7071
7072         * src/compose.c
7073                 Forwarding was also ignoring the folder's default account.
7074
7075 2002-11-14 [colin]      0.8.5claws148
7076
7077         * src/compose.c
7078                 Fix sent folder not set to folder properties when 
7079                 forwarding.
7080
7081 2002-11-14 [thorsten]   0.8.5claws147
7082
7083         * src/inc.c
7084                 inc_start(): Files were not moved from .processing to inbox,
7085                 if no global processing rule existed
7086
7087 2002-11-14 [colin]      0.8.5claws146
7088
7089         * src/ssl_certificate
7090                 Fix file operations
7091
7092 2002-11-14 [paul]       0.8.5claws145
7093
7094         * po/it.po
7095                 updated by Alessandro Maestri
7096
7097 2002-11-13 [alfons]     0.8.5claws144
7098
7099         * src/folder.c
7100                 folder_item_close(): only mark messages unread
7101                 when a folder has new messages 
7102
7103 2002-11-13 [keith]      0.8.5claws143
7104
7105         * src/imap.c
7106                 Fix problem moving or copying between
7107                 IMAP folders
7108
7109 2002-11-13 [colin]      0.8.5claws142
7110
7111         * src/matcher_parser_parse.y
7112                 Fix rule problem when " don't match
7113
7114 2002-11-13 [christoph]  0.8.5claws141
7115
7116         * src/folder.c
7117         * src/folderview.c
7118                 moved cache saving to folder_item_close
7119                 the folderview should not have to deal with
7120                 this things
7121
7122 2002-11-13 [christoph]  0.8.5claws140
7123
7124         * src/summaryview.c
7125                 moved setting of important score to
7126                 summary_set_prefs_from_folderitem
7127
7128 2002-11-13 [colin]      0.8.5claws139
7129
7130         * src/matcher_parser_parse.y
7131                 Fix a segfault in the parser (happening when
7132                 a good expression had been tested and a bad 
7133                 one arrives)
7134
7135 2002-11-13 [paul]       0.8.5claws138
7136
7137         * sync with 0.8.5cvs24
7138                 see ChangeLog 2002-11-13
7139                 
7140         * po/pt_BR.po
7141                 updated by Fabio Jr. Beneditto
7142
7143 2002-11-13 [colin]      0.8.5claws137
7144         
7145         * src/msgcache.c
7146           src/defs.h
7147           src/procmsg.[ch]
7148                 Revert last commit, problem
7149
7150 2002-11-13 [colin]      0.8.5claws136
7151
7152         * src/msgcache.c
7153                 Remove duplicated code
7154         * src/defs.h
7155                 Bumped CACHE_VERSION and MARK_VERSION
7156         * src/procmsg.[ch]
7157                 Network endian for cache and mark files
7158
7159 2002-11-12 [colin]      0.8.5claws135
7160
7161         * src/inc.c
7162                 Fix the "socket error" dialog which disappeared
7163
7164 2002-11-12 [colin]      0.8.5claws134
7165
7166         * src/msgcache.c
7167                 Reverse last commit which had performance 
7168                 problems, but still reverse the list
7169
7170 2002-11-12 [colin]      0.8.5claws133
7171
7172         * src/msgcache.c
7173                 Reverse list order
7174
7175 2002-11-12 [melvin]     0.8.5claws132
7176
7177         * src/compose.c
7178                 Added a check for a NULL prefs_common.dictionary
7179
7180 2002-11-12 [colin]      0.8.5claws131
7181
7182         * src/ssl_certificate.[ch]
7183                 Use FQDN hostname
7184
7185 2002-11-12 [colin]      0.8.5claws130
7186
7187         * src/ssl_certificate.[ch]
7188                 Take connection port into account for 
7189                 checking certificates (a single hostname
7190                 could have multiple servers with multiple
7191                 certificates)
7192         * src/ssl.c
7193                 Pass the port to ssl_certificate_check
7194
7195 2002-11-12 [paul]       0.8.5claws129
7196
7197         * src/folder.c
7198                 fix a typo in last commit
7199
7200 2002-11-12 [paul]       0.8.5claws128
7201
7202         * sync with 0.8.5cvs23
7203                 see ChangeLog entry 2002-11-12
7204
7205 2002-11-11 [colin]      0.8.5claws127
7206
7207         * src/ssl_certificate.c
7208                 Cleaner messages
7209                 Don't popup, instead log error, if the 
7210                 corresponding pref is checked
7211         * src/ssl_certificate.h
7212                 include <openssl/objects/h>
7213
7214 2002-11-11 [colin]      0.8.5claws126
7215
7216         * src/ssl_certificate.h
7217                 _Really_ clean it
7218
7219 2002-11-11 [colin]      0.8.5claws125
7220         
7221         * src/ssl_certificate.c
7222                 Fixed leak
7223
7224 2002-11-11 [colin]      0.8.5claws124
7225
7226         * src/ssl.c
7227                 Cleaned a bit
7228         * src/ssl_certificate.[ch]
7229                 Cleaned a bit (better use of SSL API)
7230                 (This will cause non-recognition of saved 
7231                  certificates of claws12[23]...)
7232
7233 2002-11-11 [paul]       0.8.5claws123
7234         
7235         * po/es.po
7236                 updated by Ricardo Mones Lastra
7237
7238 2002-11-11 [colin]      0.8.5claws122
7239
7240         * src/ssl.c
7241                 Fix a typo
7242
7243 2002-11-11 [colin]      0.8.5claws121
7244
7245         * src/ssl_certificate.[ch] ** NEW FILES **
7246         * src/ssl.[ch]
7247                 Check SSL certificates presented to us
7248         * src/Makefile.am
7249                 Add ssl_certificate.[ch]
7250         * po/POTFILES.in
7251                 Add ssl_certificate.c
7252
7253 2002-11-11 [paul]       0.8.5claws120
7254
7255         * sync with 0.8.5cvs22
7256                 see ChangeLog 2002-11-11
7257
7258 2002-11-11 [paul]       0.8.5claws119
7259
7260         * sync with 0.8.5cvs21
7261                 see ChangeLog 2002-11-11
7262
7263 2002-11-10 [jens]       0.8.5claws118
7264
7265         * src/folder.c
7266         * src/folderview.c
7267                 corrected some typing
7268         * po/de.po
7269                 updated german translation
7270         * sylpheed.spec.in
7271                 cleaned up specfile and adjusted it for claws
7272
7273 2002-11-10 [colin]      0.8.5claws117
7274
7275         * src/summaryview.c
7276                 a STATUSBAR_PUSH/POP fix
7277
7278 2002-11-10 [colin]      0.8.5claws116
7279
7280         * src/prefs_folder_item.c
7281                 Fix hanging after opening folder properties
7282
7283 2002-11-10 [hoa]        0.8.5claws115
7284
7285         * src/matcher_parser_lex.l
7286         * src/matcher_parser_parse.y
7287                 config file for scoring and filtering is no more trashed
7288                 when there is a syntax error in a filtering rule when
7289                 editing it in a dialog.
7290
7291 2002-11-09 [colin]      0.8.5claws114
7292
7293         * src/mbox_folder.c
7294                 Added missing initialisation of folder->destroy()
7295
7296 2002-11-09 [colin]      0.8.5claws113
7297
7298         * src/folder.c
7299           src/folderview.c
7300                 Fix the status bar messages
7301
7302 2002-11-09 [colin]      0.8.5claws112
7303
7304         * src/folderview.c
7305                 Fix hangs after folder dnd, happening after 
7306                 claws109.
7307
7308 2002-11-09 [christoph]  0.8.5claws111
7309
7310         * src/folderview.c
7311                 just changed order of calls (reverse order of
7312                 associated calls)
7313         * src/inc.c
7314                 lock inc when checking only one account, otherwise
7315                 inc all could be executed at the same time
7316
7317 2002-11-09 [christoph]  0.8.5claws110
7318
7319         * src/folderview.c
7320                 better unlock the mouse cursor before calling
7321                 summary_show because it changes the cursor too
7322
7323 2002-11-09 [christoph]  0.8.5claws109
7324
7325         * src/folder.[ch]
7326         * src/folderview.c
7327                 add functions to open and close a folder
7328                 o opending will execute scanning for remote folders
7329                   and processing
7330                 o closing will unset new flag for messages
7331
7332 2002-11-09 [colin]      0.8.5claws108
7333
7334         * src/folder.c
7335                 Add a call to prefs_matcher_write_config to 
7336                 avoid non-leaf folders filtering settings to be
7337                 lost
7338
7339 2002-11-09 [paul]       0.8.5claws107
7340
7341         * src/prefs_account.c
7342                 re-word a label
7343
7344 2002-11-09 [colin]      0.8.5claws106
7345
7346         * src/folderview.c
7347                 Minor esthetic fix
7348
7349 2002-11-09 [colin]      0.8.5claws105
7350
7351         * src/folderview.c
7352                 Fix prefs_filtering deletion for MH folders (same
7353                 reason as below)
7354         * src/prefs_filtering.c
7355                 Fix prefs_filtering renaming and deletion for 
7356                 folder-based processing rules.  
7357
7358 2002-11-09 [christoph]  0.8.5claws104
7359
7360         * src/compose.c
7361         * src/folder.[ch]
7362         * src/folderview.[ch]
7363         * src/import.c
7364         * src/inc.c
7365         * src/main.c
7366         * src/mainwindow.c
7367         * src/messageview.c
7368         * src/prefs_folder_item.c
7369         * src/procmsg.c
7370         * src/summaryview.c
7371                 implement a callback system for folder item updates
7372
7373 2002-11-09 [colin]      0.8.5claws103
7374
7375         * src/folderview.c
7376                 Fix prefs_filtering renaming for MH folders (we
7377                 shouldn't rename by path as another folder could
7378                 have the same hierarchy).
7379
7380 2002-11-09 [colin]      0.8.5claws102
7381
7382         * src/folder.c
7383                 Fix a leak found by Christoph, use better variable
7384                 names
7385
7386 2002-11-09 [colin]      0.8.5claws101
7387
7388         * src/folder.c
7389                 One more fix for processing rules
7390
7391 2002-11-08 [colin]      0.8.5claws100
7392         
7393         * src/matcher.c
7394                 Don't copy the compiled regexp (will be reevaluated)
7395         * src/folderview.c
7396                 Lock folderview while moving
7397         * src/folder.c
7398                 Provide info on what's happening to the user
7399
7400 2002-11-08 [colin]      0.8.5claws99
7401
7402         * src/folderview.c
7403                 Fix folder reordering after a move if parent is 
7404                 root
7405         * src/scoring.[ch]
7406                 Add function to copy a ScoringProp
7407         * src/prefs_folder_item.c
7408                 Copy scoring rules when copying a folder prefs
7409
7410 2002-11-08 [colin]      0.8.5claws98
7411
7412         * src/folderview.c
7413                 Fixes in case of failure
7414         * src/filtering.[ch]    
7415                 Add function to duplicate a FilteringProp
7416         * src/matcher.[ch]
7417                 Add function to duplicate a MatcherProp
7418         * src/prefs_folder_item.c
7419                 Save folder's processing rules when copying 
7420                 its prefs
7421
7422 2002-11-08 [colin]      0.8.5claws97
7423         
7424         * src/folderview.c
7425                 Sort after move
7426         * src/folder.c 
7427                 Change a printf to debug_print
7428
7429 2002-11-08 [colin]      0.8.5claws96
7430
7431         * src/folder.c
7432           src/folderview.c
7433                 Fix segfaults, call me stupido
7434         
7435
7436 2002-11-08 [colin]      0.8.5claws95
7437
7438         *src/folder.c
7439                 Added forgotten prefs to save when moving folders
7440
7441 2002-11-08 [colin]      0.8.5claws94
7442
7443         * src/folder.c
7444                 Fixes to folder DND (prefs copy)
7445         * src/folderview.c
7446                 Optimization for folder DND (don't rescan whole tree)
7447                 Added folderview_create_folder_node() for this 
7448                 optimization, so de-duped a bit the code
7449         * src/prefs_folder_item.[ch]
7450                 Added prefs_folder_item_copy_prefs()    
7451           
7452 2002-11-08 [paul]       0.8.5claws93
7453
7454         * src/prefs_account.c
7455           tools/README
7456           tools/kmail2sylpheed_v2.pl
7457                 correct some typos
7458
7459 2002-11-08 [paul]       0.8.5claws92
7460
7461         * src/compose.c
7462           src/prefs_account.[ch]
7463                 remove account options 'clearsign' and 'ascii_armored',
7464                 replace with 'default_gnupg_mode' to prevent mixed-mode
7465                 Privacy settings
7466
7467 2002-11-08 [paul]       0.8.5claws91
7468
7469         * src/compose.[ch]
7470                 re-implement GnuPG 'on-the-fly' mode selection,
7471                 disallow mixed-mode
7472
7473 2002-11-08 [colin]      0.8.5claws90
7474
7475         * src/folderview.c
7476           src/prefs_folder_item.c
7477                 Change "Property" to "Properties"
7478
7479 2002-11-07 [colin]      0.8.5claws89
7480
7481         * src/folderview.c
7482           src/folder.c
7483                 Allow folder dropping to a root folder
7484
7485 2002-11-07 [paul]       0.8.5claws88
7486
7487         * src/compose.c
7488                 revert last commit
7489
7490 2002-11-07 [paul]       0.8.5claws87
7491
7492         * src/compose.c
7493                 fix reply-to-list bug. closes bug report
7494                 "[633382] reply-to-list broken in recent cvs"
7495
7496 2002-11-07 [paul]       0.8.5claws86
7497
7498         * src/compose.c
7499                 add a forgotten '#if USE_GPGME ... #endif'
7500
7501 2002-11-07 [paul]       0.8.5claws85
7502
7503         * sync with 0.8.5cvs20
7504                 see ChangeLog 2002-11-07
7505
7506 2002-11-07 [colin]      0.8.5claws84
7507
7508         * src/folder.[ch]
7509                 Change folder_item_move_to to return the newly 
7510                 created folderitem.
7511         * src/folderview.c
7512                 Select the new folderitem after moving.
7513
7514 2002-11-07 [colin]      0.8.5claws83
7515
7516         * src/prefs_filtering.c
7517                 Fix rule rewriting when moving a leaf folder to a 
7518                 shorter path
7519
7520 2002-11-07 [colin]      0.8.5claws82
7521
7522         * src/prefs_filtering.c
7523                 fix a leak
7524
7525 2002-11-07 [colin]      0.8.5claws81
7526
7527         * src/folder.[ch]
7528                 Add folder_item_move_to() function to move a 
7529                 folderitem into another one (updates matcher etc)
7530         * src/folderview.c
7531                 Add folder drag'n drop (context menu to come)
7532                 [Should be dataloss free, but Please backup before 
7533                  trying !]
7534
7535 2002-11-06 [colin]      0.8.5claws80
7536
7537         * src/mh.c
7538                 mh_create_folder() returns NULL if can't create
7539                 directory hierarchy
7540
7541 2002-11-06 [paul]       0.8.5claws79
7542
7543         * src/compose.[ch]
7544                 allow 'on-the-fly' changing of the type of encryption 
7545                 and/or signing used (mime/ascii) via the compose window
7546
7547 2002-11-06 [paul]       0.8.5claws78
7548
7549         * sync with 0.8.5cvs19
7550                 see ChangeLog 2002-11-06 for src/account.c: 
7551                 account_get_special_folder()
7552                 
7553 2002-11-05 [alfons]     0.8.5claws77
7554
7555         * src/crash.c
7556                 very minor cleanups: nothing to see here, move on. :-)
7557
7558 2002-11-05 [colin]      0.8.5claws76
7559
7560         * src/main.c
7561                 Changes choices if compose windows are opened to
7562                 Discard, Draft, Don't quit
7563
7564 2002-11-05 [thorsten]   0.8.5claws75
7565
7566         * src/compose.c
7567                 reenabled default_reply_to folder option
7568
7569 2002-11-05 [colin]      0.8.5claws74
7570
7571         * src/compose.[ch] 
7572                 add compose_draft()
7573         * src/crash.c
7574                 add SIGTERM handler
7575         * src/main.[ch]
7576                 add clean_quit() for the SIGTERM handler
7577
7578 2002-11-05 [paul]       0.8.5claws73
7579         
7580         * po/es.po
7581                 updated by Ricardo Mones Lastra
7582
7583 2002-11-05 [melvin]     0.8.5claws72
7584
7585         * src/logwindow.c
7586                 Fixed log-clipping bug #616795.
7587                 To stop logging in the log window use 0 length.
7588         * src/prefs_common.c
7589                 Added a label to inform about the 0 log length behaviour.
7590
7591 2002-11-05 [paul]       0.8.5claws71
7592
7593         * sync with 0.8.5cvs17
7594                 see ChangeLog 2002-11-05
7595
7596 2002-11-04 [paul]       0.8.5claws70
7597
7598         * sylpheed-128x128.png
7599           sylpheed-64x64.png
7600           sylpheed.png
7601                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7602                 <nikai@users.sourceforge.net>
7603                 
7604         * po/bg.po
7605                 updated by George Danchev
7606
7607 2002-11-03 [thorsten]   0.8.5claws69
7608
7609         * src/main.c
7610           src/mimeview.c
7611           src/rfc2015.h
7612                 add check if gpg is active
7613
7614 2002-11-03 [thorsten]   0.8.5claws68
7615
7616         * src/toolbar.h
7617                 removed GSList declaration causing trouble on MacOS-X
7618                 (submitted by alfons, reported by xfesty)
7619
7620 2002-11-01 [paul]       0.8.5claws67
7621
7622         * src/mainwindow.c
7623                 remove last remnants of main's filter code
7624
7625 2002-11-01 [paul]       0.8.5claws66
7626
7627         * tools/filter_conv.pl
7628                 fix bug where user-defined headers were ignored
7629
7630 2002-11-01 [paul]       0.8.5claws65
7631
7632         * src/logwindow.c
7633                 make a debug_print() not translatable
7634
7635 2002-10-31 [melvin]     0.8.5claws64
7636
7637         * ac/aspell.m4
7638                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7639                 not run any GNU/aspell test.  The dictionary path will
7640                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7641                 was given, in which case, it will be $prefix/lib/aspell/
7642         * configure.in
7643                 Fixed typo in commentary (Aspell code).
7644
7645 2002-10-31 [paul]       0.8.5claws63
7646
7647         * po/POTFILES.in
7648                 remove src/filter.c and src/prefs_filter.c
7649                 thanks to Ricardo for reminding me
7650
7651 2002-10-31 [colin]      0.8.5claws62
7652
7653         * src/mbox_folder.c
7654                 Plug some leaks
7655
7656 2002-10-31 [paul]       0.8.5claws61
7657
7658         * src/prefs_filter.[ch] ** REMOVED **
7659           src/filter.[ch]       ** REMOVED **
7660           
7661         * src/Makefile.am
7662           src/folderview.c
7663           src/inc.c
7664           src/main.c
7665           src/mainwindow.c
7666           src/mbox.c
7667           src/prefs_common.c
7668           src/prefs_filtering.c
7669           src/summaryview.[ch]
7670                 remove main's 'filter' code
7671                 
7672         README.claws
7673                 update to reflect removal of main's filter
7674
7675 2002-10-31 [paul]       0.8.5claws60
7676
7677         * src/summaryview.c
7678                 remove check for global_processing in summary_filter_open(). 
7679                 This fixes the bug where if the user uses the right-click 
7680                 'Create filter rule...' and doesn't have any filter rules 
7681                 already defined in claws' advanced filtering, the newly 
7682                 created filter rule goes to main's filtering which is 
7683                 inaccessible through the gui. Now the filter rule gets added
7684                 to claws' filtering by default.
7685
7686 2002-10-28 [melvin]     0.8.5claws59
7687
7688         * src/prefs_actions.c
7689                 Fixed bug #627322 where MIME parts were not always
7690                 correctly passed to a %p action
7691                 Display an error dialog when message filename is not found.
7692
7693 2002-10-28 [melvin]     0.8.5claws58
7694
7695         * src/prefs_common.c
7696                 Readded a missing function declaration lost in 0.8.3claws34
7697
7698 2002-10-28 [paul]       0.8.5claws57
7699
7700         * sync with 0.8.5cvs15
7701                 see ChangeLog 2002-10-28 and 2002-10-25
7702                 
7703         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7704
7705 2002-10-27 [oliver]     0.8.5claws56
7706
7707         * src/pop.c
7708                 plug leak in pop3_top_recv
7709
7710 2002-10-26 [christoph]  0.8.5claws55
7711
7712         * src/folder.c
7713                 set need_update folder flag when messages are added
7714                 (closes bug [ 626922 ] folder not updated after receiving)
7715
7716 2002-10-25 [melvin]     0.8.5claws54
7717
7718         * src/imageview.c
7719                 Fixed a memleak introduced in the scaling code.
7720
7721 2002-10-24 [alfons]     0.8.5claws53
7722
7723         * src/filtering.c
7724                 make filtering's forward message action forward from the 
7725                 correct account
7726                 (closes bug [628089 ] Filter -> Forward from address problem
7727                 reported by Oktay)
7728
7729 2002-10-24 [christoph]  0.8.5claws52
7730
7731         * src/mainwindow.c
7732         * src/manual.[ch]
7733                 o use manual of current locale or english if current
7734                   locale is not available (and english is available)
7735                 o also link to sylpheed doc project manuals
7736
7737 2002-10-23 [paul]       0.8.5claws51
7738
7739         * tools/README
7740           tools/kmail2sylpheed_v2.pl
7741                 add new version of kmail addressbook importer script.
7742                 works with newer versions of Kmail/KAddressBook which
7743                 have new and rearranged data.
7744
7745 2002-10-23 [martin]     0.8.5claws50
7746
7747         * src/folderview.c
7748         * src/summaryview.c
7749         * src/utils.h
7750         * src/utils.c
7751                 added length parameter to get_abbrev_newsgroup_name()
7752                 changed this function so that it abbreviates the newsgroup
7753                 names only so long it is smaller than the length parameter
7754                 (for better reading of some newsgroup names and space efficiency)
7755
7756 2002-10-22 [colin]      0.8.5claws49
7757
7758         *src/foldersel.c
7759                 Revert Alfons' last modification (after voting ;-))
7760
7761 2002-10-21 [alfons]     0.8.5claws48
7762
7763         * src/foldersel.c
7764                 folder view in folder selection dialog reflects state of
7765                 folder view in main window
7766
7767 2002-10-18 [alfons]     0.8.5claws47
7768
7769         * src/mbox.c
7770                 drop imported messages in folder selected by user,
7771                 and not in the inbox
7772                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7773
7774 2002-10-18 [alfons]     0.8.5claws46
7775
7776         * src/compose.c
7777                 make automagic reply work correctly for email accounts 
7778                 (whether it's viable to do a full sync with Hiro's 
7779                 compose.c is still under discussion)
7780
7781 2002-10-18 [melvin]     0.8.5claws45
7782
7783         * src/prefs_actions.c
7784                 Fixed bug #622275 where asynchroneous actions left 
7785                 zombies processes
7786                 Made (synchroneous) actions' input be displayed live.
7787
7788 2002-10-18 [christoph]  0.8.5claws44
7789
7790         * src/textview.c
7791                 don't add a newline in the textview in front of the
7792                 first textpart if header display is disabled
7793                 (closes bug [ 603385 ] disabled header display leaves blank
7794                  lin)
7795
7796 2002-10-18 [christoph]  0.8.5claws43
7797
7798         * src/folder.[ch]
7799         * src/imap.c
7800         * src/mbox_folder.c
7801         * src/mh.c
7802         * src/news.c
7803                 folder->get_num_list now returns an error code
7804                 (closes bug [ 609424 ] News cache cleared on failure)
7805                 
7806 2002-10-17 [colin]      0.8.5claws42
7807         
7808         * src/news.c
7809                 Changed a printf by debug_print
7810
7811 2002-10-16 [paul]       
7812
7813         * tools/OOo2sylpheed.pl
7814                 allow for spaces in the name of the
7815                 file to be attached.
7816
7817 2002-10-16 [colin]      0.8.5claws41
7818
7819         * src/main.c
7820                 Use a tristate to change online mode
7821
7822 2002-10-16 [paul]       0.8.5claws40
7823
7824         * po/es.po
7825                 updated by Ricardo Mones Lastra
7826
7827 2002-10-16 [colin]      0.8.5claws39
7828
7829         * src/main.c
7830           src/mainwindow.[ch]
7831                 Added --online and --offline command-line
7832                 switches
7833
7834 2002-10-15 [christoph]  0.8.5claws38
7835
7836         * src/procmime.c
7837                 set mimeinfo->name to NULL after g_free to
7838                 avoid double freeing with g_free
7839
7840 2002-10-14 [christoph]  0.8.5claws37
7841
7842         * src/compose.c
7843         * src/filtering.c
7844         * src/summaryview.c
7845                 remove calls to folder->change_flags that are now
7846                 done by procmsg flag functions (seems it is not
7847                 used by any foldertype anyway)
7848         * src/folder.c
7849                 init folder->change_flags with NULL
7850
7851 2002-10-14 [christoph]  0.8.5claws36
7852
7853         * src/folder.[ch]
7854         * src/imap.[ch]
7855                 use virtual functions for folder item new and destroy
7856                 functions
7857
7858 2002-10-14 [melvin]     0.8.5claws35
7859
7860         * src/compose.c
7861                 Added a test to not run the spell checker if no default
7862                 dictionary is available. No dialog is displayed though.
7863
7864 2002-10-14 [melvin]     0.8.5claws34
7865
7866         * src/gtkaspell.c
7867                 Fixed bug in dictionary list context menu where
7868                 "More..." pointed to an emtpy submenu if the
7869                 number of dictionaries is a multiple of 15
7870                 Removed unneeded code in suggestions list creation
7871
7872 2002-10-14 [paul]       0.8.5claws33
7873
7874         * po/bg.po
7875                 updated by George Danchev
7876
7877 2002-10-13 [hoa]        0.8.5claws32
7878
7879         * src/matcher.[ch]
7880           src/matcher_parser_parser.y
7881                 removed the escaped string from internal structure
7882                 of matcher.
7883
7884 2002-10-12 [colin]      0.8.5claws31
7885
7886         * src/gtksctree.[ch]
7887           src/summaryview.c
7888                 Removed useless function gtksctree_reanchor
7889
7890 2002-10-12 [alfons]     0.8.5claws30
7891         
7892         * sync with remaining main changes 2002-10-09 - 2002-10-11
7893         - drop changes to src/compose.c (requires claws specific changes)
7894         
7895 2002-10-12 [alfons]     0.8.5claws29
7896         
7897         * sync with main changes of 2002-10-08
7898         - drop changes to src/compose.c (requires claws specific changes)
7899         - drop changes to src/summaryview.c (requires changes to compose.c)     
7900
7901 2002-10-12 [alfons]     0.8.5claws28
7902         
7903         * sync with main changes of 2002-10-07
7904
7905 2002-10-12 [alfons]     0.8.5claws27
7906
7907         * sync with main changes of 2002-10-04
7908         - drop changes to src/compose.c (requires claws specific changes)
7909         - drop changes to src/prefs_folder_item.c (claws implementation
7910           seems to be working)
7911
7912 2002-10-12 [colin]      0.8.5claws26
7913
7914         * src/mainwindow.c
7915                 Fix folder-flicker when space-reading, introduced 
7916                 in claws22.
7917
7918 2002-10-12 [colin]      0.8.5claws25
7919
7920         * src/compose.c
7921                 Save account address when saving as draft.
7922                 (closes bug 621838)
7923
7924 2002-10-12 [colin]      0.8.5claws24
7925
7926         * src/summaryview.c
7927                 Fix the problem consisting of no message selected
7928                 after the last message in a folder has been moved.
7929
7930 2002-10-12 [paul]       0.8.5claws23
7931
7932         * src/compose.c
7933           src/prefs_template.c
7934           src/template.[ch]
7935                 add Cc and Bcc to templates. Patch submitted by
7936                 John L. Males.
7937
7938 2002-10-12 [colin]      0.8.5claws22
7939
7940         * src/folderview.c
7941                 Fix a bug after "Check for new messages":
7942                 If a folder was opened, it was still selected at
7943                 the end of the check, but displayed empty.
7944         * src/mainwindow.c
7945                 Remove unnecessary check
7946
7947 2002-10-12 [paul]
7948
7949         * tools/README
7950                 be more verbose in the description of
7951                 OOo2sylpheed.pl
7952                 
7953
7954 2002-10-11 [colin]      0.8.5claws21
7955
7956         * src/mainwindow.c
7957                 Make space work (better) when no mail is selected
7958
7959 2002-10-11 [colin]      0.8.5claws20
7960
7961         * src/inc.c
7962           src/news.c
7963                 fix warnings
7964
7965 2002-10-11 [colin]      0.8.5claws19
7966
7967         * src/mainwindow.c
7968                 revert 0.8.5claws6 changes as i couldn't get to
7969                 anything satisfying
7970
7971 2002-10-11 [melvin]     0.8.5claws18
7972
7973         * src/compose.c
7974                 Removed buggy and unused macro (should have been committed in
7975                 0.8.5claws17)
7976
7977 2002-10-11 [melvin]     0.8.5claws17
7978
7979         * src/compose.c
7980                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7981
7982 2002-10-11 [thorsten]   0.8.5claws16 
7983
7984         * src/folderview.c
7985                 remove rescan warning
7986
7987 2002-10-11 [colin]      0.8.5claws15 
7988
7989         * src/procheader.c
7990                 fix a segfault that happens if conv_unmime_header
7991                 fails (should be better to find out why it fails)
7992
7993 2002-10-11 [christoph]  0.8.5claws14
7994
7995         * src/summaryview.c
7996                 update folderview stats after ignore/unignore thread
7997
7998 2002-10-11 [hoa]        0.8.5claws13
7999
8000         * src/quote_fmt_parse.y
8001                 Fixed a yacc/bison syntax error
8002         * src/matcher.c
8003                 Escaping of string is fixed.
8004
8005 2002-10-11 [colin]      0.8.5claws12
8006
8007         * src/imageview.c
8008                 Resize images to fit
8009
8010 2002-10-11 [paul]       0.8.5claws11
8011
8012         * po/es.po
8013                 updated by Ricardo Mones Lastra
8014
8015 2002-10-10 [alfons]     0.8.5claws10
8016
8017         * src/compose.c
8018                 allow dropping files by "moving" files from a file manager,
8019                 not only by the more cumbersome "copying". the latter 
8020                 mostly implies holding down the Control button
8021
8022 2002-10-10 [christoph]  0.8.5claws9
8023
8024         * src/summaryview.c
8025                 update folders after thread building for ignored threads
8026
8027 2002-10-10 [christoph]  0.8.5claws8
8028
8029         * config/.cvsignore
8030                 added Makefile
8031         * src/filtering.[ch]
8032         * src/folder.[ch]
8033         * src/folderview.[ch]
8034         * src/import.c
8035         * src/inc.[ch]
8036         * src/mbox.[ch]
8037         * src/procmsg.c
8038         * src/summaryview.[ch]
8039                 o added new flag need_update to FolderItem
8040                 o removed folder_table from various functions from tracking
8041                   folder updates
8042                 o set need_update flags in folder.c's move, copy and delete
8043                   functions and procmsg's flags functions
8044                 o added function folderview_update_items_when_required that
8045                   updates all folders with need_update set
8046                 o call folderview_update_items_when_required instead of
8047                   folderview_update_item_foreach
8048
8049 2002-10-09 [sergey]     0.8.5claws7
8050
8051         * src/compose.c
8052                 Strip CRs whel loading the text into editor in reedit mode.
8053
8054 2002-10-09 [colin]      0.8.5claws6
8055
8056         * src/mainwindow.c
8057                 Make Space work when no mail is selected
8058
8059 2002-10-09 [colin]      0.8.5claws5
8060
8061         * src/gtksctree.[ch]
8062                 Fix range_select
8063                 Add gtk_sctree_reanchor() 
8064         * src/summaryview.c
8065                 Use gtk_sctree_reanchor() - better fix for 
8066                 bug 60413
8067
8068 2002-10-09 [colin]      0.8.5claws4
8069
8070         * src/summaryview.c
8071                 Fix shift-click select after delete problem
8072                 (closes bug 60413)
8073
8074 2002-10-08 [thorsten]   0.8.5claws3
8075
8076         * src/summaryview.c
8077                 exclude current msg from -hide read messages-
8078
8079 2002-10-08 [colin]      0.8.5claws2
8080
8081         * src/inc.[ch]
8082           src/pop.c
8083           src/recv.c
8084                 Differentiate socket errors from disk full
8085                 errors
8086
8087 2002-10-08 [christoph]  0.8.5claws1
8088
8089         * Makefile.am
8090         * configure.in
8091                 modifications for new config directory
8092
8093         * config.guess  ** REMOVED **
8094         * config.sub    ** REMOVED **
8095         * install-sh    ** REMOVED **
8096         * ltmain.sh     ** REMOVED **
8097         * missing       ** REMOVED **
8098         * mkinstalldirs ** REMOVED **
8099                 these files are autogenerated by automake
8100                 when you run autogen.sh
8101
8102         * config/.cvsignore     ** NEW FILE **
8103         * config/Makefile.am    ** NEW FILE **
8104                 ignore autogenerated files
8105                 create a Makefile in this directory
8106
8107 2002-10-08 [paul]       0.8.5claws
8108
8109         * 0.8.5claws release
8110         
8111         * src/compose.c
8112           src/procheader.c
8113           src/procmsg.c
8114                 fix quote reply format for newsgroups reply bug
8115                 (thanks to Hoa)
8116                 
8117         * po/en_GB.po
8118           po/pl.po
8119                 updated by me and Witold Wladyslaw Wojciech Wilk
8120                 repectively
8121
8122 2002-10-07 [paul]       0.8.3claws53
8123
8124         * po/it.po
8125           po/pt_BR.po
8126           po/sr.po
8127                 updated messages catalogs, submitted by
8128                 Alessandro Maestri, Fabio Jr.Beneditto 
8129                 and Urke MMI, respectively.
8130
8131 2002-10-07 [christoph]  0.8.3claws52
8132
8133         * src/folder.[ch]
8134         * src/folderview.c
8135         * src/mainwindow.c
8136                 fix new folder ghost message bug
8137                 (closes bug [ 619722 ] wrong count for newly created folders)
8138
8139 2002-10-07 [christoph]  0.8.3claws51
8140
8141         * src/compose.c
8142                 fix news posting problem
8143
8144 2002-10-07 [melvin]     0.8.3claws50
8145
8146         * po/fr.po
8147                 Updated French translation
8148
8149 2002-10-05 [christoph]  0.8.3claws49
8150
8151         * src/gtkstext.c
8152                 check if line_start_cache is set in gtk_stext_update_text
8153                 (closes bug [ 618119 ] crash while doing search in folder)
8154
8155 2002-10-05 [christoph]  0.8.3claws48
8156
8157         * src/imap.c
8158         * src/news.c
8159         * src/utils.c
8160         * src/utils.h
8161                 implement cache cleanups for claws' folder system
8162                 (closes bug [ 595916 ] imapcache not cleaned up)
8163
8164 2002-10-05 [melvin]     0.8.3claws47
8165
8166         * src/prefs_actions.c
8167                 Made the help text more clear for the %p token
8168
8169 2002-10-04 [paul]       0.8.3claws46
8170
8171         * sync with 0.8.5
8172                 see ChangeLog 2002-10-02 and 2002-10-03
8173
8174 2002-10-04 [christoph]  0.8.3claws45
8175
8176         * src/inc.c
8177                 fix segfault caused by pop before smtp
8178                 call to inc_account_mail with NULL
8179                 pointer for mainwin
8180
8181 2002-10-04 [paul]       0.8.3claws44
8182
8183         * configure.in
8184                 sync the LDAP detection from 0.8.5cvs1
8185
8186 2002-10-02 [christoph]  0.8.3claws43
8187
8188         * po/de.po
8189                 fix small spelling error
8190
8191 2002-10-02 [melvin]     0.8.3claws42
8192
8193         * ac/aspell.m4
8194                 Behave better and say "no" when test program cannot be run.
8195
8196 2002-10-02 [paul]       0.8.3claws41
8197
8198         * sync with 0.8.4cvs1
8199                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8200                 
8201         * src/summaryview.c
8202                 toggle the behavior of Reply menuitem between
8203                 normal reply and reply-to-list
8204
8205 2002-10-01 [sergey]     0.8.3claws40
8206
8207         * src/compose.c
8208                 Convert newlines in the message text to the canonical form
8209                 before base64 encoding (RFC2045 compliance, fixes some
8210                 interoperability issues with Evolution 1.0.3)
8211
8212 2002-09-29 [colin]      0.8.3claws39
8213
8214         * src/summaryview.c
8215                 Fix an unwanted copy/paste
8216
8217 2002-09-29 [colin]      0.8.3claws38
8218
8219         * src/mainwindow.c
8220                 Renamed "Custom toolbar" to "Customize toolbar"
8221                 Renamed "Show all header" to "Show all headers"
8222                 Renamed "Set diplay item" to "Set displayed items"
8223         * src/prefs_common.c
8224                 Renamed "Show all header" to "Show all headers"
8225         * src/prefs_summary_column.c
8226                 Renamed "diplay item" to "displayed items"
8227
8228 2002-09-29 [colin]      0.8.3claws37
8229
8230         * src/mainwindow.[ch]
8231                 online/offline status pixmaps follow theme
8232                 changes
8233         * src/summaryview.[ch]
8234                 quicksearch pixmap follows theme changes
8235
8236 2002-09-29 [thorsten]   0.8.3claws36
8237
8238         * src/compose.c
8239           src/prefs_folder_item.[ch]
8240                 add default_reply_to folder option (closes patch 581044)
8241
8242 2002-09-29 [christoph]  0.8.3claws35
8243
8244         * acconfig.h    ** REMOVED **
8245         * configure.in
8246         * ac/aspell.m4
8247         * ac/check-type.m4
8248         * ac/gnupg-check-typedef.m4
8249                 fix autoheader 2.50 warning
8250
8251 2002-09-29 [christoph]  0.8.3claws34
8252
8253         * major code cleanup (part 2)
8254         
8255                 - unused variables removed
8256                 - unused functions removed
8257                 - uninitialized variables checked
8258                 - missing return statements added
8259                 - missing function return types added
8260                 - added parentheses around assignment
8261                   when suggested by gcc
8262
8263 2002-09-29 [alfons]     0.8.3claws33
8264
8265         * src/logwindow.c
8266                 log_window_clear(): only bracket gtk_text_forward_delete() 
8267                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8268                 works around GTK text bug)
8269
8270 2002-09-29 [paul]       0.8.3claws32
8271
8272         * po/bg.po
8273           po/sr.po
8274                 updated by George Danchev and Urke MMI
8275                 respectively
8276
8277 2002-09-27 [christoph]  0.8.3claws31
8278
8279         * doc-src/readme.txt
8280         * doc-src/rfc1806.txt   ** REMOVED **
8281         * doc-src/rfc2183.txt   ** NEW FILE **
8282         * doc-src/rfc2980.txt   ** NEW FILE **
8283                 update rfcs
8284
8285 2002-09-27 [melvin]     0.8.3claws30
8286
8287         * ac/aspell.m4
8288                 Fixed typo which could break linking
8289
8290 2002-09-27 [melvin]     0.8.3claws29
8291
8292         * ac/aspell.m4
8293                 Improved GNU/aspell checking. 
8294                 Fixed bug #614490
8295
8296 2002-09-27 [paul]       0.8.3claws28
8297
8298         * sync with 0.8.3cvs8
8299                 see ChangeLog 2002-09-27
8300
8301 2002-09-26 [colin]      0.8.3claws27
8302
8303         * src/toolbar.[ch]
8304           src/mainwindow.[ch]
8305                 Add "Reply to Mailing-list" to the toolbar
8306
8307 2002-09-26 [christoph]  0.8.3claws26
8308
8309         * src/summaryview.c
8310                 Fix wrong message counts in summaryview status
8311
8312 2002-09-26 [paul]       0.8.3claws25
8313
8314         * sync with 0.8.3cvs7
8315                 see ChangeLog 2002-09-26
8316
8317 2002-09-26 [paul]       0.8.3claws24
8318
8319         * sync with 0.8.3cvs6
8320                 see ChangeLog 2002-09-25
8321
8322 2002-09-25 [christoph]  0.8.3claws23
8323
8324         * src/prefs_common.c
8325         * src/prefs_folder_item.c
8326         * src/prefs_scoring.c
8327                 Renamed "kill score" to "hide score" in GUI
8328                 and prefs files
8329
8330 2002-09-25 [paul]       0.8.3claws22
8331
8332         * sync with 0.8.3cvs5
8333                 see ChangeLog 2002-09-24
8334
8335 2002-09-24 [alfons]     0.8.3claws21
8336
8337         patch by Satoshi Nagayasu: allows appending / saving multiple 
8338         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8339         'Save as ...'")
8340
8341         * AUTHORS
8342                 add Satoshi Nagayasu
8343         * src/summaryview.c
8344                 summary_save_as(): allow saving selected files to
8345                 one file
8346                 summary_set_menu_sensitive: enable "Save As..." when
8347                 multiple files are selected
8348         * src/utils.[ch]
8349                 append_file(): new function
8350
8351 2002-09-24 [colin]      0.8.3claws20
8352
8353         * src/procmime.c
8354                 Fix segfault when mimeinfo doesn't have a 
8355                 content_type. 
8356
8357 2002-09-24 [colin]      0.8.3claws19
8358
8359         * src/prefs_common.[ch]
8360                 Add a preference to display send dialog or not
8361         * src/send.c
8362                 Display send dialog according to preference
8363
8364 2002-09-24 [colin]      0.8.3claws18
8365
8366         * src/compose.[ch]
8367                 Disable user actions when sending
8368
8369 2002-09-24 [colin]      0.8.3claws17
8370
8371         * src/procmime.c
8372                 Do not display name or filename for attachments
8373                 with an application/pgp-signature type
8374                 (security flaw, see bug 537413)
8375
8376 2002-09-23 [colin]      0.8.3claws16
8377
8378         * src/editaddress.c
8379                 Initialize entry_email, entry_alias and 
8380                 entry_remarks to first email address of the list
8381
8382 2002-09-23 [colin]      0.83claws15
8383
8384         * src/compose.c
8385                 Drop pgp-signature when reediting a signed queued
8386                 message
8387
8388 2002-09-23 [melvin]     0.8.3claws14
8389
8390         * po/fr.po
8391                 Updated French translation
8392
8393 2002-09-23 [melvin]     0.8.3claws13
8394
8395         * src/mainwindow.c
8396                 Made custom toolbar menu labels more consistent
8397         * src/prefs_toolbar.c
8398                 Made custom toolbar window title more consistent
8399
8400 2002-09-22 [colin]      0.8.3claws12
8401
8402         * src/inc.c
8403                 Initialize session type to normal before getting 
8404                 mail (fixes strange Get behaviour)
8405         * src/prefs_account.h
8406                 Move STYPE_POP_BEFORE_SMTP to last position to 
8407                 avoid other side-effects
8408
8409 2002-09-22 [colin]      0.8.3claws11
8410
8411         * src/prefs_account.c
8412                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8413                 from pop3 to apop or vice-versa
8414
8415 2002-09-22 [colin]      0.8.3claws10
8416         
8417         * src/prefs_account.[ch]
8418                 Add an option for the POP before SMTP timeout
8419         * src/inc.c
8420                 Remember time of last POP connection
8421         * src/send.c
8422                 Do POP before SMTP only if timeout reached
8423
8424 2002-09-22 [oliver]     0.8.3claws9
8425         
8426         * README.claws
8427                 explain custom toolbar
8428
8429 2002-09-22 [oliver]     0.8.3claws8
8430
8431         * src/prefs_actions.[ch]
8432         custom toolbar for compose      
8433                 actions callback from compose toolbar
8434         * src/folderview.c
8435                 remove include toolbar.h
8436
8437 2002-09-22 [oliver]     0.8.3claws7
8438         
8439         * src/prefs_toolbar.[ch]
8440                 custom toolbar for compose
8441                 - generic prefs_toolbar handles both
8442                   Mainwin's toolbar as well as Compose toolbar          
8443
8444 2002-09-22 [oliver]     0.8.3claws6
8445         
8446         * src/toolbar.[ch]
8447                 custom toolbar for compose
8448                 restructure toolbar.[ch]
8449
8450 2002-09-22 [oliver]     0.8.3claws5
8451
8452         * src/compose.[ch]
8453                 custom toolbar for compose
8454
8455 2002-09-22 [oliver]     0.8.3claws4
8456         
8457         * src/mainwindow.[ch]
8458                 custom toolbar for compose 
8459                 move mainwin toolbar back to mainwindow
8460
8461 2002-09-22 [alfons]     0.8.3claws3
8462
8463         * src/procmsg.c
8464                 :%sno/if(/if (/gc
8465                 :%sno/for(/for (/gc
8466                 (beautify)
8467
8468 2002-09-22 [alfons]     0.8.3claws2
8469         
8470         * src/procmsg.c
8471                 procmsg_save_to_outbox(): don't unlink message file from queue;
8472                 callers should do it using folder_item_remove_msg()
8473
8474 2002-09-22 [colin]      0.8.3claws1
8475
8476         * src/mimeview.[ch]
8477                 Made mimeview_check_signature() public
8478         * src/textview.c
8479                 Made GPG signatures verifiable by clicking
8480                 the [application/pgp-signature] in the Text
8481                 view
8482
8483 2002-09-22 [paul]       0.8.3claws
8484
8485         * po/bg.po
8486           po/en_GB.po
8487           po/es.po
8488           po/it.po
8489           po/pl.po
8490           po/pt_BR.po
8491           po/sr.po
8492                 updated translations, submitted by George Danchev,
8493                 me, Ricardo Mones Lastra, Alessandro Maestri,
8494                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8495                 and Urke MMI, respectively.     
8496
8497 2002-09-22 [alfons]     0.8.2claws65
8498
8499         * src/procmsg.c
8500         * src/pgptext.c
8501                 no furry valgrinds have been used to plug these memleaks
8502
8503 2002-09-20 [paul]       0.8.2claws64
8504
8505         * sync with 0.8.3cvs4
8506                 'Select thread' re-implemented 
8507                 see ChangeLog 2002-09-20
8508
8509 2002-09-21 [alfons]     0.8.2claws63
8510
8511         * src/compose.c
8512                 compose_send(): plug unnoticed memleak
8513
8514 2002-09-20 [alfons]     0.8.2claws62
8515
8516         * src/addr_compl.c
8517                 replace_address_in_edit(): strict check for NULL address to
8518                 fix "[ 607348 ] Segfault in address completion". My guess is
8519                 that this happens with an empty address book, but it's good
8520                 to have this check here anyway
8521                 
8522                 completion_window_button_press(): free string returned 
8523                 from the internal cache
8524
8525 2002-09-20 [christoph]  0.8.2claws61
8526
8527         * src/procmime.h
8528                 added ENC_BINARY to EncodingType
8529         * src/procmime.c
8530                 the string returned by procmime_get_encoding_str
8531                 should not depend on the order of values in the
8532                 EncodingType definition
8533         * doc-src/rfc1806.txt   ** NEW FILE **
8534                 Added rfc1806 about MIME Content-Disposition
8535                 Extension
8536
8537 2002-09-19 [paul]       0.8.2claws60
8538
8539         * sync with 0.8.2cvs3
8540                 see ChangeLog 2002-09-19
8541
8542 2002-09-19 [paul]       0.8.2claws59
8543
8544         * src/prefs_folder_item.c
8545                 revert to Darko's original alignment of colour
8546                 selector button
8547                 add a colon to folder_color label
8548                 
8549         * src/compose.c
8550                 add Colin's patch (with Hiro's modifications) to 
8551                 force BASE64 encoding for 8-bit text when signing
8552                 (sync with 0.8.3cvs2)
8553
8554 2002-09-18 [alfons]     0.8.2claws58
8555
8556         * src/compose.c
8557                 :%sno/if(/if (/gc
8558                 :%sno/for(/for (/gc
8559                 (beautify a little bit)
8560
8561 2002-09-18 [christoph]  0.8.2claws57
8562
8563         * src/pine.c
8564                 fix handling of fgetc return value
8565
8566 2002-09-17 [alfons]     0.8.2claws56
8567         
8568         * src/summaryview.c
8569                 summary_sort(): check non-NULL summaryview->folder_item when no 
8570                 folder is selected at all
8571                 (closes "[ 610344 ] sort label make syl Crash")
8572
8573 2002-09-17 [alfons]     0.8.2claws55
8574         
8575         * src/compose.c
8576                 beautify a little bit
8577
8578 2002-09-17 [christoph]  0.8.2claws54
8579
8580         * src/folder.c
8581                 initialize max values for cache and folder
8582                 when cache or folder is empty
8583
8584 2002-09-15 [colin]      0.8.2claws53
8585
8586         * src/compose.c
8587                 Fix a leak (thanks Alfons!) and cleaned
8588                 variables names for custom headers
8589
8590 2002-09-15 [colin]      0.8.2claws52
8591
8592         * src/compose.c
8593                 Fix custom headers recognition when
8594                 prefs_common.trans_hdr is on
8595
8596 2002-09-15 [colin]      0.8.2claws51
8597
8598         * src/compose.c
8599                 Allow dynamically-added custom headers
8600                 Yet not reparsed if reedited
8601
8602 2002-09-15 [alfons]     0.8.2claws50
8603
8604         * src/prefs_account.c
8605                 fix warnings
8606
8607 2002-09-15 [colin]      0.8.2claws49
8608         
8609         * src/prefs_account.c
8610                 fix pop_before_smtp sensitivity
8611
8612 2002-09-15 [colin]      0.8.2claws48
8613
8614         * src/inc.[ch]
8615                 add inc_pop_before_smtp()
8616                 allow MainWindow to be undefined in 
8617                 inc_account_mail() and inc_start()
8618         * src/pop.c
8619           src/prefs_account.h
8620                 add STYPE_POP_BEFORE_SMTP session type
8621         * src/prefs_account.c
8622                 activated pop before smtp option
8623         * src/send.c
8624                 do pop before smtp if the relevant option 
8625                 is set
8626
8627 2002-09-15 [paul]       0.8.2claws47
8628
8629         * sync with 0.8.3
8630                 see ChangeLog 2002-09-15
8631
8632 2002-09-14 [paul]       0.8.2claws46
8633
8634         * po/bg.po
8635                 updated Bulgarian translation, submitted by
8636                 George Danchev
8637
8638 2002-09-13 [paul]       0.8.2claws45
8639
8640         * src/compose.c
8641                 merge claws' select_account() with main's
8642                 (new) compose_select_account(). [sync with
8643                 0.8.2cvs15, see ChangeLog 2002-09-11]
8644
8645 2002-09-12 [christoph]  0.8.2claws44
8646
8647         * src/filter.c
8648                 allocate 1 elements of FolderItem not 0
8649
8650 2002-09-12 [colin]      0.8.2claws43
8651
8652         * src/compose.c
8653                 Fix bug #590825 (obey Follow-up: poster)
8654
8655 2002-09-12 [colin]      0.8.2claws42
8656
8657         * src/procmime.c
8658                 Fix bug #557009 (wrong headers for messages 
8659                 forwarded as attachments)
8660
8661 2002-09-11 [colin]      0.8.2claws41
8662         
8663         * src/compose.c
8664                 Put SCF: pseudo-header on top of message
8665                 Set draft tmp_flag when saved as draft
8666
8667         * src/procmsg.c
8668           src/procheader.c
8669                 Skip after first \n\n for beginning of real message
8670                 for drafts too
8671
8672 2002-09-11 [christoph]  0.8.2claws40
8673
8674         * src/filtering.c
8675                 use procmsg flag functions in filtering or processing
8676                 will cause incorrect folder message counts
8677
8678 2002-09-11 [colin]      0.8.2claws39
8679
8680         * src/compose.c
8681                 Fix bug #550175 - wrong save folder when reediting
8682                 drafts
8683
8684 2002-09-11 [paul]       0.8.2claws38
8685
8686         * sync with 0.8.2cvs14
8687                 see ChangeLog 2002-09-11
8688
8689 2002-09-11 [colin]      0.8.2claws37
8690
8691         * src/folder.c
8692                 Fix a typo (seeming to cause new/unread status to
8693                 be lost)
8694
8695 2002-09-10 [christoph]  0.8.2claws36
8696
8697         * src/compose.c
8698                 compose_redirect should not use compose_generic_new
8699                 because that does more stuff than expected including
8700                 opening the external editor
8701                 (closes bug "[ 526608 ] bounced messages appear blank
8702                  in editor")
8703
8704 2002-09-10 [christoph]  0.8.2claws35
8705
8706         * src/folder.c
8707                 fix problem with too large message number range
8708                 causing a crash in folder_item_scan
8709
8710 2002-09-10 [paul]       0.8.2claws34
8711
8712         * sync with 0.8.2cvs13
8713                 see ChangeLog 2002-09-10
8714
8715 2002-09-10 [christoph]  0.8.2claws33
8716
8717         * src/msgcache.c
8718                 set MsgInfo TmpFlags for queue and draft folders
8719                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8720
8721 2002-09-10 [paul]       0.8.2claws32
8722
8723         * AUTHORS
8724           po/bg.po      ** NEW FILE **
8725                 new Bulgarian translation submitted by
8726                 George Danchev <danchev@spnet.net>
8727                 
8728         * tools/Makefile.am
8729           tools/README
8730           tools/tb2sylpheed     ** NEW FILE **
8731                 add script that converts an addressbook exported
8732                 from The Bat! into a Sylpheed addressbook. Submitted
8733                 by Urke MMI <urke-kg@eunet.yu>
8734
8735 2002-09-10 [paul]       0.8.2claws31
8736
8737         * sync with 0.8.2cvs12
8738                 see ChangeLog 2002-09-10
8739
8740 2002-09-06 [paul]       0.8.2claws30
8741
8742         * src/prefs_common.c
8743                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8744                 
8745         * tools/Makefile.am
8746           tools/README
8747           tools/ldif-to-xml.py  ** REMOVED **
8748                 remove obsolete python script
8749
8750 2002-09-06 [paul]       0.8.2claws29
8751
8752         * sync with 0.8.2cvs10
8753                 see ChangeLog 2002-09-06
8754
8755 2002-09-04 [paul]       0.8.2claws28
8756
8757         * sync with 0.8.2cvs9
8758                 see ChangeLog 2002-08-04
8759
8760 2002-09-04 [colin]      0.8.2claws27 
8761
8762         * src/prefs_common.[ch]
8763                 Added signature color configuration
8764         * src/textview.c
8765                 Use user-specified signature color
8766
8767 2002-09-03 [colin]      0.8.2claws26
8768
8769         * src/prefs_common.[ch]
8770                 Added autosave and autosave_length prefs
8771         * src/compose.c
8772                 Added compose_remove_draft()
8773                 Auto-save drafts according to the prefs
8774         * src/main.c
8775                 Added a crash-indicator file, allowing to check
8776                 for new messages on startup if Sylpheed crashed
8777                 (makes saved drafts "reappear")
8778
8779 2002-09-03 [colin]      0.8.2claws25
8780
8781         * src/textview.[ch]
8782                 Grey the signature
8783
8784 2002-09-03 [paul]       0.8.2claws24
8785
8786         * sync with 0.8.2cvs8
8787                 see ChangeLog 2002-09-02 and 2002-09-03
8788
8789 2002-09-03 [darko]      0.8.2claws23
8790
8791         * src/folderview.c
8792                 use normal style when creating new folder to pick
8793                 proper font size 
8794
8795 2002-09-02 [melvin]     0.8.2claws22
8796
8797         * src/gtkaspell.m4
8798                 removed some obsolete code
8799
8800 2002-09-02 [melvin]     0.8.2claws21
8801
8802         * ac/aspell.m4
8803                 fixed test's equality sign (== to =)
8804
8805 2002-09-02 [alfons]     0.8.2claws20
8806
8807         * src/folder.c
8808         * src/mh.c
8809                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8810                 as folder->destroy virtual as suggested by Hiro
8811                 (the mh.c code seems to have been lost around mh.c.1.21)
8812
8813 2002-09-02 [paul]       0.8.2claws19
8814
8815         * po/pt_BR.po
8816                 updated by Fabio Jr. Beneditto
8817                 
8818         * src/defs.h
8819                 use 'http://claws.sylpheed.org' for homepage link. 
8820                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8821
8822 2002-09-01 [alfons]     0.8.2claws18
8823
8824         * src/mh.c
8825                 plug memleak related to one Martin Kluge found
8826
8827 2002-08-31 [paul]       0.8.2claws17
8828
8829         * sync with 0.8.2cvs6
8830                 see ChangeLog 2002-08-30
8831
8832 2002-08-31 [alfons]     0.8.2claws16
8833
8834         * src/folder.c
8835                 folder_destroy(): remove mailbox from folderlist even if it has
8836                 no destroy virtual
8837
8838 2002-08-31 [alfons]     0.8.2claws15
8839
8840         * src/folder.c
8841                 :%sno/if(/if (/gc
8842                 :%sno/for(/for (/gc
8843                 (being pedantic I know)
8844
8845 2002-08-31 [alfons]     0.8.2claws14
8846
8847         * src/folder.c
8848                 check for NULL pointers returned from folder->fetch_msginfo virtual
8849                 (should solve some reported crashes)
8850
8851 2002-08-30 [alfons]     0.8.2claws13
8852
8853         * acconfig.h
8854         * configure.in
8855         * src/crash.c
8856                 enable crash dialog on compilation time
8857                 (--enable-crash-dialog configure option)
8858
8859 2002-08-30 [alfons]     0.8.2claws12
8860
8861         * AUTHORS
8862                 add Martin Kluge
8863         * src/mh.c
8864                 apply memory leak plug patch by Martin Kluge
8865                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8866                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8867                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8868
8869 2002-08-30 [darko]      0.8.2claws11
8870
8871         * src/folderview.c
8872                 copy Gtk style from normal style to match
8873                 font size for coloured folders
8874
8875 2002-08-29 [alfons]     0.8.2claws10
8876
8877         * sylpheed.desktop
8878                 Type=Internet <- Type=Application
8879                 (reported by Michael Schwendt, see:
8880                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8881                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8882
8883 2002-08-29 [paul]       0.8.2claws9
8884
8885         * sync with 0.8.2cvs5
8886                 see ChangeLog 2002-08-29
8887
8888 2002-08-29 [colin]      0.8.2claws8
8889
8890         * src/summaryview.c
8891                 Added a sanity check in summary_select_thread
8892                 Should fix bug 601605
8893
8894 2002-08-29 [colin]      0.8.2claws7
8895
8896         * src/main.c
8897                 Revert claws6 changes regarding bug #591676
8898
8899 2002-08-28 [colin]      0.8.2claws6
8900         
8901         * src/main.c
8902                 Ignore cache for queue folderitems
8903                 Fix bug #591676
8904
8905 2002-08-28 [melvin]     0.8.2claws5
8906
8907         * README.claws
8908                 Fixed typos.
8909
8910 2002-08-28 [melvin]     0.8.2claws4
8911
8912         * README.claws
8913                 Updated a bit the text concerning the spell checker
8914
8915 2002-08-28 [melvin]     0.8.2claws3
8916
8917         Merged the GNU_aspell_branch:
8918                 Support of new GNU/aspell is now included and the old pspell
8919                 is not supported anymore.
8920                 See README.claws
8921
8922         * README.claws
8923                 Updated spell checker text to reflect the switch to GNU/aspell
8924
8925         * ac/aspell.m4          *** NEW ***
8926         * src/gtkaspell.[ch]    *** NEW *** 
8927         * ac/pspell.m4          *** DELETED *** 
8928         * src/gtkspell.[ch]     *** DELETED ***
8929
8930         * ac/Makefile.am
8931                 Updated for GNU/aspell support
8932
8933         * po/POTFILES.in
8934                 Replaced gtkspell.c by gtkaspell.c
8935
8936         * acconfig.h
8937         * src/Makefile.am
8938         * src/about.c
8939         * src/compose.[ch]
8940         * src/crash.c
8941         * src/main.c
8942         * src/prefs_common.[ch]
8943                 Updated for GNU/aspell support
8944
8945 2002-08-28 [paul]       0.8.2claws2
8946
8947         * sync with 0.8.2cvs4
8948                 see ChangeLog 2002-08-27 and 2002-08-28
8949
8950 2002-08-28 [colin]      0.8.2claws1
8951
8952         * src/summary_search.c
8953                 Added "AND search"
8954
8955 2002-08-28 [jens]       0.8.2claws
8956
8957         *po/de.po
8958                 Updated German translations
8959
8960 2002-08-27 [melvin]     0.8.2claws
8961
8962         * po/fr.po
8963                 Updated French translations
8964
8965 2002-08-27 [paul]       0.8.2claws
8966
8967         * sync with 0.8.2 main release
8968
8969         * po/en_GB.po
8970           po/es.po
8971           po/it.po
8972           po/pl.po
8973           po/pt_BR.po
8974           po/sr.po
8975                 updated message catalogs submitted by
8976                 Ricardo Mones Lastra, Alessandro Maestri,
8977                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8978                 Beneditto and Urke MMI  
8979
8980 2002-08-27 [hoa]        0.8.1claws123
8981
8982         * src/mainwindow.[ch]
8983         * src/summaryview.[ch]
8984                 removed the "filter setting" menu option.
8985                 add a "cancel a news message" menu option.
8986
8987 2002-08-26 [martin]     0.8.1claws122
8988
8989         * ChangeLog.claws
8990                 changed string under 0.8.1claws79 changed by myself
8991                 i'm sorry alfons :(
8992
8993 2002-08-26 [martin]     0.8.1claws121
8994
8995         * src/crash.c
8996                 added kill command to debuggerrc to start crash dialog
8997
8998 2002-08-26 [paul]       0.8.1claws120
8999
9000         * sync with 0.8.1cvs31
9001                 see ChangeLog 2002-08-26
9002
9003 2002-08-25 [alfons]     0.8.1claws119
9004
9005         * src/procmsg.c
9006                 fix bug that didn't send out correct headers to news server
9007                 when sending news article and email from queue (bug reported
9008                 and patch provided by Tim Mann; closes bug 
9009                 "[ 583196 ] 0.7.8claws can't post news")
9010
9011 2002-08-25 [alfons]     0.8.1claws118
9012
9013         * src/selective_download.c
9014                 mark two strings as translatable
9015                 (thanks to Urke MMI for pointing this out)
9016
9017 2002-08-25 [alfons]     0.8.1claws117
9018
9019         * src/summaryview.c
9020                 treat sent boxes as special and allow sorting them by addressee
9021                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9022                 submitted by Steve Lamb)
9023
9024 2002-08-24 [alfons]     0.8.1claws116
9025
9026         * src/matcher.c
9027                 fix memleak reported by Martin Kluge
9028                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9029
9030 2002-08-24 [oliver]     0.8.1claws115
9031
9032         * src/prefs_toolbar.c
9033                 o code cleanup as suggested by Alfons
9034                 o memleak fix
9035
9036 2002-08-24 [alfons]     0.8.1claws114
9037
9038         * src/summaryview.c
9039                 o fix another memory leak reported by Martin Kluge
9040                   (see "[ 599568 ] Small Memory Leak")
9041                 o remove 'from' variable from 'summary_set_header()'; we can
9042                   do with just 'to' 
9043
9044 2002-08-24 [paul]       0.8.1claws113
9045
9046         * sync with 0.8.1cvs30
9047                 see ChangeLog 2002-08-23
9048
9049 2002-08-24 [alfons]     0.8.1claws112
9050
9051         * src/summaryview.c
9052                 remove unnecessary allocations for search bar fixing leaks
9053                 reported by Martin Kluge
9054                 (see "[ 599451 ] Further memory leaks?")
9055
9056 2002-08-24 [alfons]     0.8.1claws111
9057
9058         * src/main.c
9059                 make get_socket_name() public for crash.c
9060         * src/crash.c
9061                 o make report bug button work (goes to claws' 
9062                   bug tracker at sf.net)
9063                 o introduce function for doing important stuff just
9064                   before claws goes down
9065                 o clean up code 
9066
9067 2002-08-24 [alfons]     0.8.1claws110
9068
9069         * src/compose.c
9070                 move cursor to "To" entry when forwarding as attachment
9071                 (reported and solved by Steve Lamb, closes bug report
9072                 "[ 592880 ] Forward as attachment; cursor not in to")
9073
9074 2002-08-24 [colin]      0.8.1claws109
9075
9076         * src/mainwindow.c
9077                 fix quick search visibility after GUI (de)separations.
9078
9079 2002-08-23 [colin]      0.8.1claws108
9080
9081         * src/mainwindow.c
9082                 fix header pane visibility after folderview or
9083                 messageview (de)separation
9084
9085 2002-08-23 [paul]       0.8.1claws107
9086
9087         * src/mainwindow.[ch]
9088           src/toolbar.c
9089                 give full control of display or non-display 
9090                 of the Execute icon to Custom toolbar settings.
9091                 add new sensitivity condition to maninwindow.h: 
9092                 M_DELAY_EXEC
9093
9094         * ChangeLog
9095           ChangeLog.jp
9096           NEWS
9097                 more sync with 0.8.1cvs29
9098
9099 2002-08-23 [melvin]     0.8.1claws106
9100
9101         * src/alertpanel.c
9102                 Readded support for custom widget in alertpanel lost in last
9103                 sync.
9104
9105 2002-08-23 [paul]       0.8.1claws105
9106
9107         * sync with 0.8.1cvs29
9108                 see ChangeLog 2002-08-23
9109
9110 2002-08-23 [colin]      0.8.1claws104
9111
9112         * src/summaryview.c
9113                 Fix folder and search pixmaps exchanging positions
9114                 after theme or toolbar changes. Thank to Oliver for 
9115                 reporting this.
9116
9117 2002-08-23 [colin]      0.8.1claws103
9118
9119         * src/mainwindow.c
9120           src/messageview.[ch]
9121           src/noticeview.[ch]
9122           src/summaryview.c
9123                 Changed messageview_create() and noticeview_create()
9124                 to avoid the last gdk_warning
9125
9126 2002-08-22 [colin]      0.8.1claws102
9127
9128         * src/summaryview.c
9129                 Fix my new `Creating pixmap from xpm' warning
9130
9131 2002-08-22 [colin]      0.8.1claws101
9132
9133         * src/mainwindow.c
9134                 Fix some of the gdk warnings
9135
9136 2002-08-22 [colin]      0.8.1claws100
9137
9138         * src/Makefile.am
9139         * src/stock_pixmap.c
9140         * src/stock_pixmap.h
9141         * src/pixmaps/quicksearch.xpm *ADDED*
9142                 Add the quicksearch pixmap
9143         * src/mainwindow.c
9144         * src/summaryview.c
9145         * src/summaryview.h
9146                 Make quicksearch bar visible/hidden via a button
9147
9148 2002-08-22 [christoph]  0.8.1claws99
9149
9150         * src/folder.c
9151                 fix folder update for newsgroups with message
9152                 numbers below minimum number of articles to fetch
9153                 (closes bug #598445)
9154
9155 2002-08-22 [paul]       0.8.1claws98
9156
9157         * sync with 0.8.1cvs28
9158                 see ChangeLog 2002-08-22
9159
9160 2002-08-21 [alfons]     0.8.1claws97
9161
9162         * src/crash.c
9163                 use bt instead of bt full which seems to work 
9164                 better, and bt full doesn't give a great deal 
9165                 of information anyway
9166
9167 2002-08-21 [colin]      0.8.1claws96
9168
9169         * src/summaryview.c
9170                 fix summaryview_searchtype_changed prototype
9171
9172 2002-08-21 [christoph]  0.8.1claws95
9173
9174         * src/mainwindow.c
9175                 o fix broken menu update for sorting type, we have to
9176                   get this info from the summaryview now
9177                 o removed setting of threaded state in menu callback
9178         * src/summaryview.[ch]
9179                 more summaryview/folderitem seperation for
9180                 threading option
9181         * configure.in
9182                 removed not required --with-compiler-flags option
9183
9184 2002-08-21 [oliver]     0.8.1claws94
9185         
9186         * src/toolbar.h 
9187                 o rename toolbar.xml to toolbar_main.xml
9188                   since toolbar_compose.xml might come up 
9189                   any time soon
9190         * README.claws
9191                 add custom toolbar              
9192
9193 2002-08-21 [darko]      0.8.1claws93
9194
9195         * src/procmsg.c
9196                 don't reset tmp flags for messages copied
9197                 to sent folder
9198
9199 2002-08-21 [colin]      0.8.1claws92
9200         
9201         * src/prefs_filtering.c
9202                 fix renaming rules on folder rename 
9203                 when folder is not a leaf folder
9204
9205 2002-08-21 [paul]       0.8.1claws91
9206
9207         * src/prefs_folder_item.c
9208                 fix alignment of colour selector
9209
9210 2002-08-21 [paul]       0.8.1claws90
9211
9212         * sync with 0.8.1cvs27
9213                 see ChangeLog 2002-08-21
9214
9215 2002-08-21 [paul]       0.8.1claws89
9216
9217         * src/summaryview.c
9218                 fix crash when changing field type in
9219                 Quick search bar
9220
9221 2002-08-21 [colin]      0.8.1claws88
9222
9223         * src/summaryview.c
9224                 Made quick search case-insensitive
9225
9226 2002-08-21 [paul]       0.8.1claws87
9227
9228         * sync with 0.8.1cvs26
9229                 see ChangeLog 2002-08-21
9230
9231 2002-08-20 [christoph]  0.8.1claws86
9232
9233         * src/folderview.c
9234         * src/main.c
9235         * src/summaryview.[ch]
9236                 more summaryview/folderitem seperation for
9237                 sort_key and sort_type
9238         * src/procmsg.c
9239                 added missing return statement
9240
9241 2002-08-20 [colin]      0.8.1claws85
9242
9243         * src/summaryview.[ch]
9244                 Added a quick search box
9245         * src/mainwindow.c
9246         * src/prefs_common.[ch]
9247                 Added a show/hide option for the quick search
9248
9249 2002-08-20 [oliver]     0.8.1claws84
9250         
9251         * src/mainwindow.c
9252                 remove toolbar_create_popups
9253         * src/toolbar.[ch]
9254                 o remove toolbar_create_popups
9255                 o fix toolbar_set_sensitive 
9256                   (Bug reports #596834 and #596832)     
9257         * src/prefs_toolbar.c
9258                 o add "Set default" button
9259                 o align label and text + combo widgets
9260
9261 2002-08-20 [hoa]        0.8.1claws83bis
9262
9263         * src/imap.c
9264                 fixed a bug in imap_fetch_msginfo() in case there is no
9265                 current folder.
9266
9267 2002-08-20 [darko]      0.8.1claws83
9268
9269         * src/folderview.c
9270                 copy the color style of folder view so it
9271                 works with GTK themes
9272
9273 2002-08-20 [darko]      0.8.1claws82
9274
9275         * src/folder.h
9276         * src/folderview.c
9277         * src/prefs_folder_item.[hc]
9278                 don't use UI stuff in folder.h
9279
9280 2002-08-20 [darko]      0.8.1claws81
9281
9282         * src/folder.h
9283         * src/prefs_folder_item.h
9284         * src/folderview.c
9285         * src/prefs_folder_item.c
9286                 ability to set folder color in folderview
9287
9288 2002-08-19 [alfons]     0.8.1claws80
9289
9290         * src/summaryview.c
9291                 fix one of the earlier memleaks reported by Martin Kluge
9292
9293 2002-08-19 [alfons]     0.8.1claws79
9294
9295         * src/mainwindow.c
9296                 hide notice view when selecting seperate folder
9297                 view (reported by Urke MMI)
9298
9299 2002-08-19 [christoph]  0.8.1claws78
9300
9301         * src/folderview.c
9302         * src/prefs_folder_item.h
9303         * src/summaryview.[ch]
9304                 o add summary_set_prefs_from_folderitem to set
9305                   summaryview prefs (first step to remove all
9306                   references to the folderitem in summaryview)
9307                 o moved compiled regex stuff from folderitem prefs
9308                   to summaryview code
9309
9310 2002-08-19 [paul]       0.8.1claws77
9311
9312         * src/compose.c
9313                 add check for '.' to QUOTE_IF_REQUIRED
9314
9315 2002-08-19 [paul]       0.8.1claws76
9316
9317         * src/inc.c
9318                 sync with 0.8.1cvs25 (plug memory leak)
9319
9320         * src/prefs_toolbar.c
9321                 re-order prefs_toolbar_cancel()
9322
9323 2002-08-18 [alfons]     0.8.1claws75
9324
9325         * src/inc.c
9326         * src/matcher.c
9327                 plug other memleaks reported by Martin Kluge
9328
9329 2002-08-18 [paul]       0.8.1claws74
9330
9331         * po/pt_BR.po
9332                 updated by Fabio Jr. Beneditto
9333
9334 2002-08-18 [paul]       0.8.1claws73
9335
9336         * src/toolbar.[ch]
9337                 fix bug where tooltips were displayed untranslated              
9338
9339         * src/prefs_toolbar.c
9340                 fix bug where clicking 'Cancel' creates an icon & text
9341                 toolbar regardless of prefs
9342         
9343
9344 2002-08-17 [oliver]     0.8.1claws72
9345
9346         * src/prefs_toolbar.c
9347                 update toolbar on CANCEL
9348                 bug reported by Martin Kluge
9349         * src/toolbar.c
9350                 toolbar_destroy memleak fixed           
9351
9352 2002-08-17 [alfons]     0.8.1claws71
9353
9354         * src/toolbar.c
9355                 plug another memleak reported by Martin Kluge
9356
9357 2002-08-16 [alfons]     0.8.1claws70
9358
9359         * src/crash.c
9360                 use execvp() correctly (suggested by wwp; thanks!)
9361
9362 2002-08-16 [alfons]     0.8.1claws69
9363
9364         * src/gtksctree.c
9365                 plug memory leak reported by Kim Schultz & Martin Kluge
9366
9367 2002-08-16 [paul]       0.8.1claws68
9368
9369         * po/es.po
9370                 updated by Ricardo Mones Lastra
9371
9372 2002-08-16 [paul]       0.8.1claws67
9373
9374         * src/toolbar.h
9375                 fix bug where 'Compose News' icon showed wrong
9376                 tooltip
9377
9378 2002-08-16 [paul]       0.8.1claws66
9379
9380         * sync with 0.8.1cvs24
9381                 see ChangeLog 2002-08-16
9382
9383         * po/it.po
9384                 updated by Alessandro Maestri
9385
9386 2002-08-15 [paul]       0.8.1claws65
9387
9388         * po/sr.po
9389                 updated by Urke MMI
9390
9391 2002-08-15 [paul]       0.8.1claws64
9392
9393         * src/*.c
9394                 don't translate debug info
9395
9396         * src/matcher.[ch]
9397                 add copyright info
9398
9399 2002-08-15 [paul]       0.8.1claws63
9400
9401         * src/prefs_toolbar.c
9402                 fix bug where clicking 'OK' creates an icon & text
9403                 toolbar regardless of prefs
9404
9405 2002-08-14 [alfons]     0.8.1claws62
9406
9407         * src/main.c
9408                 add global var that has the full argv[0]
9409         * src/crash.c
9410                 o execvp the correct sylpheed by using argv0
9411                   and setting the correct work dir
9412                 o other tweaks  
9413
9414 2002-08-14 [oliver]     0.8.1claws61
9415         
9416         * enable/disable Toolbar Action Buttons 
9417         * code cleanups
9418         * src/mainwindow.c
9419         * src/toolbar.[ch]      
9420         * src/prefs_toolbar.c   
9421
9422 2002-08-14 [melvin]     0.8.1claws60
9423
9424         * po/fr.po
9425                 Updated French translations
9426
9427 2002-08-14 [melvin]     0.8.1claws59
9428
9429         * src/crash.c
9430                 Made bug report not translatable
9431         * src/exporthtml.c
9432                 Fixed exporthtml_build_filespec() return value
9433         * src/foldersel.c
9434                 Fixed incorrect include file
9435         * src/gtkspell.c
9436         * src/prefs_actions.c
9437         * src/prefs_toolbar.c
9438                 Made debug info not translatable
9439         * src/mutt.c
9440         * src/quote_fmt.c
9441                 Added missing includes
9442         * src/prefs_common.c
9443                 Fixed typo
9444
9445 2002-08-14 [paul]       0.8.1claws58
9446
9447         * faq/es/sylpheed-faq.html
9448           faq/es/sylpheed-faq-[1-3].html
9449           faq/es/sylpheed-faq-4.html     **NEW FILE **
9450                 update Spanish FAQ
9451
9452 2002-08-13 [christoph]  0.8.1claws57
9453
9454         * src/procmsg.c
9455                 ignore thread fix that did not mark all
9456                 child nodes of a ignored thread as
9457                 ignored. Does not work perfectly yet,
9458                 but it is better now
9459
9460 2002-08-13 [alfons]     0.8.1claws56
9461
9462         * src/crash.c
9463                 o implement 'save crash log'
9464                 o some tweaks
9465
9466 2002-08-13 [melvin]     0.8.1claws55
9467
9468         * src/main.c
9469                 removed unrequired "execinfo.h" header
9470
9471 2002-08-12 [paul]       0.8.1claws54
9472
9473         * faq/en/sylpheed-faq.html
9474           faq/en/sylpheed-faq-[1-3].html
9475           faq/en/sylpheed-faq-4.html     **NEW FILE **
9476                 update English FAQ
9477
9478 2002-08-12 [alfons]     0.8.1claws53
9479
9480         * po/POTFILES.in
9481                 add crash.c to translatables
9482         * src/crash.c
9483                 bring in Leandro's crash dialog
9484
9485 2002-08-11 [alfons]     0.8.1claws52
9486
9487         * src/crash.c
9488                 clean up some warnings
9489
9490 2002-08-11 [alfons]     0.8.1claws51
9491
9492         * acconfig.h
9493         * configure.in
9494         * src/crash.[ch]        ** NEW FILES **
9495         * src/main.c            
9496                 initial gdb crash handler
9497
9498 2002-08-11 [paul]       0.8.1claws50
9499
9500         * src/prefs_toolbar.c
9501                 replace Up/Down arrow pixmaps with text to be
9502                 consistent across icon themes
9503
9504 2002-08-11 [paul]       0.8.1claws49
9505
9506         * src/prefs_common.c
9507           src/prefs_toolbar.c
9508                 rename 'Pixmap' -> 'Icon'
9509
9510         * src/toolbar.[ch]
9511                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9512
9513 2002-08-10 [paul]       0.8.1claws48
9514
9515         * src/prefs_toolbar.c
9516                 re-work the UI
9517
9518 2002-08-10 [paul]       0.8.1claws47
9519
9520         * src/main.c
9521                 don't write Processing progress to status bar
9522                 patch submitted by Alexander Evseev
9523
9524         * src/prefs_toolbar.c
9525                 re-position and resize window
9526                 make window assume correct size on first call
9527
9528 2002-08-10 [paul]       0.8.1claws46
9529
9530         * src/mainwindow.c
9531           src/prefs_toolbar.c
9532           src/toolbar.c
9533           src/toolbar.h
9534                 obey coding style
9535                 follow UI text conventions
9536
9537 2002-08-10 [alfons]     0.8.1claws45
9538
9539         * src/toolbar.c
9540                 correct pixmap for delete action
9541
9542 2002-08-10 [paul]       0.8.1claws44
9543
9544         * po/pt_BR.po
9545                 updated by Fabio Jr. Beneditto
9546
9547 2002-08-10 [paul]       0.8.1claws43
9548
9549         * po/POTFILES.in
9550                 add custom toolbar files
9551
9552 2002-08-10 [paul]       0.8.1claws42
9553
9554         * sync with 0.8.1cvs22
9555                 see ChangeLog 2002-08-09
9556
9557 2002-08-09 [paul]       0.8.1claws41
9558
9559         * tools/Makefile.am
9560           tools/README
9561           tools/outlook2sylpheed.pl     ** NEW FILE **
9562                 add script to convert exported Outlook
9563                 contacts list to a Sylpheed addressbook.
9564                 Submitted by Ricardo Mones Lastra.
9565
9566 2002-08-09 [paul]       0.8.1claws40
9567
9568         * AUTHORS
9569           configure.in
9570           po/sr.po      ** NEW FILE **
9571                 add Serbian message catalog. Submitted by
9572                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9573
9574 2002-08-09 [paul]       0.8.1claws39
9575
9576         * sync with 0.8.1cvs21
9577                 see ChangeLog 2002-08-08
9578
9579 2002-08-08 [oliver]     0.8.1claws38
9580
9581         * src/mainwindow.c
9582                 move Custom Toolbar to Configuration menu
9583
9584 2002-08-08 [oliver]     0.8.1claws37
9585
9586         * src/prefs_toolbar.c
9587                 fix substitute pixmap bug
9588
9589 2002-08-08 [paul]       0.8.1claws36
9590
9591         * sync with 0.8.1cvs19
9592                 see ChangeLog 2002-08-08
9593
9594 2002-08-07 [christoph]  0.8.1claws35
9595
9596         * src/utils.c
9597                 fixed a memory leak in new canonicalize_file_replace
9598
9599 2002-08-07 [christoph]  0.8.1claws34
9600
9601         * src/utils.[ch]
9602                 o canonicalize_file_replace should create the temporary
9603                   file in the same directory as the original file.
9604                 o added get_tmpfile_in_dir that creates a temorary file
9605                   in a specified directory.
9606
9607 2002-08-07 [melvin]     0.8.1claws33
9608
9609         * src/toolbar.c
9610                 fixed bug where 'Article' button acted as 'Email' button.
9611
9612 2002-08-07 [paul]       0.8.1claws32
9613
9614         * sync with 0.8.1.cvs17
9615                 see ChangeLog 2002-08-07
9616
9617 2002-08-07 [colin]      0.8.1claws31
9618         
9619         * src/news.c
9620                 fix mass-cancel problem
9621
9622 2002-08-07 [thorsten]   0.8.1claws30
9623
9624         * src/prefs_toolbar.c
9625                 fix: crash on replace or add new button
9626         * src/toolbar.c
9627                 fix: close xmlfile after reading
9628         * src/utils.c
9629                 fix: unlink() file before rename()
9630
9631 2002-08-06 [paul]       0.8.1claws29
9632
9633         * sync with 0.8.cvs15
9634                 see ChangeLog 2002-08-06
9635
9636 2002-08-06 [oliver]     0.8.1claws28
9637
9638         * src/toolbar.c
9639         * src/prefs_toolbar.c
9640                 fixed empty toolbar issue
9641
9642 2002-08-06 [oliver]     0.8.1claws27
9643
9644         * Custom Toolbar Final 
9645         * src/folderview.c
9646         * src/inc.c
9647         * src/summaryview.c
9648                 o toolbar stuff now lives in src/toolbar.[ch]
9649                 o main_window_toolbar_* functions are renamed to
9650                   toolbar_* reflecting their new source file
9651         * src/mainwindow.[ch]
9652                 o remove toolbar stuff  
9653
9654 2002-08-06 [oliver]     0.8.1claws26
9655         
9656         * src/Makefile.am
9657         * src/prefs_toolbar.[ch]        **New File**
9658         * src/toolbar.[ch]              **New File**
9659                 o prefs_toolbar.[ch] custom toolbar frontend
9660                 o toolbar.[ch]       backend 
9661
9662 2002-08-06 [oliver]     0.8.1claws25
9663
9664         * src/prefs_actions.[ch]
9665                 o new exported function actions_execute
9666
9667 2002-08-06 [paul]       0.8.1claws24
9668
9669         * sync with 0.8.1cvs4
9670                 see ChangeLog 2002-08-06
9671
9672 2002-08-06 [paul]       0.8.1claws23
9673
9674         * sync with 0.8.1cvs13
9675                 see ChangeLog 2002-08-06
9676
9677 2002-08-06 [paul]       0.8.1claws22
9678
9679         * sync with 0.8.1cvs12
9680                 see ChangeLog 2002-08-05 and 2002-08-06
9681
9682 2002-08-06 [match]      0.8.1claws21
9683
9684         * src/addrclip.c
9685                 improvements to cut/copy/paste address
9686
9687 2002-08-05 [match]      0.8.1claws20
9688
9689         * src/addritem.[ch]
9690         * src/addrcache.c
9691         * src/addrbook.c
9692         * src/editaddress.c
9693         * src/addressbook.c
9694                 fixes to improve cut/copy/paste
9695
9696 2002-08-06 [melvin]     0.8.1claws19
9697
9698         * src/account.[ch]
9699                 account_find_all_from_address(): new function that returns the
9700                 list of all accounts that are matched in an address.
9701         * src/alertpanel.[ch]
9702                 alertpanel() now accepts a custom widget
9703                 alertpanel_with_widget(): new function that pops up a panel with
9704                 a custom widget in it 
9705         * src/gtkutils.[ch]
9706                 gtkut_account_menu_new(): new function that allows the selection
9707                 of an account from a list of accounts.
9708         * src/messageview.c
9709                 Extended Return Receipt notification to select the correct 
9710                 account and to make a security test on the Delivery-Notification
9711                 address which should be the same as the Return-Path.
9712
9713 2002-08-06 [thorsten]   0.8.1claws18
9714
9715         * src/mimeview.c
9716                 attach_all: save unnamed as "noname.%d",
9717                 dont free static dirname
9718
9719 2002-08-05 [alfons]     0.8.1claws17
9720
9721         * configure.in
9722                 detect XIM by trying to link rather than compile a XIM program
9723
9724 2002-08-05 [oliver]     0.8.1claws16
9725                 
9726         * src/stock_pixmap.[ch]
9727                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9728                 o new func to retrieve pixmaps
9729
9730 2002-08-05 [paul]       0.8.1claws15
9731
9732         * sync with 0.8.1cvs10
9733                 see ChangeLog 2002-08-05
9734
9735 2002-08-04 [alfons]     0.8.1claws14
9736
9737         * src/textview.c
9738                 see if this plugs memleak
9739
9740 2002-08-04 [melvin]     0.8.1claws13
9741
9742         * src/gtkspell.c
9743                 fixed bug that could crash Sylpheed when highlighting
9744                 all misspelled words.
9745
9746 2002-08-03 [melvin]     0.8.1claws12
9747
9748         * src/prefs_actions.c
9749                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9750         * src/messageview.c
9751                 fixed bug where the Return Receipt was sent to
9752                 Delivery-Notification-To address even if it was not present
9753
9754 2002-08-02 [alfons]     0.8.1claws11
9755
9756         * src/prefs_actions.c
9757                 o more check for NULLs
9758                 o put create_io_dialog() in right conditional block
9759
9760 2002-08-02 [paul]       0.8.1claws10
9761
9762         * po/es.po
9763                 updated by Ricardo Mones Lastra
9764
9765 2002-08-01 [christoph]  0.8.1claws9
9766
9767         * src/folder.c
9768                 don't free the cache of the opened
9769                 folder in the summaryview
9770         * src/summaryview.c
9771                 don't unset flags, if it is not required
9772
9773 2002-08-01 [paul]       0.8.1claws8
9774
9775         * sync with 0.8.1cvs8
9776                 see ChangeLog entry 2002-08-01
9777
9778 2002-08-01 [paul]       0.8.1claws7
9779
9780         * sync with 0.8.1cvs7
9781                 see ChangeLog 2002-07-31 and 2002-08-01
9782
9783 2002-07-31 [christoph]  0.8.1claws6
9784
9785         * src/mainwindow.c
9786                 forgot to update menu sensitivity
9787                 function for new menu entry
9788
9789 2002-07-31 [alfons]     0.8.1claws5
9790
9791         * src/main.c
9792                 check folder item and its path for NULL on
9793                 initial processing
9794
9795 2002-07-31 [christoph]  0.8.1claws4
9796
9797         * src/folder.c
9798                 check if folder_item_get_msginfo in
9799                 folder_item_remove_msg returned NULL
9800         * src/imap.c
9801                 better clear the uid cache in the
9802                 uid validity check function and delete
9803                 cached messages
9804
9805 2002-07-31 [paul]       0.8.1claws3
9806
9807         * man/sylpheed.1
9808                 add the '--attach' option and a few other
9809                 minor changes
9810
9811 2002-07-31 [paul]       0.8.1claws2
9812
9813         * sync with 0.8.1cvs5
9814                 see ChangeLog 2002-07-31
9815
9816 2002-07-31 [christoph]  0.8.1claws1
9817
9818         * src/folderview.[ch]
9819         * src/mainwindow.c
9820                 replace "Rescan all folders..." with
9821                 "Check all folders for new messages..."
9822
9823 2002-07-30 [paul]       0.8.1claws
9824
9825         * version 0.8.1claws released
9826
9827 2002-07-30 [paul]       0.8.0claws29
9828
9829         * tools/OOo2sylpheed.pl ** NEW FILE **
9830           tools/README
9831                 add script to enable sending documents as
9832                 attachments from OpenOffice.org
9833
9834 2002-07-30 [melvin]     0.8.0claws28
9835
9836         * src/prefs_actions.c
9837                 Made the actions' input/output dialog display
9838                 without delay.
9839
9840 2002-07-30 [christoph]  0.8.0claws27
9841
9842         * src/procmsg.c
9843                 check if folder_item_get_msginfo in
9844                 procmsg_save_to_outbox returned NULL
9845
9846 2002-07-30 [paul]       0.8.0claws26
9847
9848         * sync with 0.8.1cvs4
9849                 see ChangeLog 2002-07-29
9850
9851 2002-07-29 [thorsten]   0.8.0claws25
9852
9853         * README.claws
9854                 added selective download, delete on server
9855
9856 2002-07-29 [paul]       0.8.0claws24
9857
9858         * sync with 0.8.1cvs3
9859                 see ChangeLog 2002-07-29
9860
9861 2002-07-27 [christoph]  0.8.0claws23
9862
9863         * src/folder.c
9864                 add extra check if fetching the msginfo
9865                 returned NULL
9866
9867 2002-07-27 [paul]       0.8.0claws22
9868
9869         * sync with 0.8.1cvs2
9870                 see ChangeLog 2002-07-26
9871
9872 2002-07-27 [christoph]  0.8.0claws21
9873
9874         * src/imap.c
9875                 add another check if a valid msginfo
9876                 was returned
9877
9878 2002-07-26 [hoa]        0.8.0claws20
9879
9880         * src/folder.c
9881                 Fixed a condition in folder_item_destroy()
9882
9883         * src/imap.c
9884                 Fixed an error in IMAP protocol
9885
9886 2002-07-26 [alfons]     0.8.0claws19
9887
9888         * src/folder.c
9889                 ofcourse compare with identifier, not the path
9890
9891 2002-07-26 [alfons]     0.8.0claws18
9892
9893         * src/folder.c
9894                 use folder item identifier for saving / restoring
9895                 preferences because folder->path might not be unique
9896
9897 2002-07-26 [melvin]     0.8.0claws17
9898
9899         * src/logwindow.c
9900                 Fixed a crash introduced in 0.8.0claws5 when log is 
9901                 cut under 80 characters.
9902
9903 2002-07-26 [paul]       0.8.0claws16
9904
9905         * sync with 0.8.1cvs1
9906                 see ChangeLog 2002-07-26
9907
9908 2002-07-26 [christoph]  0.8.0claws15
9909
9910         * src/imap.[ch]
9911                 imap folder now remembers the last selected
9912                 folder and imap_fetch_msginfo skips selecting
9913                 the folder if it is already selected
9914
9915 2002-07-26 [christoph]  0.8.0claws14
9916
9917         * src/folder.c
9918         * src/folderview.c
9919         * src/imap.c
9920                 fix imap folder rescanning
9921
9922 2002-07-25 [christoph]  0.8.0claws13
9923
9924         * src/filter.c
9925         * src/folder.[ch]
9926         * src/folderview.c
9927         * src/imap.[ch]
9928         * src/mainwindow.c
9929         * src/mbox_folder.c
9930         * src/mh.c
9931         * src/news.c
9932                 implement imap uid cache and uid validity check
9933
9934 2002-07-25 [alfons]     0.8.0claws12
9935
9936         * src/summaryview.c
9937                 fix a brown paper bag bug, and also add some more
9938                 checks
9939
9940 2002-07-25 [christoph]  0.8.0claws11
9941
9942         * src/folder.c
9943                 don't mix copy, fetch_msginfo and remove
9944                 operations in folder item copy and move
9945                 operations
9946
9947 2002-07-25 [christoph]  0.8.0claws10
9948
9949         * src/folderview.c
9950         * src/mainwindow.c
9951         * src/prefs_folder_item.c
9952         * src/summaryview.[ch]
9953                 remove no longer required parameter update_cache from
9954                 summary_show
9955
9956 2002-07-25 [paul]       0.8.0claws9
9957
9958         * sync with 0.8.1
9959         
9960         * AUTHORS
9961                 a few corrections
9962
9963 2002-07-24 [alfons]     0.8.0claws8
9964
9965         * src/summaryview.c
9966                 sort correctly when using simplified subject line
9967                 (closes feature request "[ 585141 ] applying regexp to subject 
9968                 before sort" submitted by Alexandra Walford)
9969
9970 2002-07-24 [paul]       0.8.0claws7
9971
9972         * sync with 0.8.0cvs3
9973                 see ChangeLog 2002-07-24
9974
9975 2002-07-23 [christoph]  0.8.0claws6
9976
9977         * src/folder.c
9978         * src/folder.h
9979         * src/summaryview.c
9980         * src/summaryview.h
9981         * src/main.c
9982                 o separate processing and summaryview
9983                 o removed summary_write_cache from summaryview
9984                 o removed summaryview->killed_messages, because we don't have
9985                   to keep a list of killed messages anymore. New cache will
9986                   keep the hidden messages in cache anyway
9987         * src/folderview.c
9988         * src/inc.c
9989         * src/selective_download.c
9990                 o removed unnecessary summary_write_cache calls
9991         * src/procmsg.c
9992                 o don't set ignore thread flag in procmsg_get_thread_tree
9993                   if it is already set
9994         * src/mainwindow.c
9995         * src/statusbar.h
9996                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9997                   they are used in different files
9998
9999 2002-07-23 [melvin]     0.8.0claws5
10000
10001         * src/addressbook.c
10002         * src/addrgather.c
10003         * src/editaddress.c
10004         * src/editgroup.c
10005         * src/editldap_basedn.c
10006         * src/importldif.c
10007         * src/prefs_common.c
10008                 Fixed few memory leak (gtk_editable_get_chars returns
10009                 an allocated string)
10010         * src/logwindow.c
10011                 Fixed few memory leak (gtk_editable_get_chars returns
10012                 an allocated string) and modified a little the log cutting
10013                 loop.
10014         * src/compose.c
10015                 Replaced a call to an obsolete function gtk_entry_get_text()
10016                 by gtk_editable_get_chars()
10017         * src/send.c
10018                 Removed a debug printf
10019
10020 2002-07-23 [christoph]  0.8.0claws4
10021
10022         * src/filesel.c
10023                 fix another g_dirname memory leak
10024
10025 2002-07-23 [christoph]  0.8.0claws3
10026
10027         * src/mh.c
10028                 fixed a memory leak in mh_fetch_msginfo
10029                 fixed crash when message header could not be
10030                 parsed
10031
10032 2002-07-23 [paul]       0.8.0claws2
10033
10034         * sync with 0.8.0cvs2
10035                 see ChangeLog 2002-07-23
10036
10037 2002-07-23 [paul]       0.8.0claws1
10038
10039         * sync with 0.8.0cvs1
10040                 see ChangeLog 2002-07-23
10041
10042 2002-07-23 [paul]       0.8.0claws
10043
10044         * release of 0.8.0claws
10045
10046 2002-07-23 [paul]       0.7.8claws99
10047
10048         * po/ru.po
10049                 new Russian translation, submitted by
10050                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10051
10052 2002-07-22 [jens]       0.7.8claws98
10053
10054         * po/de.po
10055                 Updated German translations.
10056
10057 2002-07-22 [paul]       0.7.8claws97
10058
10059         * po/es.po
10060           po/it.po
10061           po/nl.po
10062           po/pt_BR.po
10063                 updated translations by Ricardo Mones Lastra,
10064                 Alessandro Maestri, Wilbert Berendsen and 
10065                 Fabio Jr. Beneditto respectively
10066
10067 2002-07-22 [christoph]  0.7.8claws96
10068
10069         * src/mimeview.c
10070                 fix memory leak caused by wrong g_dirname usage
10071
10072 2002-07-22 [christoph]  0.7.8claws95
10073
10074         * src/summaryview.c
10075                 update new and unread message counts for summaryview
10076                 summaryview does not get it from the folder anymore
10077                 and has to update the values itself
10078
10079 2002-07-22 [melvin]     0.7.8claws94
10080
10081         * po/fr.po
10082                 Updated French translations.
10083
10084 2002-07-22 [christoph]  0.7.8claws93
10085
10086         * src/matcher.c
10087                 set prop->preg pointer to NULL or following check
10088                 will not fail and regexec will be called with
10089                 invalid pointer
10090
10091 2002-07-21 [alfons]     0.7.8claws92
10092         
10093         * src/prefs_common.[ch]
10094                 remove option "Send return receipt on request"
10095
10096 2002-07-21 [thorsten]   0.7.8claws91
10097
10098         * src/mimeview.c
10099                 fixed memleaks, coding style as pointed out by alfons
10100
10101 2002-07-21 [alfons]     0.7.8claws90
10102
10103         * src/messageview.c
10104         * src/noticeview.[ch]
10105                 o fix bug notice view being displayed when going to empty folder 
10106                   (noticed by Christoph)
10107                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10108                   (noticed by Thorsten)
10109
10110 2002-07-21 [thorsten]   0.7.8claws89
10111
10112         * src/mimeview.c
10113                 Included save_all patch from Xaview FACQ
10114                 added support for pathnames
10115
10116 2002-07-21 [alfons]     0.7.8claws88
10117
10118         * po/POTFILES.in
10119         * src/Makefile.am
10120         * src/mainwindow.c
10121         * src/messageview.[ch]
10122         * src/noticeview.c      ** NEW FILE **
10123         * src/noticeview.h      ** NEW FILE **
10124                 make return receipts work again
10125                 (UI idea by Leandro Pereira)
10126
10127 2002-07-21 [paul]       0.7.8claws87
10128
10129         * src/summaryview.c
10130                 fix sensitivity of 'Select thread'
10131
10132 2002-07-21 [paul]       0.7.8claws86
10133
10134         * src/prefs_common.c
10135                 add browser command line for Galeon
10136
10137 2002-07-21 [paul]       0.7.8claws85
10138
10139         * Makefile.am
10140                 fix 'EXTRA_DIST': remove README.README, add TODO
10141                 and TODO.claws
10142
10143 2002-07-21 [alfons]     0.7.8claws84
10144
10145         * src/gtkstext.c
10146                 make enter clear selection
10147                 (closes "[ 579888 ] Editor selection/entry error"
10148                 reported by Steve Lamb)
10149
10150 2002-07-21 [alfons]     0.7.8claws83
10151         
10152         * src/summaryview.c
10153                 sort message list when selecting unthread messages
10154                 (closes "[ 501593 ] switching threaded view doesn't sort"
10155                 reported by Simon Schubert)
10156
10157 2002-07-20 [alfons]     0.7.8claws82
10158         
10159         * src/matcher.c
10160                 const-correctness
10161
10162 2002-07-20 [thorsten]   0.7.8claws81
10163
10164         * src/matcher.c
10165                 Fixed expansion of empty fields in matchactions
10166
10167 2002-07-19 [melvin]     0.7.8claws80
10168
10169         * src/gtkspell.c
10170                 Removed a duplicate menu entry (fast mode) introduced during
10171                 the new cache merge
10172                 Added a menu separator between 'Use alternate' and 'Fast mode'
10173
10174 2002-07-19 [paul]       0.7.8claws79
10175
10176         * tools/Makefile.am
10177           tools/README
10178                 correct typos
10179
10180 2002-07-19 [thorsten]   0.7.8claws78
10181
10182         * tools/calypso_convert.pl      ** NEW FILE **
10183           tools/README
10184           tools/Makefile.am
10185                 script to import mbox files exported
10186                 by calypso
10187                 o generates folder structure
10188                 o includes attachments
10189
10190 2002-07-19 [melvin]     0.7.8claws77
10191
10192         * src/selective_download.[ch]
10193                 Fixed bug where closing the dialog with the window manager's
10194                 close button will not unlock the summary
10195                 Corrected some function declarations that missed a return value
10196                 Made the source code comply better with coding style.
10197         * src/prefs_common.c
10198                 Added new browser command line for Mozilla.
10199
10200 2002-07-18 [paul]       0.7.8claws76
10201
10202         * src/mainwindow.c
10203           src/selective_download.[ch]
10204                 reflect theme changes, fix Gdk Warning when creating 
10205                 pixmap from NULL window, and minor clean up.
10206                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10207
10208         * po/en_GB.po
10209                 updated
10210
10211 2002-07-17 [paul]       0.7.8claws75
10212
10213         * INSTALL[.jp]
10214                 sync with 0.8.0
10215         
10216         * po/en_GB.po
10217                 updated
10218
10219 2002-07-16 [paul]       0.7.8claws74
10220
10221         * tools/filter_conv.pl
10222           tools/README
10223                 replace conversion script with reimplemented version, 
10224                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10225
10226 2002-07-16 [colin]      0.7.8claws73
10227
10228         * src/summaryview.c
10229                 remove forgotten debug messages - sorry ;-)
10230
10231 2002-07-16 [colin]      0.7.8claws72
10232
10233         * src/mimeview.c
10234           src/summaryview.c
10235           src/textview.c
10236           src/textview.h
10237                 add the ability to select part of a text mime-part 
10238                 to reply.
10239
10240 2002-07-15 [christoph]  0.7.8claws71
10241
10242         * src/folder.c
10243                 fix folder message count for folders without
10244                 msg_is_changed (includes news folders)
10245
10246 2002-07-15 [martin]     0.7.8claws70
10247
10248         * src/summaryview.c
10249                 option "display recipient on 'From'..." now works
10250                 without the need of enabling the option
10251                 "display  sender  using  address  book".
10252
10253 2002-07-15 [christoph]  0.7.8claws69
10254
10255         * src/summaryview.c
10256                 removed setting folder status from summaryview.
10257                 folder.c should update all message counts correctly.
10258
10259 2002-07-15 [paul]       0.7.8claws68
10260
10261         * po/pt_BR.po
10262                 updated by Fabio Junior Beneditto
10263
10264 2002-07-15 [darko]      0.7.8claws67
10265
10266         * src/mh.c
10267                 Fixed target folder colorization, don't decrease op
10268                 number twice
10269
10270 2002-07-14 [paul]       0.7.8claws66
10271
10272         * sync with main 0.8.0
10273                 see ChangeLog 2002-07-14
10274
10275 2002-07-13 [melvin]     0.7.8claws65
10276         
10277         * src/addrbook.c
10278         * src/addressbook.c
10279         * src/addrindex.c
10280                 Replaced sprintf by g_snprintf to prevent possible buffer
10281                 overflow.
10282         * src/news.c
10283                 Corrected a log message output format.
10284                 Added a missing "done" debug output.
10285         * src/compose.c
10286                 Added keyboard accelerator for Priority menu items
10287                 Added missing \n in debug output
10288         * src/logwindow.c
10289         * src/gtkspell.c
10290         * src/rfc2015.c
10291                 Added missing \n in debug output
10292
10293 2002-07-13 [paul]       0.7.8claws64
10294
10295         * man/sylpheed.1
10296                 change Sergey's email address to the sf address
10297
10298         * src/textview.c
10299                 increase show_url_timeout (more useful for long
10300                 urls)
10301
10302 2002-07-12 [sergey]     0.7.8claws63
10303
10304         * src/rfc2015.c
10305                 applied (with some modifications) patch to set the
10306                 micalg parameter for signatures
10307                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10308
10309 2002-07-12 [sergey]     0.7.8claws62
10310
10311         * man/Makefile.am
10312         * configure.in
10313                 fixed man page installation
10314
10315 2002-07-12 [paul]       0.7.8claws61
10316
10317         * sync with 0.7.8cvs26
10318                 see ChangeLog 2002-07-11 and 2002-07-12
10319
10320 2002-07-11 [christoph]  0.7.8claws60
10321
10322         * src/compose.c
10323         * src/procmsg.c
10324                 first use the message number to find the message
10325                 to mark with a reply flag but check the
10326                 message-id if we got the correct message, if not
10327                 try to find it by message-id.
10328                 use new string seperator that is not allowed
10329                 in message-ids.
10330
10331 2002-07-11 [paul]       0.7.8claws59
10332
10333         * sync with 0.7.8cvs23
10334                 see ChangeLog 2002-07-10
10335
10336 2002-07-10 [christoph]  0.7.8claws58
10337
10338         * src/folder.[ch]
10339         * src/msgcache.[ch]
10340                 Added message-id table to the cache in memory
10341                 and functions to msgcache.c and folder.c to
10342                 fetch MsgInfos by message id
10343         * src/compose.c
10344         * src/procmsg.c
10345                 store folder and message-id of message replying
10346                 to in queue header and set reply flag after sending
10347                 (Closes bug #469498)
10348
10349 2002-07-10 [paul]       0.7.8claws57
10350
10351         * AUTHORS
10352           man/sylpheed.1.gz
10353                 add Martin to the list of authors
10354
10355 2002-07-09 [martin]     0.7.8claws56
10356         * src/gtksctree.c
10357                 Added gtk_ctree_last_visible(), tree_update_level(),
10358                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10359                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10360                 from gtk+ to gtksctree.c for the new sorting code
10361                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10362                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10363         * src/gtksctree.h
10364                 Added declaration for gtk_sctree_sort_recursive() and
10365                 gtk_sctree_sort_node
10366         * src/addressbook.c
10367         * src/foldersel.c
10368         * src/folderview.c
10369         * src/summaryview.c
10370                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10371                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10372
10373 2002-07-08 [paul]       0.7.8claws55
10374
10375         * more sync with 0.7.8cvs21
10376                 see ChangeLog 2002-07-08
10377
10378 2002-07-08 [paul]       0.7.8claws54
10379
10380         * sync with 0.7.8cvs21
10381                 see ChangeLog 2002-07-08
10382
10383 2002-07-07 [alfons]     0.7.8claws53
10384
10385         * src/Makefile.am
10386         * src/stock_pixmap.[ch]
10387         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10388         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10389         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10390                 add new pixmaps for upcoming notice pane
10391
10392 2002-07-06 [melvin]     0.7.8claws52
10393
10394         * src/gtkspell.[ch]
10395                 Made them a bit closer to Sylpheed's coding style.
10396                 Removed old code.
10397                 Removed possible memory leaks when some errors occurs.
10398
10399 2002-07-06 [melvin]     0.7.8claws51
10400
10401         * po/Makefile.in.in
10402                 Removed --no-location in xgettext command line to help
10403                 translators that use Emacs' po-mode
10404         * src/quote_fmt.c
10405                 Removed unnecessary comments that messed up sylpheed.pot
10406
10407 2002-07-06 [paul]       0.7.8claws50
10408
10409         * sync with 0.7.8cvs19
10410                 see ChangeLog 2002-07-05
10411
10412 2002-07-06 [christoph]  0.7.8claws49
10413
10414         * src/folder.c
10415         * src/mainwindow.c
10416                 fix folder_item_remove_all_msg and folderview
10417                 status for trash folders after emptying trash
10418
10419 2002-07-05 [paul]       0.7.8claws48
10420
10421         * sync with 0.7.8cvs16
10422                 see ChangeLog 2002-07-04 and 2002-07-05
10423
10424 2002-07-04 [paul]       0.7.8claws47
10425
10426         * sync with 0.7.8cvs14
10427                 see  ChangeLog 2002-07-04
10428
10429 2002-07-03 [alfons]     0.7.8claws46
10430
10431         * src/folder.c
10432                 dupe folder item's path because it's being reallocated
10433                 by new folder scanning code
10434
10435 2002-07-03 [christoph]  0.7.8claws45
10436
10437         * src/imap.c
10438                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10439         * src/msgcache.c
10440                 add missing return in msgcache_write
10441
10442 2002-07-02 [thorsten]   0.7.8claws44
10443
10444         * src/jpilot.c
10445         * src/msgcache.c
10446         * src/rfc2015.c
10447                 use binary mode for file access
10448
10449 2002-07-02 [christoph]  0.7.8claws43
10450
10451         * major code cleanup (part 1)
10452         
10453                 - unused variables removed
10454                 - unused functions removed
10455                 - uninitialized variables checked
10456                 - missing return statements added
10457                 - missing function return types added
10458                 - added parentheses around assignment and
10459                   && in || when suggested by gcc
10460               
10461         * src/mh.c
10462         * src/folder.c
10463                 replaced direct calls to folder->scan_tree
10464                 with folder_scan_tree and restore folder
10465                 prefs in this function. The folder should
10466                 not have to deal with them.
10467                 ( Should now work for all folder types )
10468
10469 2002-07-02 [paul]       0.7.8claws42
10470
10471         * sync with 0.7.8cvs13
10472                 see ChangeLog 2002-07-01 and 2002-07-02
10473
10474 2002-07-01 [christoph]  0.7.8claws41
10475
10476         * src/summaryview.c
10477                 fix "goto next/prev unread message" with
10478                 ignored threads
10479
10480 2002-07-01 [paul]       0.7.8claws40
10481
10482         * po/es.po
10483                 updated by Ricardo Mones Lastra
10484
10485 2002-06-30 [match]      0.7.8claws39
10486
10487         * src/jpilot.c
10488                 applied variation of leonerd's patch (566661) to
10489                 allow multiple email addresses per JPilot entry.
10490                 addresses may be separated by space, comma, pipe,
10491                 semi-colon, new-line.
10492
10493 2002-06-30 [alfons]     0.7.8claws38
10494
10495         * src/procmsg.c
10496                 simple fix for putting older nodes before
10497                 newer nodes when threading by subject
10498
10499 2002-06-30 [christoph]  0.7.8claws37
10500
10501         * src/folder.c
10502         * src/folderview.c
10503         * src/mh.c
10504         * src/news.c
10505         * src/procmsg.c
10506                 fix broken folder tree rescaning
10507                 and don't use procmsg_get_mark_sum
10508                 anymore
10509
10510 2002-06-30 [christoph]  0.7.8claws36
10511
10512         * merge new cache branch
10513         * src/imap.c
10514                 fix new cache imap copy bug
10515         * src/folder.c
10516                 improved folder_item_scan
10517                 it should now always set the correct
10518                 new, unread and total message counts
10519
10520 2002-06-29 [paul]       0.7.8claws35
10521
10522         * configure.in
10523                 correct syntax error
10524
10525 2002-06-29 [paul]       0.7.8claws34
10526
10527         * configure.in
10528           Makefile.am
10529           man/Makefile.am       ** NEW FILE **
10530           man/sylpheed.1.gz     ** NEW FILE **
10531                 add Sylpheed man page
10532
10533 2002-06-29 [paul]       0.7.8claws33
10534
10535         * po/pt_BR.po
10536                 updated by Fabio Junior Beneditto
10537
10538 2002-06-28 [jens]       0.7.8claws32
10539
10540         * po/de.po
10541                 translation updated
10542
10543         * src/selective_download.c
10544                 removed gettext for space " "
10545
10546         * src/imap.c
10547                 removed wrong space
10548
10549 2002-06-28 [paul]       0.7.8claws31
10550
10551         * sync with 0.7.8cvs11
10552                 see ChangeLog 2002-06-28
10553
10554 2002-06-28 [paul]       0.7.8claws30
10555
10556         * sync with 0.7.8cvs10
10557                 see ChangeLog 2002-06-27 and 2002-06-28
10558
10559 2002-06-26 [paul]       0.7.8claws29
10560
10561         * src/addrgather.c
10562           src/selective_download.c
10563                 don't gettextise empty strings.
10564                 reserved by gettext. gettext("") returns 
10565                 the header entry with meta information, 
10566                 not the empty string
10567
10568         * po/en_GB.po
10569                 updated
10570
10571 2002-06-26 [paul]       0.7.8claws28
10572
10573         * sync with 0.7.8cvs7
10574                 see ChangeLog 2002-06-25
10575
10576         * src/prefs_common.c
10577                 ...and in the process, tweak the gui a little
10578
10579 2002-06-25 [alfons]     0.7.8claws27
10580         
10581         * configure.in
10582         * src/Makefile.am
10583                 fine tune ldap library detection
10584
10585 2002-06-25 [alfons]     0.7.8claws26
10586
10587         * src/compose.c
10588                 don't allow return receipts when composing a news article
10589
10590 2002-06-25 [paul]       0.7.8claws25
10591
10592         * Makefile.am
10593                 add '$(AMTAR)' to 'release' section to allow for
10594                 new and older autotools
10595
10596 2002-06-25 [paul]       0.7.8claws24
10597
10598         * src/summaryview.c
10599                 fix "No more unread messages" persistant pop-up
10600                 window bug
10601
10602 2002-06-25 [paul]       0.7.8claws23
10603
10604         * po/it.po
10605                 updated by Alessandro Maestri
10606
10607 2002-06-25 [paul]       0.7.8claws22
10608
10609         * sync with 0.7.8cvs6
10610                 see ChangeLog 2002-06-25
10611
10612 2002-06-24 [paul]       0.7.8claws21
10613
10614         * tools/update-po
10615                 add GPL copyright information
10616
10617 2002-06-24 [paul]       0.7.8claws20
10618
10619         * tools/Makefile.am
10620           tools/README
10621           tools/update-po       ** NEW FILE **
10622                 add script that eases the creation of *.po files
10623                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10624
10625 2002-06-23 [alfons]     0.7.8claws19
10626
10627         * src/messageview.c
10628                 make notification_convert_header obey const correctness
10629                 (next step will be fixing the broken return receipt)
10630
10631 2002-06-23 [paul]       0.7.8claws18
10632
10633         * src/messageview.c
10634                 fix bug introduced in last commit:
10635                 removed too much code in last commit - put back what's
10636                 needed
10637
10638 2002-06-23 [paul]       0.7.8claws17
10639
10640         * src/messageview.[ch]
10641                 remove code committed in error from locally patched
10642                 source
10643
10644 2002-06-23 [colin]      0.7.8claws16
10645
10646         * src/compose.[ch]
10647                 add compose_entry_select(), used to select the default_to
10648                 email address - hopefully avoiding people sending mails to
10649                 wrong recipients.
10650
10651 2002-06-22 [alfons]     0.7.8claws15
10652
10653         * AUTHORS
10654                 add Bram Metsch & Stanislav Karchebny
10655         * src/smtp.[ch]
10656         * src/prefs_account.[ch]
10657         * src/send.c
10658                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10659                   options.  (see <http://sourceforge.net/tracker/index.php
10660                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10661
10662                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10663                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10664
10665 2002-06-22 [paul]       0.7.8claws14
10666
10667         * sync with 0.7.8cvs5
10668                 see ChangeLog 2002-06-19 and 2002-06-20
10669
10670 2002-06-22 [alfons]     0.7.8claws13
10671
10672         * src/selective_download.c
10673                 fix a stupid mistake I made
10674
10675 2002-06-22 [alfons]     0.7.8claws12
10676
10677         * src/selective_download.[ch]
10678                 fix another unnoticed leak; cleanup code
10679
10680 2002-06-21 [alfons]
10681
10682         * tools/Makefile.am
10683                 gpg-sign <-- gpg-sign-syl
10684
10685 2002-06-21 [alfons]     0.7.8claws11
10686
10687         * src/selective_download.c
10688         * src/selective_download.h
10689                 fix assorted mix of allocation errors (should solve
10690                 problem reported by Philippe Gramoullé, see:
10691                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10692
10693 2002-06-20 [melvin]     0.7.8claws10
10694
10695         * tools/gpg-sign *REMOVED*
10696           tools/gpg-sign-syl *ADDED*
10697                 Replaced the gpg clearsigning script with the version using
10698                 xterm instead of ssh-askpass and changed its name.
10699
10700         * README.claws
10701                 Updated actions example to reflect the renaming of the
10702                 gpg clearsigning script.
10703
10704 2002-06-19 [paul]       0.7.8claws9
10705
10706         * sync with 0.7.8claws9
10707                 see ChangeLog 2002-06-18 and 2002-06-19
10708
10709 2002-06-19 [paul]       0.7.8claws8
10710
10711         * sync with 0.7.8cvs1
10712                 see ChangeLog 2002-06-18
10713
10714 2002-06-18 [alfons]     0.7.8claws7
10715
10716         * src/mainwindow.h
10717                 add omitted prototype
10718
10719 2002-06-17 [paul]       0.7.8claws6
10720
10721         * src/mainwindow.c
10722                 fix hiding of exec_btn
10723
10724 2002-06-17 [paul]       0.7.8claws5
10725
10726         * src/pop.c
10727                 remove unneeded code: should_delete() 
10728                 and Pop3State::uidl_todelete_list
10729
10730 2002-06-17 [paul]       0.7.8claws4
10731
10732         * sync with 0.7.8
10733                 see ChangeLog 2002-06-11 and 2002-06-13
10734
10735 2002-06-16 [alfons]     0.7.8claws3
10736         
10737         * src/folder.c
10738                 make sure lock sort mode (claws specific) is
10739                 also persists after a tree rescan
10740
10741 2002-06-16 [alfons]     0.7.8claws2
10742
10743         * src/prefs_folder_item.c
10744         * src/folder.[ch]
10745                 fix persistence of folder sort mode (broken
10746                 by adapting Hiro's new folder persistence code)
10747
10748 2002-06-16 [alfons]     0.7.8claws1
10749
10750         * AUTHORS
10751         * src/logwindow.c
10752         * src/prefscommon.[ch]
10753                 control size of log text in log window; 
10754                 closes patch #569155 submitted by Mitko Haralanov.
10755
10756 2002-06-15 [paul]       0.7.8claws
10757
10758         * release of 0.7.8claws
10759
10760 2002-06-15 [paul]       0.7.7claws
10761
10762         * po/pt_BR.po
10763                 updated by Fabio Junior Beneditto
10764
10765 2002-06-14 [paul]       0.7.6claws49
10766
10767         * po/es.po
10768                 updated by Ricardo Mones Lastra
10769
10770 2002-06-14 [paul]       0.7.6claws48
10771
10772         * po/nl.po
10773                 updated translation by Wilbert Berendsen
10774
10775 2002-06-14 [melvin]     0.7.6claws47
10776
10777         * po/fr.po
10778                 Updated French translation
10779
10780 2002-06-13 [paul]       0.7.6claws46
10781
10782         * src/filesel.c
10783                 allow filename to be typed in, rather than just
10784                 selected by the mouse. Patch by Gustavo Noronha Silva.
10785
10786 2002-06-13 [alfons]     0.7.6claws45
10787
10788         * src/mainwindow.[ch]
10789                 more cleanups (removing unnecessary menu items Expand 
10790                 summary / message view)
10791
10792 2002-06-13 [melvin]     0.7.6claws44
10793
10794         * po/POTFILES.in
10795                 Added src/string_match.c
10796         * src/string_match.c
10797                 Fixed possible buffer overflow.
10798                 Corrected typo.
10799                 Added missing config.h header.
10800         * src/prefs_common.c
10801           src/prefs_matcher.c
10802           src/prefs_scoring.c
10803                 Made some strings translatable (missing _(..)).
10804
10805 2002-06-13 [melvin]     0.7.6claws43
10806
10807         * README.claws
10808                 Corrected action example (verifying clearsigned mail).
10809         * src/prefs_account.c
10810                 Corrected typo.
10811         * src/prefs_common.c
10812                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10813
10814 2002-06-12 [alfons]     0.7.6claws42
10815
10816         * src/summaryview.c
10817                 add init of score column lost in 0.7.6claws42
10818
10819 2002-06-12 [paul]       0.7.6claws41
10820
10821         * src/prefs_account.c
10822                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10823                 behavior of the radio buttons, (from 0.7.7cvs2)
10824
10825 2002-06-11 [alfons]     0.7.6claws40
10826
10827         * src/messageview.[ch]
10828         * src/summaryview.[ch]
10829         * src/summary_search.c
10830         * src/mainwindow.c
10831                 perform a sync to bring in Hiro's separate view implementation 
10832
10833                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10834
10835 2002-06-11 [paul]       0.7.6claws39
10836         
10837         * src/prefs_account.c
10838                 correct a typo on the Receive tab
10839
10840 2002-06-10 [match]      0.7.6claws38
10841
10842         * src/addressbook.c
10843                 Included address completion patch from Gustavo Noronha.
10844
10845 2002-06-10 [paul]       0.7.6claws37
10846
10847         * src/inc.[ch]
10848           src/pop.c
10849           src/prefs_account.[ch]
10850           src/selective_download.[ch]
10851                 apply PATCH #561712
10852                  NEW:
10853                 - check if POP Account
10854                 - Receive Button renamed to Preview
10855                 - Preview Button Popup: preview new/all messages
10856                 - Download Button
10857                 - Account Preferences-->Receive tab checkbutton if you
10858                   want to remove Mail after Download
10859                 -: default YES
10860                 - Account Preferences-->Receive tab checkbutton use
10861                   filtering rules on preview
10862                   (think of delete_on_server)
10863                 -: default YES
10864                 - Account selectable from SD dialog
10865                 - checkbutton to show already downloaded messages if
10866                   all messages are previewed
10867                 - new clist column showing Date
10868                 - ESC KEY close
10869                 FIXES:
10870                 - play ball with UIDL
10871                 - fault tolerant (?) 
10872                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10873
10874 2002-06-10 [melvin]     0.7.6claws36
10875
10876         * README.claws
10877                 Added a hint to ac/README in cvs instructions.
10878
10879         * src/prefs_actions.c
10880                 Made it possible to use a more elaborate command line
10881                 for asynchronous actions, too.
10882
10883 2002-06-10 [melvin]     0.7.6claws35
10884         
10885         * src/prefs_actions.c
10886                 Make it possible to use a more elaborate command line
10887                 (e.g. |foo|bar|cat>there;echo Done|)
10888                 Corrected error message when calling %f, %F and %p commands
10889                 from the compose window.
10890
10891 2002-06-09 [colin]      0.7.6claws34
10892
10893         * src/summaryview.c
10894                 Automatically find unread messages in current folder
10895                 before annoying the user.
10896
10897 2002-06-08 [alfons]     0.7.6claws33
10898
10899         * po/it.po
10900                 remove bad formatting string in it.po translation
10901                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10902
10903 2002-06-08 [paul]       0.7.6claws32
10904
10905         * sync with 0.7.6cvs25
10906                 see ChangeLog 2002-06-07
10907
10908 2002-06-05 [paul]       0.7.6claws31
10909
10910         * src/mainwindow.c
10911                 add 'Sort by locked' and 'Sort by score'
10912
10913 2002-06-05 [paul]       0.7.6claws30
10914
10915         * sync with 0.7.6cvs24
10916                 see ChangeLog 2002-06-04
10917
10918 2002-06-04 [paul]       0.7.6claws29
10919
10920         * po/pt_BR.po
10921                 updated by Fabio Junior Beneditto
10922
10923 2002-06-03 [thorsten]   0.7.6claws28
10924
10925         * src/matcher.c
10926                 fclose() matcherrc after reading
10927
10928 2002-06-03 [paul]       0.7.6claws27
10929
10930         * sync with 0.7.6cvs21
10931                 see ChangeLog 2002-05-31
10932
10933 2002-05-31 [paul]       0.7.6claws26
10934
10935         * sync with 0.7.6cvs20
10936                 see ChangeLog 2002-05-29 and 2002-05-30
10937
10938 2002-05-31 [paul]       0.7.6claws25
10939
10940         * src/imap.c
10941                 hopefully fix last buggy sync
10942
10943         * README.claws
10944                 correct typo in 'Actions' examples
10945
10946 2002-05-29 [paul]       0.7.6claws24
10947
10948         * sync with 0.7.6cvs18
10949                 see ChangeLog 2002-05-28 and 2002-05-29
10950
10951         * src/news.c
10952           src/nntp.[ch]
10953                 sync with above 
10954
10955 2002-05-28 [paul]       0.7.6claws23
10956
10957         * sync with 0.7.6cvs16
10958                 see ChangeLog 2002-05-28
10959
10960 2002-05-27 [thorsten]   0.7.6claws22 
10961
10962         * faq/it/sylpheed-faq-1.html
10963           faq/it/sylpheed-faq-2.html
10964           faq/it/sylpheed-faq-3.html
10965           faq/it/sylpheed-faq.html
10966                 corrected DOS lineendings
10967         * faq/de/sylpheed-faq-1.html
10968           faq/de/sylpheed-faq-2.html
10969           faq/en/sylpheed-faq-1.html
10970           faq/en/sylpheed-faq-2.html
10971           faq/en/sylpheed-faq-3.html
10972           faq/es/sylpheed-faq-1.html
10973           faq/es/sylpheed-faq-2.html
10974           faq/es/sylpheed-faq-3.html
10975           faq/fr/sylpheed-faq-1.html
10976           faq/it/sylpheed-faq-1.html
10977           faq/it/sylpheed-faq-2.html
10978           faq/it/sylpheed-faq-3.html
10979           faq/it/sylpheed-faq.html
10980                 changed ">" to &quot;
10981
10982 2002-05-27 [paul]       0.7.6claws21
10983         
10984         * sync with 0.7.6cvs15
10985                 see ChangeLog 2002-05-27
10986
10987 2002-05-27 [paul]       0.7.6claws20
10988
10989         * src/prefs_account.c
10990                 correct a typo
10991
10992 2002-05-26 [paul]       0.7.6claws19
10993
10994         * tools/README
10995                 correct a typo
10996
10997 2002-05-25 [paul]       0.7.6claws18
10998
10999         * tools/README
11000                 add description of kmail2sylpheed.pl
11001
11002 2002-05-25 [paul]       0.7.6claws17
11003
11004         * tools/kmail2sylpheed.pl       ** NEW FILE **
11005                 perl script that converts an exported Kmail address
11006                 book, converts it to sylpheed addressbook file,
11007                 writes the file to .sylpheed, and updates
11008                 addrbook--index.xml 
11009
11010 2002-05-25 [paul]       0.7.6claws16
11011
11012         * sync with 0.7.6cvs14
11013                 see ChangeLog 2002-05-23
11014
11015 2002-05-24 [paul]       0.7.6claws15
11016
11017         * README.claws
11018                 make a correction and add some more info
11019
11020 2002-05-24 [paul]       0.7.6claws14
11021
11022         * src/compose.c
11023                 fix memory leak in 
11024                 compose_redirect_write_headers_from_headerlist()
11025                 add Subject and Resent-Message-ID to
11026                 compose_redirect_write_headers()
11027                 Received, Subject, and X-UIDL are filtered out in 
11028                 compose_redirect_write_to_file()
11029
11030 2002-05-23 [paul]       0.7.6claws13
11031
11032         * src/compose.[ch]
11033           src/filtering.c
11034           src/mainwindow.c
11035           src/matcher.[ch]
11036           src/matcher_parser_lex.l
11037           src/matcher_parser_parse.y
11038           src/prefs_common.[ch]
11039           src/prefs_filtering.c
11040           src/summaryview.c
11041                 rename 'Bounce' to 'Redirect'
11042
11043 2002-05-23 [paul]       0.7.6claws12
11044
11045         * more sync with 0.7.6cvs13
11046           src/compose.c
11047                 see ChangeLog 2002-05-22
11048
11049 2002-05-22 [paul]       0.7.6claws11
11050
11051         * sync with 0.7.6cvs13
11052           src/codeconv.c
11053                 see ChangeLog 2002-05-20
11054           src/prefs_common.c
11055                 see ChangeLog 2002-05-22
11056
11057 2002-05-21 [melvin]     0.7.6claws10
11058
11059         * src/folderview.c
11060                 Added missing filtering and scoring headers
11061                 Fixed bad function call that showed garbage 
11062                 in Folder->Processing
11063
11064 2002-05-21 [paul]       0.7.6claws9
11065
11066         * tools/Makefile.am
11067                 make all tools executable, (patch by Alfons).
11068
11069 2002-05-20 [alfons]     0.7.6claws8
11070
11071         * src/procheader.c
11072                 don't forget to call mktime() so we have a valid week 
11073                 and year day
11074                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11075
11076 2002-05-20 [paul]       0.7.6claws7
11077
11078         * src/html.c
11079                 fix broken parsing of urls
11080         * src/textview.c
11081                 fix displaying of urls
11082
11083                 both fixes from the patch [547855] by Eugene 
11084                 Brevdo (zonem)
11085
11086 2002-05-19 [alfons]     0.7.6claws6
11087
11088         * configure.in
11089                 make sylpheed configure correctly with the latest
11090                 and greatest of automake / autoconf / gettext
11091
11092 2002-05-19 [alfons]     0.7.6claws5
11093
11094         * src/procheader.c
11095         * src/procheader.h
11096                 add function for returning ime zone offset
11097         * src/quote_fmt.c
11098         * src/quote_fmt_parse.y
11099                 better quotation formatting - does not convert
11100                 to local time, but uses the original date string.
11101                 
11102                 Note: %z inserts the timezone offset (should 
11103                 work also on platforms where strftime does not
11104                 support %z).
11105
11106 2002-05-18 [christoph]  0.7.6claws4
11107
11108         * src/summaryview.c
11109                 fix indentation of some code
11110         * tools/Makefile.am
11111                 fix spaces after \
11112         * src/Makefile.am
11113                 add missing \
11114                 correct path for ignorethread.xpm
11115                 incorrect filename for sylpheed_logo.xpm
11116                 add missing include matcher_parser_parse.h
11117
11118 2002-05-18 [paul]       0.7.6claws3
11119
11120         * sync with 0.7.6cvs8
11121                 see ChangeLog 2002-05-16 and 2002-05-17
11122
11123 2002-05-18 [melvin]     0.7.6claws2
11124
11125         * README.claws
11126                 Corrected an action's definition and fixed some misspellings.
11127
11128 2002-05-18 [paul]       0.7.6claws1
11129
11130         * tools/Makefile.am
11131           tools/gpg-sign        ** new file **
11132           tools/uudec           ** new file **
11133                 add Melvin's Actions scripts
11134
11135         * README.claws
11136                 add Melvin's descriptions for Actions
11137
11138 2002-05-18 [paul]       0.7.6claws
11139
11140         * Version 0.7.6claws released
11141
11142 2002-05-17 [paul]       0.7.5claws32
11143
11144         * po/es.po
11145                 updated by Ricardo Mones Lastra
11146
11147 2002-05-17 [paul]       0.7.5claws31
11148
11149         * src/compose.c
11150                 fix Account prefs default folder for sent/draft/deleted
11151                 messages bug
11152
11153         * po/it.po
11154           po/nl.po
11155                 updated translation by Alessandro Maestri and
11156                 Wilbert Berendsen
11157
11158 2002-05-17 [melvin]     0.7.5claws30
11159
11160         * src/prefs_actions.c
11161                 Fixed bug where using %F not at the end of the command 
11162                 resulted in an additional empty argument being created.
11163                 Thanks to Darko Koruga for reporting the bug.
11164
11165 2002-05-17 [melvin]     0.7.5claws29
11166
11167         * po/fr.po
11168                 Updated French translations.
11169
11170 2002-05-15 [paul]       0.7.5claws28
11171         
11172         * po/es.po
11173                 updated by Ricardo Mones Lastra
11174
11175 2002-05-15 [paul]       0.7.5claws27
11176
11177         * sync with 0.7.6cvs4
11178                 see ChangeLog 2002-05-14 and 2002-05-15
11179
11180 2002-05-14 [paul]       0.7.5claws26
11181
11182         * sync with 0.7.6cvs1
11183                 see ChangeLog 2002-05-13
11184
11185 2002-05-13 [thorsten]   0.7.5claws25
11186
11187         * src/messageview.c
11188                 fix select_all and copy in multipart messages
11189         * src/mainwindow.c
11190                 fix select_all and copy in multipart messages
11191
11192 2002-05-12 [paul]       0.7.5claws24
11193
11194         * src/summaryview.c
11195                 reverse last commit, bug already fixed in 0.7.5claws3
11196
11197 2002-05-12 [netztorte]  0.7.5claws23
11198
11199         * src/summaryview.c
11200                 dont parse empty addressbook (checked in before claws20)
11201
11202 2002-05-12 [melvin]     0.7.5claws22
11203
11204         * src/procmsg.[ch]
11205                 Removed unneeded priority code introduced by the previous 
11206                 commit.
11207
11208 2002-05-12 [melvin]     0.7.5claws21
11209
11210         * src/compose.[ch]
11211                 Added possibility to set message's priority.
11212         * src/procmsg.[ch]
11213                 Added possibility to set message's priority.
11214                 Added missing headers
11215
11216 2002-05-12 [melvin]     0.7.5claws20
11217
11218         * src/prefs_actions.c
11219                 Removed implicitely added quotes around the name
11220                 of the temporary files of mime parts.
11221
11222 2002-05-12 [paul]       0.7.5claws19
11223
11224         * sync with 0.7.5cvs20
11225                 see ChangeLog 2002-05-11
11226
11227 2002-05-12 [alfons]     0.7.5claws18
11228
11229         * src/quote_fmt_lex.l
11230         * src/quote_fmt_parse.y
11231                 allow quote / reply date & time format to be set using
11232                 %D{format}. format is a format string you'd pass to
11233                 strftime() (see man strftime, or the Display tab |
11234                 Date format setting).
11235
11236                 Currently %D converts the date to local time. 
11237
11238 2002-05-11 [paul]       0.7.5claws17
11239
11240         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11241                 see ChangeLog 2002-05-10 and 2002-05-11
11242
11243 2002-05-10 [paul]       0.7.5claws16
11244
11245         * sync with 0.7.5cvs16
11246                 see ChangeLog entries 2002-05-09 and 
11247                 2002-05-10
11248
11249 2002-05-10 [colin]      0.7.5claws15
11250
11251         * src/textview.c
11252                 Corrected a bug that prevented sylpheed to open
11253                 double-clicked URIs.
11254
11255 2002-05-09 [paul]       0.7.5claws14
11256
11257         * sync with 0.7.5cvs14
11258                 see ChangeLog 2002-05-08 and 2002-05-09
11259
11260 2002-05-08 [paul]       0.7.5claws13
11261
11262         * sync with 0.7.5cvs11
11263                 see ChangeLog entry 2002-05-08
11264
11265 2002-05-08 [paul]       0.7.5claws12
11266
11267         * src/mainwindow.c
11268           src/textview.[ch]
11269                 fix segfault on View->Open in new window
11270                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11271
11272 2002-05-07 [paul]       0.7.5claws11
11273
11274         * sync with 0.7.5cvs9
11275                 see ChangeLog entry 2002-05-07
11276
11277 2002-05-06 [paul]       0.7.5claws10
11278
11279         * src/messageview.c
11280           src/textview.c
11281                 display url in statusbar on single-click
11282                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11283
11284 2002-05-06 [match]      0.7.5claws9
11285
11286         * src/addritem.[ch]
11287                 new functions.
11288         * src/addrcache.c
11289                 tidy up.
11290         * src/xmlprops.[ch]
11291                 XML implementation of properties file.
11292         * src/exporthtml.[ch]
11293         * src/expthtmldlg.[ch]
11294         * src/addressbook.c
11295                 export to HTML.
11296
11297 2002-05-02 [sergey]     0.7.5claws8
11298
11299         * src/mainwindow.c (mainwin_entries),
11300           src/prefs_common.c (prefs_send_create()),
11301           src/codeconv.c (locale_table):
11302                 use charset name "Windows-1251" instead of "CP1251".
11303
11304 2002-05-02 [colin]      0.7.5claws7
11305         
11306         * src/compose.c
11307           src/prefs_common.c
11308           src/prefs_folder_item.c
11309                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11310
11311 2002-05-02 [hiro]       0.7.5claws6
11312
11313         * src/imap.c
11314                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11315
11316 2002-05-02 [paul]       0.7.5claws5
11317
11318         * src/compose.c
11319                 more sync with 0.7.5cvs7, see ChangeLog entry
11320                 2002-05-02
11321
11322 2002-05-02 [hiro]       0.7.5claws4
11323
11324         * src/compose.c
11325                 compose_queue_sub():
11326                 check if queue folder exists (closes #550397).
11327                 removed directory creation since it should be handled
11328                 transparently.
11329         * src/imap.c
11330                 imap_add_msg(): return UID for appended message
11331                 (closes #548842).
11332
11333 2002-04-30 [paul]       0.7.5claws3
11334
11335         * src/summaryview.c
11336                 fix account_find_from_address() bug
11337
11338 2002-04-28 [colin]      0.7.5claws2
11339
11340         * src/compose.c
11341           src/textview.c
11342           src/prefs_common.[ch]
11343           src/utils.[ch]
11344                 Added user-definable quotation characters recognition.
11345
11346 2002-04-28 [paul]       0.7.5claws1
11347
11348         * sync with 0.7.5cvs4
11349                 see ChangeLog entry  2002-04-25
11350
11351 2002-04-28 [paul]       0.7.5claws
11352
11353         * po/es.po
11354           po/nl.po
11355           po/pt_BR.po
11356                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11357                 Fabio Junior Beneditto
11358
11359 2002-04-27 [jens]       0.7.4claws103
11360
11361         * po/de.po
11362                 updated German translation.
11363
11364 2002-04-27 [hiro]       0.7.4claws102
11365
11366         * src/summaryview.c
11367                 summary_write_cache(): fixed the mark loss of hidden messages.
11368
11369 2002-04-26 [melvin]     0.7.4claws101
11370
11371         * src/procmsg.c
11372                 fixed a second typo (same one)
11373         * po/fr.po
11374           po/it.po
11375           po/pt_BR.po
11376                 fixed the type again...
11377
11378 2002-04-26 [melvin]     0.7.4claws100
11379
11380         * src/procmsg.c
11381                 fixed a typo in an alert message ("temorary").
11382         * po/it.po
11383         * po/pt_BR.po
11384                 corrected the typo  described above.
11385         * po/fr.po
11386                 updated French translation.
11387
11388 2002-04-26 [darko]      0.7.4claws99
11389
11390         * src/summaryview.c
11391                 fix target folder colorization
11392
11393 2002-04-25 [paul]       0.7.4claws98
11394
11395         * po/it.po
11396                 updated by Alessandro Maestri
11397
11398 2002-04-24 [colin]      0.7.4claws97
11399         
11400         * src/compose.c
11401                 Fixed double "subject is empty" question.
11402
11403 2002-04-23 [colin]      0.7.4claws96
11404         
11405         * src/mimeview.c
11406                 Corrected issue when "automatically display images" was
11407                 not set : first image remained after selecting second.
11408
11409 2002-04-23 [melvin]     0.7.4claws95
11410
11411         * src/prefs_actions.c
11412                 Don't display in/out dialog if there is nothing to show.
11413
11414 2002-04-23 [paul]       0.7.4claws94
11415
11416         * sync with 0.7.5cvs3
11417                 bug fixes: see ChangeLog entry 2002-04-23
11418
11419 2002-04-22 [darko]      0.7.4claws93
11420
11421         * src/compose.c
11422                 fix previous check-in which changed code after
11423                 merge from main
11424
11425 2002-04-22 [paul]       0.7.4claws92
11426
11427         * faq/de/*
11428                 add German FAQ
11429         * faq/en/*
11430           faq/es/*
11431           faq/fr/*
11432                 update English, Spanish and French FAQs
11433         * manual/de/*
11434           manual/es/*
11435                 add German and Spanish manuals
11436         * manual/en/*
11437           manual/fr/*
11438                 update English and French manuals
11439
11440         * src/Makefile.am
11441                 add to and re-arrange the pixmap entries
11442
11443 2002-04-22 [darko]      0.7.4claws91
11444
11445         * src/compose.c
11446                 fix sender initials recognition to only allow
11447                 '>' after the initials
11448
11449 2002-04-21 [paul]       0.7.4claws90
11450
11451         * sync with 0.7.5 release
11452                 see ChangeLog entry 2002-04-21
11453
11454 2002-04-21 [alfons]
11455
11456         * src/Makefile.am
11457                 add colin's new pixmaps to EXTRA_DIST
11458
11459 2002-04-21 [colin]      0.7.4claws89
11460         * src/compose.c
11461         * src/inc.c
11462         * src/mainwindow.[ch]
11463         * src/prefs_common.[ch]
11464         * src/stock_pixmap.[ch]
11465                 Added "Work offline" ability.
11466
11467 2002-04-21 [colin]      0.7.4claws88
11468         
11469         * src/mimeview.c
11470         * src/prefs_common.c
11471         * src/prefs_common.h
11472         * src/textview.c : Added an option to common preferences -> display
11473           to allow user not to automatically display images.
11474
11475 2002-04-21 [paul]       0.7.4claws87
11476
11477         * sync with 0.7.4cvs52
11478                 see ChangeLog entry 2002-04-21 (src/imap.c)
11479
11480 2002-04-21 [paul]       0.7.4claws86
11481
11482         * sync with 0.7.4cvs51
11483                 see ChangeLog entry 2002-04-21
11484
11485 2002-04-21 [paul]       0.7.4claws85
11486
11487         * sync with 0.7.4cvs49
11488                 see ChangeLog entries 2002-04-20 and 2002-04-21
11489
11490         * src/Makefile.am
11491                 clean up: remove old 'stock_' element from xpm 
11492                 filenames.
11493
11494 2002-04-21 [alfons]     0.7.4claws84
11495
11496         apply sync patch from Paul
11497
11498         * src/folderview.c
11499                 use old claws prefs_folder_item_create() for now
11500
11501 2002-04-19 [match]      0.7.4claws83
11502
11503         * src/addressbook.[ch]
11504         * src/addrharvest.[ch]
11505         * src/addrgather.[ch]
11506                 recurse folders.
11507         * src/mainwindow.c
11508         * src/summaryview.[ch]
11509                 change menu option.
11510
11511 2002-04-19 [paul]       0.7.4claws82
11512
11513         * po/pt_BR.po
11514                 updated by Fabio Junior Beneditto
11515
11516 2002-04-14 [alfons]     0.7.4claws81
11517
11518         * src/passphrase.c
11519                 add #include <sys/types.h> for mode_t and off_t 
11520
11521 2002-04-13 [paul]       0.7.4claws80
11522         
11523         * src/main.c
11524           src/passphrase.[ch]
11525           src/pgptext.c
11526           src/prefs_common.[ch]
11527           src/rfc2015.c
11528                 enable storing of GnuPG passphrase for the whole 
11529                 session or a user-defined number of minutes. patch 
11530                 submitted by Ravemax <ravemax@dextrose.com>
11531
11532 2002-04-13 [alfons]     0.7.4claws79
11533
11534         * src/textview.c
11535                 make email parser also stop scanning when encountering separators
11536                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11537
11538 2002-04-13 [paul]       0.7.4claws78
11539
11540         * sync with 0.7.4cvs39
11541                 see ChangeLog entry 2002-04-12
11542
11543 2002-04-11 [paul]       0.7.4claws77
11544
11545         * sync with 0.7.4cvs37
11546                 see ChangeLog entry 2002-04-11
11547
11548 2002-04-11 [paul]       0.7.4claws76
11549
11550         * COPYING 
11551                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11552                 the clause for OpenSSL). sync with sylpheed main
11553
11554 2002-04-09 [melvin]     0.7.4claws75
11555
11556         * src/compose.c
11557                 Made 'Ctrl-Enter' on send ignore some modifiers 
11558                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11559                 to bind other *-Enter (but not Alt-Enter).
11560
11561 2002-04-09 [paul]       0.7.4claws74
11562
11563         * sync with 0.7.4cvs35
11564                 see ChangeLog entries 2002-04-09
11565
11566 2002-04-08 [paul]       0.7.4claws73
11567
11568         * sync with 0.7.4cvs33
11569                 see ChangeLog entry 200-04-08
11570
11571 2002-04-07 [match]      0.7.4claws72
11572
11573         * src/addrharvest.[ch]
11574                 fixed to read all addresses in header, regardless
11575                 of header size. improved name parsing. accommodate
11576                 harvest from folders and selected message.
11577         * src/addritem.[ch]
11578                 included new address parsing function.
11579         * src/addrgather.[ch]
11580         * src/addressbook.[ch]
11581         * src/summaryview.[ch]
11582         * src/mainwindow.c
11583                 allow address harvest of folder as well as selected
11584                 messages.
11585
11586 2002-04-07 [paul]       0.7.4claws71
11587
11588         * src/esmtp.[ch]
11589           src/smtp.c
11590                 don't try to authenticate with CRAM-MD5 in SMTP when 
11591                 SMTP-AUTH enabled if MTA doesn't issue this 
11592                 auth-method in it's ehlo-response. bug item #531364,
11593                 patch item #938910. patch submitted by Colin Leroy 
11594                 <colin@colino.net>
11595
11596 2002-04-07 [paul]       0.7.4claws70
11597
11598         * src/nntp.c
11599                 fix missing MODE_READER bug. patch submitted by
11600                 Colin Leroy <colin@colino.net>
11601
11602 2002-04-07 [alfons]     0.7.4claws69
11603
11604         * src/matcher.[ch]
11605         * src/prefs_filtering.c
11606         * src/summaryview.c
11607                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11608                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11609
11610 2002-04-07 [paul]       0.7.4claws68
11611
11612         * sync with 0.7.4cvs32
11613                 see ChangeLog entry 2002-04-06
11614
11615         * tools/filter_conv.pl
11616                 more bug fixes
11617
11618 2002-04-06 [paul]       0.7.4claws67
11619
11620         * tools/filter_conv.pl
11621                 modify to be able to find the name of the first
11622                 mailbox and use that. main's filter does not
11623                 record the full path to the mailbox and therefore
11624                 can only filter to the first mailbox.
11625
11626 2002-04-05 [paul]       0.7.4claws66
11627
11628         * tools/filter_conv.pl
11629                 attempt to make the script all-encompassing and
11630                 be able to convert any main 'filter' rule thrown
11631                 at it
11632
11633 2002-04-05 [paul]       0.7.4claws65
11634
11635         * tools/filter_conv.pl
11636                 allow for collapsed folder trees
11637
11638 2002-04-05 [paul]       0.7.4claws64
11639
11640         * sync with 0.7.4cvs31
11641                 see ChangeLog entries 2002-04-05
11642
11643 2002-04-03 [paul]       0.7.4claws63
11644
11645         * sync with 0.7.4cvs29
11646                 see ChangeLog entries 2002-04-02 and 2002-04-03
11647
11648 2002-04-02 [paul]       0.7.4claws62
11649
11650         * sync with 0.7.4cvs26
11651                 see ChangeLog entry 2002-04-01
11652
11653 2002-04-02 [match]      0.7.4claws61
11654
11655         * src/pine.[ch]
11656         * src/importpine.[ch]
11657         * src/addressbook.c
11658                 import Pine address book.
11659
11660 2002-04-02 [match]      0.7.4claws60
11661
11662         * src/addrharvest.[ch]
11663                 improve address parsing of funky addresses.
11664
11665 2002-04-02 [darko]      0.7.4claws59
11666
11667         * src/compose.c
11668                 wrap on send improvements, it now recognizes quoted
11669                 initials as part of the quotation string, and it
11670                 does not join lines separated by CR
11671
11672 2002-04-01 [match]      0.7.4claws58
11673
11674         * src/mgutils.[ch]
11675                 added new functions.
11676         * src/mutt.[ch]
11677                 remove excessive duplicate address generation
11678                 on import.
11679
11680 2002-04-01 [alfons]     0.7.4claws57
11681         
11682         * src/summaryview.c
11683                 put back g_free() 
11684
11685 2002-04-01 [paul]       0.7.4claws56
11686
11687         * sync with 0.7.4cvs25
11688                 see ChangeLog entry 2002-04-01
11689
11690 2002-04-01 [alfons]     0.7.4aprilfool55
11691
11692         * src/summaryview.c
11693                 honour feature request item #537427 to allow for
11694                 displaying names from address book for sent mail also
11695
11696 2002-03-29 [paul]       0.7.4claws54
11697
11698         * src/mainwindow.c
11699           src/prefs_filtering.[ch]
11700           src/prefs_matcher.c
11701           src/summaryview.c
11702                 add 'fast filter' for claws' filtering,
11703                 /Tools/Create filter rule/... patch submitted
11704                 by Neill Miller <neillm@thecodefactory.org>
11705
11706 2002-03-29 [paul]       0.7.4claws53
11707
11708         * sync with 0.7.4cvs24
11709                 see ChangeLog entry 2002-03-29
11710
11711 2002-03-28 [paul]       0.7.4claws52
11712
11713         * sync with 0.7.4cvs23
11714                 see ChangeLog entry 2002-03-28
11715
11716 2002-03-27 [melvin]     0.7.4claws51
11717
11718         * src/prefs_actions.c
11719                 Added support to pass only one message part (as a
11720                 file) to the command using '%p'. No quotes are needed
11721                 because doubles quotes are automatically added.
11722                 Fixed bug where Sylpheed could block when waiting for
11723                 a child process to finish.
11724                 Changed the help menu to remove quotes around symbols to 
11725                 avoid misinterpretation (they must not be used).
11726
11727 2002-03-27 [melvin]     0.7.4claws50
11728
11729         * src/inc.c
11730                 Made the new mail notification command always 
11731                 execute asynchronously.
11732
11733 2002-03-27 [paul]       0.7.4claws49
11734
11735         * src/compose.c
11736                 fix bug introduced in last commit
11737
11738 2002-03-27 [paul]       0.7.4claws48
11739
11740         * sync with 0.7.4cvs21
11741                 see ChangeLog 2002-03-26 and 2002-03-27
11742
11743 2002-03-26 [hoa]        0.7.4claws47
11744
11745         * src/prefs_folder_item.c
11746                 really fixed the bug #516442 with folder rescan.
11747
11748 2002-03-26 [paul]       0.7.4claws46
11749
11750         * sync with 0.7.4cvs19
11751                 see ChangeLog entries 2002-03-25 and 2002-03-26
11752
11753 2002-03-25 [hoa]        0.7.4claws45
11754
11755         * src/matcher.c
11756         * src/mh.c
11757                 fix the bug #516442 with folder rescan.
11758
11759         * src/prefs_common.[ch]
11760         * src/compose.c
11761                 added an option to enable two different behaviours
11762                 for bounce.
11763
11764
11765 2002-03-25 [paul]       0.7.4claws44
11766
11767         * src/mainwindow.c
11768           src/selective_download.c
11769                 correct a few menuitem labels
11770
11771 2002-03-25 [christoph]  0.7.4claws43
11772
11773         * src/procmsg.c
11774                 fix non deleted tmp message in
11775                 procmsg_save_to_outbox
11776                 fix problems caused by sync with
11777                 main branch's procmsg_send_queue
11778
11779 2002-03-25 [paul]       0.7.4claws42
11780
11781         * src/quote_fmt.c
11782           src/quote_fmt_lex.l
11783           src/quote_fmt_parse.y
11784                 add Last name (%L) placeholder for quoting. 
11785                 patch submitted by Thorsten Thielen 
11786                 <thth@users.sourceforge.net>
11787
11788 2002-03-25 [paul]       0.7.4claws41
11789
11790         * src/utils.c
11791                 get full hostname. patch submitted by
11792                 Bob Woodside <rwoodside1@comcast.net>
11793
11794 2002-03-25 [paul]       0.7.4claws40
11795
11796         * src/account.c
11797           src/news.c
11798           src/nntp.[ch]
11799           src/prefs_account.[ch]
11800                 enable NNTP over SSL. patch submitted by
11801                 Pascal Jermini <pascal@infinity.hn.org>
11802
11803 2002-03-24 [paul]       0.7.4claws39
11804
11805         * src/prefs_common.c
11806                 make the arrangement of the Compose tab more
11807                 coherent
11808
11809         * src/mainwindow.c
11810                 fix some irregularities of style
11811
11812         * po/de.po
11813                 updated by Kilian Krause
11814
11815 2002-03-23 [paul]       0.7.4claws38
11816
11817         * po/pt_BR.po
11818                 updated by Fabio Junior Beneditto
11819
11820 2002-03-23 [paul]       0.7.4claws37
11821
11822         * src/mainwindow.c
11823                 move 'Gather addresses' to 'Tools' menu
11824                 make 'Selective download' sensitive
11825
11826 2002-03-23 [paul]       0.7.4claws36
11827
11828         * sync with 0.7.4cvs16
11829                 see ChangeLog entries 2002-03-23
11830
11831 2002-03-22 [christoph]  0.7.4claws35
11832
11833         * src/quote_fmt_parse.y
11834                 fix include program output
11835
11836 2002-03-22 [alfons]     0.7.4claws34
11837
11838         * src/pop.c
11839                 initialize GDate stack variable correctly (sorry!)
11840
11841 2002-03-22 [paul]       0.7.4claws33
11842
11843         * src/compose.c
11844           src/mainwindow.c
11845           src/prefs_actions.c
11846           src/prefs_common.c
11847                 rename 'Tool' to 'Tools'
11848
11849         * src/mainwindow.c
11850                 move 'Delete duplicated messages' from
11851                 'Message/' to 'Tools/'
11852                 re-arrange the order of 'Tools/' items
11853
11854 2002-03-22 [paul]       0.7.4claws32
11855
11856         * src/addr_compl.c
11857           src/addressbook.[ch]
11858                 auto-address completion now also matches on
11859                 Nickname. patch submitted by Bob Forsman 
11860                 <hammor@users.sourceforge.net>
11861
11862         * src/editaddress.c
11863                 correct a spelling mistake
11864
11865 2002-03-22 [alfons]     0.7.4claws31
11866
11867         * src/pop.c
11868                 fix getting uidl from incorrect string 
11869                 (spotted by Colin)
11870
11871 2002-03-21 [alfons]     0.7.4claws30
11872
11873         * src/pop.c
11874                 more code refactoring
11875                 plug mem leak introduced by delete on server
11876
11877 2002-03-21 [paul]       0.7.4claws29
11878
11879         * sync with 0.7.4cvs11
11880                 see ChangeLog entries 2002-03-20
11881
11882 2002-03-20 [alfons]     0.7.4claws28
11883
11884         * src/inc.c
11885                 apply Colin's patch and refactor
11886
11887 2002-03-20 [paul]       0.7.4claws27
11888
11889         * sync with sylpheed 0.7.4cvs9
11890                 see ChangeLog entry 2002-03-20
11891
11892 2002-03-19 [christoph]  0.7.4claws26
11893
11894         * src/mh.c
11895         * src/procmsg.[ch]
11896         * src/summaryview.c
11897                 revert changes for flag updates
11898                 (does not work correctly and no time to debug)
11899
11900 2002-03-20 [alfons]     0.7.4claws25
11901
11902         * src/pop.c
11903                 refactor should_delete() a little bit 
11904
11905 2002-03-19 [paul]       0.7.4claws24
11906
11907         * src/inc.[ch]
11908           src/pop.c
11909           src/prefs_account.[ch]
11910                 allow the user to leave downloaded mail on the 
11911                 server for n days. Patch submitted by Colin Leroy 
11912                 <colin@colino.net>
11913
11914 2002-02-19 [paul]       0.7.4claws23
11915
11916         * sync with sylpheed 0.7.4cvs8
11917                 see ChangeLog entries 2002-03-19
11918
11919 2002-03-18 [paul]       0.7.4claws22
11920
11921         * sync with sylpheed 0.7.4cvs6
11922                 see ChangeLog entry 2002-03-18
11923
11924 2002-03-18 [paul]       0.7.4claws21
11925
11926         * po/en_GB.po
11927                 add en_GB message catalogue
11928
11929         * src/mbox_folder.c
11930           src/prefs_account.c
11931           src/prefs_actions.c
11932                 correct a few spelling mistakes
11933
11934 2002-03-17 [alfons]     0.7.4claws20
11935
11936         * src/matcher.c
11937                 more stringent checks for NULL params when writing
11938                 filtering actions to a file
11939                 
11940 2002-03-17 [hoa]        0.7.3claws20
11941
11942         * src/news.c
11943                 fixed the count of new messages
11944
11945         * src/compose.c
11946                 fixed the "attachment properties" window
11947
11948 2002-03-17 [paul]       0.7.4claws19
11949
11950         * src/defs.h
11951           src/folder.h
11952           src/news.c
11953           src/prefs_account.[ch]
11954           src/procmsg.[ch]
11955           src/summaryview.c
11956                 automatically mark cross-posted messages as read 
11957                 and (optionally) give them a colour label
11958                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11959                 
11960
11961 2002-03-17 [paul]       0.7.4claws18
11962
11963         * sync with sylpheed 0.7.4cvs5
11964                 see ChangeLog entry 2002-03-17
11965
11966 2002-03-17 [melvin]     0.7.4claws17
11967         
11968         * src/textview.c
11969                 Worked around a gtktext 'bug': when searching for 
11970                 a text in a long message it was scrolling slowly
11971                 line by line until it hit the searched text.
11972         * po/fr.po
11973                 Updated French translation
11974
11975 2002-03-17 [melvin]     0.7.4claws16
11976
11977         * src/mainwindow.c
11978         * src/compose.c
11979         * src/prefs_actions.c
11980                 Moved "Edit/Actions" to "Tool/Actions"
11981                 Made mainwindow/compose window sensitive as soon as
11982                 no child process is running anymore even if the io dialog
11983                 is open.
11984                 Fixed a struct being initialized with a non constant char*
11985
11986 2002-03-16 [christoph]  0.7.4claws15
11987
11988         * configure.in
11989                 add --with-compiler-flags option
11990                 (only for developer hacking)
11991         * src/mh.c
11992         * src/procmsg.[ch]
11993         * src/summaryview.c
11994                 try to make folder-stats and flag handling more
11995                 independent from the summaryview. msgcounts
11996                 are only set when the folder is opened and
11997                 procmsg_msginfo_(un)set_flags will handle it
11998                 later and summaryview will get the values
11999                 from the folder.
12000
12001 2002-03-16 [paul]       0.7.4claws14
12002
12003         * src/messageview.c
12004                 fix Return-receipt. Patch submitted by Bob
12005                 Woodside <rwoodside1@comcast.net>
12006
12007 2002-03-16 [paul]       0.7.4claws13
12008
12009         * src/compose.c
12010                 fix 'dynamic' signatures, make it work again
12011                 broken during sync on 2002-03-14 (0.7.4claws2)
12012
12013 2002-03-15 [match]      0.7.4claws12
12014
12015         * src/addrharvest.[ch]
12016         * src/addrgather.[ch]
12017         * src/addressbook.[ch]
12018         * src/mainwindow.c
12019                 included address harvester feature. still some
12020                 issues with address parsing that I will fix.
12021
12022 2002-03-15 [match]      0.7.4claws11
12023
12024         * src/addrbook.[ch]
12025         * src/addrcache.[ch]
12026         * src/addressbook.[ch]
12027         * src/addrindex.c
12028         * src/editbook.c
12029         * src/importldif.c
12030         * src/importmutt.c
12031         * src/jpilot.[ch]
12032         * src/main.c
12033         * src/syldap.[ch]
12034         * src/vcard.[ch]
12035                 tidy up. fix memory leaks. moved attribs and methods
12036                 from individual interfaces to addrcache object. prep
12037                 for new stuff to come in.
12038
12039 2002-03-15 [alfons]     0.7.4claws10
12040
12041         * src/matcher.[ch]
12042         * src/matcher_parser_parse.y
12043         * src/matcher_parser_lex.l
12044         * src/prefs_matcher.c
12045                 add filtering conditions message greater than, smaller 
12046                 than, and exactly matching a size in bytes
12047                 (does not work with delete from POP3 server yet)
12048
12049                 this should also give others an idea what you should
12050                 do to add new criterions to claws filtering system
12051                 
12052
12053 2002-03-15 [paul]       0.7.4claws9
12054
12055         * tools/filter_conv.pl
12056                 exit if there are no filter rules to convert
12057                 rename filterrc to filterrc.old after completion
12058
12059 2002-03-15 [paul]       0.7.4claws8
12060
12061         * sync with sylpheed 0.7.4cvs3
12062                 see ChangeLog entry 2002-03-14
12063
12064 2002-03-14 [paul]       0.7.4claws7
12065
12066         * src/compose.c
12067                 clean up the last commit (ahem)
12068
12069 2002-03-14 [paul]       0.7.4claws6
12070
12071         * src/compose.c
12072                 fix bug #515655. honour account preferences
12073                 regarding gpg default signing/encryption when 
12074                 changing account from the compose window.
12075
12076 2002-03-14 [paul]       0.7.4claws5
12077
12078         * src/folderview.c
12079                 remove unnecessary curly brackets
12080
12081 2002-03-14 [paul]       0.7.4claws4
12082
12083         * src/folderview.c
12084           src/prefs_filtering.[ch]
12085                 add filter rename on folder rename and filter
12086                 delete on folder delete. Patch submitted by
12087                 Neill Miller <neillm@thecodefactory.org> 
12088
12089 2002-03-14 [christoph]  0.7.4claws3
12090
12091         * src/procmsg.c
12092         * src/send.c
12093                 fix local delivery
12094                 (patch submitted by "Simon 'corecode' Schubert")
12095         * src/prefs_common.c
12096         * src/procmsg.c
12097                 fix gcc 3.0 warning
12098
12099 2002-03-14 [paul]       0.7.4claws2
12100
12101         * sync with sylpheed 0.7.4cvs2
12102                 see ChangeLog entry 2002-03-13
12103
12104 2002-03-12 [darko]      0.7.4claws1
12105
12106         * src/mainwindow.c
12107                 fix what seems to be a copy and paste error
12108                 when setting color for important messages
12109                 (reported by wwp)
12110
12111 2002-03-11 [paul]       version 0.7.4claws released
12112
12113 2002-03-11 [paul]       0.7.4claws
12114
12115         * po/es.po
12116           po/it.po
12117           po/nl.po
12118           po/pt_BR.po
12119                 update message catalogs. Submitted by Ricardo Mones 
12120                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12121                 Fabio Junior Beneditto
12122
12123         * configure.in
12124           faq/Makefile.am
12125           faq/it/Makefile
12126           faq/it/sylpheed-faq*
12127           src/mainwindow.c
12128           src/manual.[ch]
12129                 add FAQ in Italian
12130         
12131
12132 2002-03-11 [jens]       0.7.3claws7
12133
12134         * po/de.po
12135                 updated German translation
12136
12137 2002-03-11 [melvin]     0.7.3claws6
12138
12139         * po/fr.po
12140                 updated and corrected French translation
12141
12142 2002-03-10 [hoa]        0.7.3claws5
12143
12144         * src/account.c
12145         * src/inc.c
12146         * src/prefs_account.c
12147         * src/procmsg.c
12148         * src/send.[ch]
12149                 fixed the local account.
12150                 you have to change the default "/usr/sbin/sendmail"
12151                 to "/usr/sbin/sendmail -t" in the preferences of
12152                 the local account.
12153
12154         * src/procmime.c
12155                 removed some debug display for renderer
12156
12157 2002-03-10 [paul]       0.7.3claws4
12158
12159         * faq/en/sylpheed-faq-1.html
12160           faq/en/sylpheed-faq-2.html
12161                 update
12162
12163 2002-03-09 [paul]       0.7.3claws3
12164
12165         * sync with sylpheed 0.7.4
12166                 see ChangeLog entry 2002-03-09
12167
12168 2002-03-08 [paul]       0.7.3claws2
12169
12170         * faq/en/sylpheed-faq*
12171           faq/es/sylpheed-faq*
12172           faq/fr/sylpheed-faq*
12173                 update the FAQs
12174
12175         * manual/fr/.cvsignore
12176           manual/fr/Makefilea.am
12177           manual/fr/sylpheed*
12178           src/mainwindow.c
12179           src/manual.[ch]
12180                 add the French manual
12181
12182 2002-03-07 [paul]       0.7.3claws1
12183
12184         * sync with sylpheed 0.7.3cvs4
12185                 see ChangeLog entries  2002-03-06 and 2002-03-07
12186         
12187         * po/nl.po
12188                 updated by Wilbert Berendsen
12189
12190 2002-03-07 [melvin]     0.7.2claws34
12191
12192         * src/selective_download.c
12193                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12194
12195 2002-03-06 [paul]       0.7.2claws33
12196
12197         * sync with sylpheed 0.7.3cvs1
12198                 bug fix, see ChangeLog entry 2002-03-05
12199
12200 2002-03-05 [paul]       0.7.2claws32
12201
12202         * src/mimeview.c
12203           src/pgptext.[ch]
12204           src/procmsg.c
12205                 reverse the pgp ascii-armored code implemented in 
12206                 0.7.2claws16. removal of this code until it matures.
12207                 this means that verifying ascii-armored pgp sigs and
12208                 automatic decryption of ascii-armored encrypted
12209                 messages no longer works.
12210
12211 2002-03-05 [paul]       0.7.2claws31
12212
12213         * configure.in
12214           Makefile.am
12215         * faq/Makefile.am
12216         * faq/en/Makefile.am
12217           faq/en/sylpheed-faq.html
12218           faq/en/sylpheed-faq-1.html
12219           faq/en/sylpheed-faq-2.html
12220           faq/en/sylpheed-faq-3.html
12221         * faq/es/Makefile.am
12222           faq/es/sylpheed-faq.html
12223           faq/es/sylpheed-faq-1.html
12224           faq/es/sylpheed-faq-2.html
12225           faq/es/sylpheed-faq-3.html
12226           faq/es/sylpheed-faq-4.html
12227         * faq/fr/Makefile.am
12228           faq/fr/sylpheed-faq.html
12229           faq/fr/sylpheed-faq-1.html
12230           faq/fr/sylpheed-faq-2.html
12231           faq/fr/sylpheed-faq-3.html
12232         * src/Makefile.am
12233           src/defs.h
12234           src/mainwindow.c
12235           src/manual.[ch]
12236                 add FAQs in English, Spanish and French
12237
12238
12239 2002-03-05 [paul]       0.7.2claws30
12240
12241         * manual/en/sylpheed.html
12242           manual/en/sylpheed-XX.html
12243                 updated the English manual
12244
12245 2002-03-05 [hoa]        
12246
12247         * src/summaryview.c
12248                 dialog box pops up if the article can't be deleted.
12249
12250 2002-03-04 [paul]       
12251         
12252         * po/pt_BR.po
12253                 updated by Fabio Junior Benedito
12254
12255 2002-03-04 [hoa]
12256
12257         * removed ac/gpgme.m4
12258                 to avoid autogen common problem
12259                 developers have to install gpgme development package now
12260
12261         * src/compose.c
12262                 encoding to 7bit or 8bit is enabled.
12263
12264 2002-03-03 [alfons]     0.7.2claws29
12265
12266         * src/pop.c
12267                 merge fix by Oliver Haertel for selective
12268                 download buglet
12269
12270 2002-03-03 [paul]       0.7.2claws28
12271         
12272         * sync with sylpheed 0.7.3
12273
12274 2002-03-03 [paul]       0.7.2claws27
12275
12276         * sync with sylpheed 0.7.2cvs24
12277                 see ChangeLog entries 2002-03-02 and 2002-03-03
12278
12279 2002-03-02 [melvin]     0.7.2claws26
12280
12281         * src/inc.[ch]
12282         * src/main.c
12283         * src/mainwindow.c
12284         * src/prefs_common.[ch]
12285                 Added user definable notification on new mail arrival.
12286                 Removed unused variables in spell checker prefs code.
12287
12288 2002-03-02 [melvin]     0.7.2claws25
12289
12290         * src/quote_fmt.c
12291                 Removed unnecessary escape sequences.
12292                 Changed 'Initial...' to 'Initials of Sender'
12293
12294 2002-03-02 [paul]       0.7.2claws24
12295
12296         * sync with sylpheed 0.7.2cvs22
12297                 see ChangeLog entry 2002-03-01
12298
12299 2002-03-01 [hoa]        0.7.2claws23
12300
12301         * src/mainwindow.c
12302                 Set sensitivity of delete actions to active
12303                 even if the folder is a newsgroup.
12304
12305         * src/summaryview.c
12306                 - Set sensitivity of delete actions
12307                 - Added function check_permission() that will check if the
12308                   user is authorized to delete a message. For news, it
12309                   will check if the author is the same.
12310                 - Enabled deletion when there is no trash folder.
12311
12312         * src/news.[ch]
12313                 - Added news_cancel_article() to cancel articles
12314                 - Implemented news_remove_message() (public function)
12315
12316 2002-03-01 [paul]       0.7.2claws22
12317
12318         * src/gtkutils.c
12319           src/textview.c
12320                 recognise urls that that don't include 'http://' and
12321                 simply begin 'www.' 
12322
12323         * AUTHORS
12324                 remove duplicated name
12325
12326 2002-02-28 [paul]       0.7.2claws21
12327
12328         * src/mainwindow.c
12329           src/summaryview.[ch]
12330                 add ability to 'Select thread'
12331                 combines Melvin's "Select thread's head" patch (#510907)
12332                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12333                 patch (#518514) 
12334
12335 2002-02-28 [paul]       0.7.2claws20
12336
12337         * src/mimeview.c
12338                 hopefully fix segfault on right-clicking a mime part
12339                 that some people have experienced.      
12340                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12341
12342 2002-02-28 [paul]       0.7.2claws19
12343
12344         * sync with sylpheed 0.7.2cvs21
12345                 see ChangeLog entries 2002-02-27 and 2002-02-28
12346
12347 2002-02-27 [paul]       0.7.2claws18
12348
12349         * sync with sylpheed 0.7.2cvs18
12350                 see ChangeLog entries 2002-02-26 and 2002-02-27
12351
12352 2002-02-26 [alfons]     0.7.2claws17
12353
12354         * src/procheader.c
12355                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12356                 (spotted by Chris Hessman <idatech@gmx.net>)
12357
12358 2002-02-26 [paul]       0.7.2claws16
12359
12360         * src/mimeview.c
12361           src/pgptext.[ch]
12362           src/procmsg.c
12363                 make decryption of ascii-armored pgp encrypted messages
12364                 and verification of ascii-armored signatures work again.
12365                 slightly altered from the patch by Jens Jahnke 
12366                 <jan0sch@gmx.net>
12367
12368                 ##FIX ME##
12369                 * the checking of plaintext signatures always comes up in 
12370                   a popup box
12371                 * it doesn't work for multipart messages 
12372                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12373                   including the msg headers and these 2 line themselves, are 
12374                   not displayed
12375
12376         * src/mainwindow.c
12377                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12378                 "View/Message View" becomes "View/Separate Message View"
12379                 because its less ambiguous.
12380
12381         * po/es.po
12382                 updated by Ricardo Mones Lastra
12383
12384 2002-02-26 [paul]       0.7.2claws15
12385
12386         * sync with sylpheed 0.7.2cvs17
12387                 see ChangeLog entries 2002-02-25 and 2002-02-26
12388
12389 2002-02-25 [christoph]  0.7.2claws14
12390
12391         * src/filtering.[ch]
12392         * src/inc.c
12393                 do filtering stuff after all messages have been received
12394                   1. drop all messages to .processing
12395                   2. scan processing folder for messages
12396                   3. filter messages or move to inbox
12397                 this will also find old messages left in processing after
12398                 a crash or something like that and we get a real msginfo
12399                 from folder->get_msg_list and do not have to create our
12400                 own in filter_message
12401         * src/matcher_parser_parse.y
12402                 remove MIX/MAX warning (reordered includes)
12403
12404 2002-02-25 [paul]       0.7.2claws13
12405
12406         * sync with sylpheed 0.7.2cvs15
12407                 see ChangeLog entry 2002-02-24
12408
12409 2002-02-24 [alfons]     0.7.2claws12
12410
12411         * src/filtering.c
12412                 clear old color flags first when applying a new color to
12413                 a message info. 
12414                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12415
12416 2002-02-24 [alfons]     0.7.2.claws11
12417         
12418         * AUTHORS
12419         * src/prefs_common.c
12420                 add presets for Opera and Konqueror, closes patch #517261,
12421                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12422
12423 2002-02-24 [alfons]     0.7.2.claws10
12424
12425         * AUTHORS
12426         * src/summaryview.c
12427                 fix threading for null message ids, closes patch #521601,
12428                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12429
12430 2002-02-24 [alfons]     0.7.2claws9
12431
12432         * src/summaryview.c
12433         * src/filtering.c
12434                 make Tool | Filter Message work with filtering system so
12435                 setting flags also works
12436
12437                 TODO:
12438
12439                 - Processing uses the same function as Tool | Filter
12440                   Message, but doesn't use the same update proc yet
12441
12442 2002-02-23 [paul]       0.7.2claws8
12443
12444         * sync with sylpheed 0.7.2cvs14
12445                 see ChangeLog entries 2002-02-22 and 2002-02-23
12446
12447 2002-02-22 [christoph]  0.7.2claws7
12448
12449         * src/quote_fmt.c
12450                 Add column space to table
12451         * src/quote_fmt_parse.y
12452                 Close files
12453
12454 2002-02-22 [paul]       0.7.2claws6
12455
12456         * src/Makefile.am
12457           src/defs.h
12458           src/filtering.c
12459           src/inc.[ch]
12460           src/mainwindow.c
12461           src/matcher.[ch]
12462           src/matcher_parser_lex.l
12463           src/matcher_parser_parse.y
12464           src/pop.[ch]
12465           src/prefs_account.h
12466           src/prefs_filtering.c
12467           src/selective_download.[ch]   *** NEW FILES ***
12468           src/utils.[ch]
12469           po/POTFILES.in
12470                 Selective Download added to 'Tool' menu. 
12471                 Retrieves email headers of the currently selected pop3 
12472                 account and allows the user to mark emails for deletion 
12473                 right on the pop3 server. Patch submitted by Oliver Haertel 
12474                 <oha@users.sourceforge.net>.
12475         
12476         * po/POTFILES.in
12477                 add 'src/quote_fmt.c'           
12478
12479 2002-02-22 [christoph]  0.7.2claws5
12480
12481         * src/Makefile.am
12482                 added quote_fmt.c
12483         * src/prefs_common.[ch]
12484         * src/prefs_template.c
12485         * src/quote_fmt.c               *** NEW FILE ***
12486         * src/quote_fmt.h
12487                 move quote format symbol description code
12488                 to it's own file because it is used from
12489                 differnent code parts
12490                 Rewrote symbol description GUI
12491                   + use table
12492                   + add separators
12493                   + get data from array (no more long constant strings)
12494         * src/quote_fmt_lex.l
12495         * src/quote_fmt_parse.y
12496                 Symbol for Literal % changed to \% instead of %%
12497                 (More logical as \ is used for quoting for other symbols)
12498                 Add |f and |p to include files and program output
12499                 Examples:
12500                     |f{/home/.../.signature}
12501                     |p{date}
12502         * po/de.po
12503                 Correct wrong spelling for "Referenzen"
12504
12505 2002-02-21 [paul]       0.7.2claws4
12506
12507         * src/procmsg.c
12508                 forgotten during sync
12509
12510 2002-02-21 [paul]       0.7.2claws3
12511
12512         * sync with sylpheed 0.7.2cvs11
12513                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12514                 2002-02-20 and 2002-02-21
12515
12516 2002-02-20 [melvin]     0.7.2claws2
12517
12518         * src/prefs_actions.c
12519                 Added error report when child cannot fork or when execvp 
12520                 returns with an error.
12521
12522 2002-02-19 [christoph]  0.7.2claws1
12523
12524         * src/codeconv.c
12525                 return unconverted text if conde conversion is not possible
12526                 when libjconv is used.
12527                 (patch submitted by "Simon 'corecode' Schubert")
12528
12529 2002-02-19 [paul]       
12530
12531         * version 0.7.2claws release
12532
12533 2002-02-19 [paul]       0.7.2claws
12534
12535         * po/nl.po
12536                 updated by Wilbert Berendsen
12537
12538
12539 2002-02-18 [alfons]     0.7.1claws13
12540
12541         * src/syldap.c
12542         * src/jpilot.c
12543                 remove references to dlfcn and explicitly loading functions
12544                 from dynalink libs, because libs linked anyway, and functions
12545                 are loaded explicitly
12546
12547 2002-02-17 [melvin]     0.7.1claws12
12548
12549         * src/prefs_actions.c
12550                 Replaced children wait loop with double fork technique.
12551                 Now, input/output window updated at each new output.
12552                 free_children(): Fixed a memory leak.
12553                 Made input/output window non closable if running children
12554                 still exist.
12555                 Added missing <unistd.h> include.
12556                 Added some --debug outputs.
12557
12558 2002-02-17 [melvin]     0.7.1claws11
12559
12560         * src/summaryview.c
12561                 Fixed bug where descending sort order did not select top
12562                 message.
12563
12564 2002-02-17 [melvin]     0.7.1claws10
12565
12566         * acconfig.h
12567                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12568         * src/prefs_common.c
12569                 Pspell data package directory no more hard coded but
12570                 set during configuration (PSPELL_PATH). (Thanks to 
12571                                 Gustavo Noronha Silva.)
12572
12573 2002-02-17 [melvin]     0.7.1claws9
12574
12575         * configure.in
12576                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12577         * src/gtkspell.c
12578                 Fixed compile-time warnings.
12579
12580 2002-02-16 [alfons]     0.7.1claws8
12581
12582         * src/filesel.c
12583                 fix inadvertent free of NULL pointer which caused
12584                 sylpheed to crash when closing the save-as dialog
12585                 using the window close button
12586
12587 2002-02-16 [carsten]    0.7.1claws7
12588         * src/mainwindow.[ch]
12589           src/summaryview.c
12590           src/prefs_common.c
12591                 fixes for pixmap theming code:
12592                         - recently changed mail attributes shouldn't get
12593                           lost any longer
12594                         - theme is only reloaded iff another theme was
12595                           selected
12596
12597 2002-02-16 [paul]       0.7.1claws6
12598
12599         * sync with sylpheed 0.7.2 release
12600                 see ChangeLog entry 2002-02-15 and 2002-02-16
12601
12602 2002-02-15 [paul]       0.7.1claws5
12603
12604         * sync with sylpheed 0.7.1cvs9
12605                 see ChangeLog entry 2002-02-15
12606
12607         * po/POTFILES.in
12608                 remove unneeded headerwindow.c entry
12609
12610 2002-02-14 [carsten]    0.7.1claws4
12611         * src/summaryview.c
12612                 fixed a bug for "Go to next unread message": there was
12613                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12614                 in the prefs, because of doing "Search again" instead
12615                 "No"
12616
12617 2002-02-14 [carsten]    0.7.1claws3
12618         * src/stock_pixmap.c
12619                 removed 2 more mem leaks; following memprof,
12620                 this code is "leak free" now :)
12621
12622 2002-02-14 [carsten]    0.7.1claws2
12623         * src/stock_pixmap.c
12624                 used opendir/readdir/closedir instead of scandir
12625                 -> code should work now on Solaris
12626
12627 2002-02-14 [paul]       0.7.1claws1
12628
12629         * sync with sylpheed 0.7.1cvs8
12630                 see ChangeLog entries 2002-02-13 and 2002-02-14
12631
12632         * README.claws
12633                 add some description of Actions and Pixmap Themes
12634
12635 2002-02-13 [paul]       
12636
12637         * version 0.7.1claws release
12638
12639 2002-02-13 [paul]       0.7.1claws
12640
12641         * po/es.po
12642           po/it.po
12643           po/pt_BR.po
12644                 updated translations, submitted by Ricardo Mones Lastra,
12645                 Alessandro Maestri and Fabio Junior Beneditto
12646
12647 2002-02-13 [melvin]     0.7.0claws75
12648
12649         * src/prefs_actions.c
12650                 Added missing "signal.h" include
12651
12652 2002-02-13 [melvin]     0.7.0claws74
12653
12654         * src/prefs_folder_item.c
12655                 Added missing "config.h" include
12656         * po/fr.po
12657                 Updated French translation for folder propriety.
12658
12659 2002-02-13 [jens]       0.7.0claws73
12660
12661         * po/POTFILES.in
12662                 Added missing src/prefs_folder_item.c [log added by melvin]
12663         * po/de.po
12664                 Updated German translation.
12665
12666 2002-02-13 [melvin]     0.7.0claws72
12667
12668         * po/fr.po
12669                 Updated French translation.
12670
12671 2002-02-13 [melvin]     0.7.0claws71
12672
12673         * src/gtkutils.c
12674                 Made gtkut_editable_get_selection return NULL if selection
12675                 is of length zero.
12676                 This fixes a bug where selecting part of message A then
12677                 switching to message B and replying to it will not
12678                 quote the message's body.
12679
12680 2002-02-12 [paul]       0.7.0claws70
12681
12682         * src/mainwindow.c
12683                 cosmetic, relating to pixmap themes: on toolbar make 
12684                 updating of 'Exec' and 'Compose news/Compose email'
12685                 icons faster.
12686
12687 2002-02-12 [carsten]    0.7.0claws69
12688         * src/folderview.c
12689           src/mainwindow.[ch]
12690           src/stock_pixmap.c
12691           src/summaryview.c
12692           src/prefs_common.c
12693                 - refreshing after changing pixmap theme better
12694                   now (thanks Paul)
12695                 - wanted to remove some mem leaks, but alfons was
12696                   faster (and had the better solution ;)
12697
12698 2002-02-12 [alfons]     0.7.0claws68
12699
12700         * src/prefs_common.c
12701         * src/stock_pixmap.[ch]
12702                 plug mem leaks, refactor code a little bit
12703
12704
12705 2002-02-12 [sergey]     0.7.0claws67
12706
12707         * src/imap.c
12708                 Fixed problem with copying messages to IMAP folders when the
12709                 server uses something other than '/' as a namespace separator
12710                 (cyrus-imapd uses '.').
12711
12712 2002-02-12 [jens]       0.7.0claws66
12713
12714         * po/de.po
12715                 Updated German Translation
12716
12717 2002-02-12 [paul]       0.7.0claws65
12718
12719         * sync with sylpheed 0.7.1cvs1
12720                 see ChangeLog entry 2002-02-12
12721
12722 2002-02-12 [melvin]     0.7.0claws64
12723
12724         * src/prefs_actions.c
12725                 Fixed "feature" where children's output was duplicated 
12726                 instead of refreshed while monitoring.
12727                 Removed some debug code.
12728
12729 2002-02-12 [christoph]  0.7.0claws63
12730
12731         * src/compose.c
12732                 always delete message from queue after sending/send error
12733                 (closes bug #509601)
12734
12735 2002-02-12 [melvin]     0.7.0claws62
12736
12737         * src/prefs_actions.c
12738                 Children wait loop is now triggered with a timeout of 1s
12739                 Added %F which is replaced with the list of filenames 
12740                 of all selected messages (as suggested by Ricardo Mones Lestra)
12741                 Pipe syntax changed. Prefix with | to send selection, postfix
12742                 with | to retrieve output. Prefix with > or * to send
12743                 user definable input to the command (*: input is hidden)
12744                 Old pipe action should now be postfixed with |, too.
12745
12746 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12747         * src/stock_pixmap.c
12748                 fixed a bug: if there's no theme directory don't
12749                 throw an error, just do "nothing" (thanks Alfons)
12750
12751 2002-02-12 [carsten]    0.7.0claws60
12752         * src/folderview.c
12753           src/summaryview.c
12754                 had to write the cache twice (nasty!); some marks would 
12755                 get lost if not
12756
12757 2002-02-11 [carsten]    0.7.0claws59
12758         * acconfig.h
12759           configure.in
12760           doc-src/maintainer_guide.txt
12761           src/compose.[ch]
12762           src/defs.h
12763           src/folderview.[ch]
12764           src/gtkutils.[ch]
12765           src/mainwindow.[ch]
12766           src/prefs_common.[ch]
12767           src/stock_pixmap.[ch]
12768           src/summaryview.[ch]
12769                 pixmap theming and related work on pixmap
12770                 handling on some other places
12771                 (e.g. hrm features for all folder)
12772           src/pixmap/stock_*.xpm -> the stock_ was removed
12773         
12774 2002-02-11 [paul]       0.7.0claws58
12775
12776         * sync with sylpheed 0.7.1 release
12777                 see ChangeLog entries 2002-02-11
12778
12779 2002-02-08 [paul]       0.7.0claws57
12780
12781         * sync with sylpheed 0.7.0cvs39
12782                 see ChangeLog entry 2002-02-07 (last entry) 
12783
12784         * src/prefs_actions.c
12785           src/prefs_filtering.c
12786           src/prefs_matcher.c
12787           src/prefs_scoring.c
12788                 sync: made it compile with C compilers other than gcc
12789
12790 2002-02-07 [paul]       0.7.0claws56
12791
12792         * sync with sylpheed 0.7.0cvs38
12793                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12794                 2002-02-07
12795
12796 2002-02-07 [darko]      0.7.0claws55
12797
12798         * src/gtkutils.[ch]
12799         * src/summaryview.c
12800                 Fix const gchar */gchar * issue (thanks Hiro)
12801
12802 2002-02-07 [darko]      0.7.0claws54
12803
12804         * src/compose.[ch]
12805         * src/filtering.c
12806         * src/gtkutils.[ch]
12807         * src/prefs_template.c
12808         * src/quote_fmt.h
12809         * src/quote_fmt_parse.y
12810         * src/summaryview.c
12811         * src/utils.[ch]
12812                 When replying or forwarding an email don't quote the entire
12813                 mail body but use the part of the message text that is selected
12814
12815 2002-02-06 [melvin]     0.7.0claws53
12816
12817         * src/prefs_common.[ch]
12818         * src/gtkspell.[ch]
12819         * src/compose.c
12820                 Made possible to switch quickly to last used dictionary
12821                 which makes checking bilingual documents easier.
12822
12823 2002-02-06 [melvin]     0.7.0claws52
12824         
12825         * po/POTFILES.in
12826                 Added forgotten new file src/prefs_actions.c
12827
12828 2002-02-06 [melvin]     0.7.0claws51
12829
12830         * src/prefs_actions.c   ** NEW FILE **
12831         * src/prefs_actions.h   ** NEW FILE **
12832                 Added actions to execute on message text view, or on the
12833                         message's file.
12834         * src/Makefile.am
12835                 Added src/prefs_actions.[ch]
12836         * src/compose.c
12837                 Added new menu "Edit/Actions"
12838         * src/defs.h
12839                 Added new actionsrc file.
12840         * src/main.c
12841                 Added actionsrc reading.
12842         * src/mainwindow.c
12843                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12844         * src/prefs_common.h
12845                 Added new element actionslst element to prefs_common.
12846
12847 2002-02-06 [paul]       0.7.0claws50
12848
12849         * sync with sylpheed 0.7.0cvs36
12850                 see ChangeLog entry 2002-02-06
12851
12852 2002-02-05 [paul]
12853
12854         * po/es.po
12855                 updated by Ricardo Mones Lastra
12856
12857 2002-02-05 [paul]       0.7.0claws49
12858
12859         * sync with sylpheed 0.7.0cvs33
12860                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12861
12862 2002-02-05 [paul]       0.7.0claws48
12863
12864         * src/compose.c
12865                 re-add 'Edit/Advanced/Delete entire line', previously named
12866                 'Delete Line+'
12867
12868 2002-02-04 [paul]       0.7.0claws47
12869
12870         * src/compose.c
12871           src/summaryview.c
12872                 fix bug #494993 (Reply All not taking Reply-To into consi)
12873                 eliminate differences in behaviour of right-click 'Reply to all' 
12874                 in summary view and 'Reply to all' on the toolbar. 
12875                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12876                 view and From gets ignored by 'Reply to all' on toolbar.
12877                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12878                 From when no Reply-To header is present.
12879
12880 2002-02-04 [paul]       0.7.0claws46
12881
12882         * sync with sylpheed 0.7.0cvs30
12883                 see ChangeLog entries 2002-02-03 and 2002-02-04
12884
12885 2002-02-03 [melvin]     0.7.0claws45
12886
12887         * src/gtkspell.[ch]
12888                 Readded function to highlight all misspelled words.
12889                 Fixed bug where user-provided-words did not replace
12890                         correctly the misspelled word when using the mouse.
12891                 Fixed bug where checking a region selected from right to left did
12892                         not check the region at all.
12893                 Fixed bug where 'Check backwards' may not check at all. 
12894                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12895                 Fixed possible buffer overflow when checking for long strings (>1k).
12896                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12897                 Accelerators code uses now gtk_widget_add_accel.
12898                 Removed and disabled obsolete and unfinished code.
12899                 Cleaning up.
12900
12901         * src/compose.c
12902                 Added menu item to Highlight all misspelled words.
12903
12904 2002-02-01 [paul]       0.7.0claws44
12905
12906         * src/mainwindow.c
12907                 fix '/View/Hide read messages' sensitivity when all
12908                 messages in a folder are hidden
12909
12910 2002-02-01 [paul]       0.7.0claws43
12911
12912         * src/main.c
12913                 add --send option to command line interface, sends all
12914                 queued mail. Patch submitted by Ricardo Mones Lastra.
12915
12916 2002-01-31 [paul]       0.7.0claws42
12917
12918         * src/mainwindow.c
12919                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12920
12921 2002-01-31 [paul]       0.7.0claws41
12922
12923         * sync with sylpheed 0.7.0cvs27
12924                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12925                 and 2002-01-31
12926
12927         * src/textview.c
12928                 comment out elements of textview_show_part() as temporary
12929                 workaround for attachment 'Display as text' bug 
12930
12931         * po/pt_BR.po
12932                 updated by Fabio Junior Beneditto
12933
12934 2002-01-30 [paul]       0.7.0claws40
12935
12936         * sync with sylpheed 0.7.0cvs24
12937                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12938                 and 2002-01-30
12939
12940         * src/compose.c
12941                 add {N_("/_Spelling"), ... "<Branch>"} to 
12942                 GtkItemFactoryEntry compose_entries[]
12943
12944         * src/prefs_common.c
12945                 add claws menu items to prefs_keybind_apply_clicked()
12946                 and remove non-claws menu items
12947
12948 2002-01-29 [paul]       0.7.0claws39
12949
12950         * sync with sylpheed 0.7.0cvs22
12951                 see ChangeLog entries 2002-01-28 and 2002-01-29
12952
12953 2002-01-28 [melvin]     0.7.0claws38
12954
12955         * src/compose.c
12956                 Added the declartion of compose_send_control_enter.
12957
12958         * src/compose.c
12959         * src/gtkspell.[ch]
12960                 Added in a 'Spelling' menu which includes the configuration menu. 
12961                 Added a real 'Check all' and got rid from the old one which only
12962                 highlited misspelled word.
12963                 Made 'Check while typing' a disableable option.
12964                 Added a dialog when there are no more misspelled word.
12965                 Added a dialog if error occurs when switching to a dictionary.
12966         
12967         * src/prefs_common.[ch]
12968                 Added option for the default 'Check while typing' option.
12969
12970
12971 2002-01-28 [alfons]     0.7.0claws37
12972
12973         * src/compose.c
12974                 fix buglet and make code comply with sylpheed code style
12975
12976 2002-01-28 [paul]       0.7.0claws36
12977
12978         * sync with sylpheed 0.7.0cvs19
12979                 see ChangeLog entries for 2002-01-28
12980
12981 2002-01-28 [hoa]        0.7.0claws35
12982
12983         * src/defs.h
12984                 added rendererrc
12985
12986         * src/main.c
12987                 read the renderer config
12988
12989         * src/procmime.[ch]
12990                 use the renderer config to convert mime attachments
12991
12992         * src/textview.c
12993                 don't use textview_show_html/ertf,
12994                 use get_text_content instead
12995
12996 2002-01-27 [alfons]     0.7.0claws34
12997         
12998         * src/news.c
12999                 make sylpheed believe it can delete a news message...
13000                 (messages are NOT deleted, maybe we should remove
13001                 processing from the folder properties after all.)
13002
13003 2002-01-27 [alfons]     0.7.0claws33
13004
13005         * src/folder.c
13006                 add extra checks
13007         * src/news.c
13008                 implement remove_msg() 
13009
13010 2002-01-27 [alfons]     0.7.0claws32
13011
13012         * src/procmsg.h
13013         * src/procheader.c
13014         * src/messageview.c
13015                 fix return receipt / disposition notification again. this
13016                 stuff seems to break on _every_ major summary UI change, so
13017                 it's now implemented using a flag which is saved in the
13018                 marks cache
13019                 
13020 2002-01-26 [alfons]     0.7.0claws31
13021
13022         * src/import.c
13023                 let import dialog show the destination folder identifier
13024
13025 2002-01-26 [melvin]     0.7.0claws30
13026
13027         * src/folderview.c
13028         * src/summaryview.c
13029                 Readded 'Mark all read' into summary view popup menu
13030                 Added 'Mark all read' in folder view popup menu for IMAP
13031                 and NNTP.
13032                 Made it insensitive if the selected folder is not the shown
13033                 one to avoid 'Mark all read' on the wrong folder.
13034                 
13035 2002-01-26 [paul]       0.7.0claws29
13036
13037         * src/folderview.c
13038           src/summaryview.c
13039                 move 'Mark all read' from summary view to folder view
13040                 menu. (adapted from) patch submitted by Jeremy Andrews,
13041                 <lists@kerneltrap.com>
13042
13043 2002-01-25 [alfons]     0.7.0claws28
13044
13045         * src/gtkstext.c
13046                 put the gtk class name back so GtkSText adapts the 
13047                 settings of GtkText
13048
13049 2002-01-25 [alfons]     0.7.0claws27
13050
13051         * src/folderview.c 
13052                 assimilate Ricardo's patch that shows pixmaps instead of
13053                 plain "new" and "unread" texts in the folder view column
13054                 headers 
13055
13056 2002-01-25 [paul]       0.7.0claws26
13057
13058         * src/Makefile.am
13059                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13060                 be found in non-standard locations. 
13061                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13062
13063 2002-01-25 [paul]       0.7.0claws25
13064
13065         * sync with sylpheed 0.7.0cvs16
13066                 see ChangeLog entry 2002-01-25
13067
13068 2002-01-24 [paul]       0.7.0claws24
13069
13070         * more sync with sylpheed 0.7.0cvs15
13071                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13072
13073 2002-01-23 [sergey]     0.7.0claws23
13074
13075         * src/importldif.c
13076                 Fixed segfault when closing LDIF import wizard with
13077                 the window manager.
13078         * src/imageview.c
13079         * src/imageview.h
13080         * src/messageview.c
13081         * src/mimeview.c
13082                 Fixed wrong scrolling position after switching between
13083                 text and image parts.
13084
13085 2002-01-23 [paul]       0.7.0claws22
13086
13087         * sync with sylpheed 0.7.0cvs15
13088                 see ChangeLog entries 2002-01-22 and 2002-01-23
13089
13090 2002-01-21 [melvin]     0.7.0claws21
13091
13092         * src/prefs_scoring.c
13093         * src/prefs_filtering.c
13094                 Fixed bug where scoring and filtering windows stopped
13095                 autochecking.
13096
13097 2002-01-21 [paul]       0.7.0claws20
13098
13099         * sync with sylpheed 0.7.0cvs12
13100                 see ChangeLog entries 2002-01-20 and 2002-01-21
13101
13102 2002-01-21 [carsten]    0.7.0claws19
13103         * src/mainwindow.c
13104         * src/menu.[ch]
13105         * src/messageview.[ch]
13106         * src/summaryview.[ch]
13107                 changes to shortcuts handling again:
13108                         + "Q" now controled by mainwin
13109                         + v/V are now customizable and have slightly
13110                           different meanings
13111                 the "button" to minimize the messageview (and maximize
13112                 the summary view) is a real button now
13113         * src/compose.c
13114                 "Delete Line+" added to Edit/Advanced (this will also
13115                 delete the '\n')
13116
13117 2002-01-20 [melvin] 0.7.0claws18
13118
13119         * src/addressbook.c
13120                 Made "Bcc" sensitive when addressbook is called from
13121                 compose window (it was a Claws only bug).
13122
13123 2002-01-19 [alfons] 0.7.0claws17
13124
13125         * src/inc.c
13126                 prevent unnecessary updates when currently selected folder has
13127                 no new messages 
13128
13129 2002-01-19 [alfons] 0.7.0claws16
13130         
13131         * src/summaryview.c
13132                 prevent writing the cache based on current message list in summary 
13133                 view when filtering also put messages in currently selected folder
13134
13135 2002-01-19 [paul]
13136
13137         * po/it.po
13138                 Italian translation submitted by Alessandro Maestri
13139                 <a.maestri@cs.tin.it>
13140
13141 2002-01-18 [melvin]     0.7.0claws15
13142
13143         * src/prefs_filters.c
13144                 fixed bug where 'cancel' from 'filters' window stops autochecking
13145                 if the timer timed out  when the window was open.
13146
13147 2002-01-18 [match]      0.7.0claws14
13148
13149         * src/addrclip.[ch]     ** NEW FILE **
13150         * src/addrselect.[ch]   ** NEW FILE **
13151         * src/adbookbase.h      ** NEW FILE **
13152                 addressbook cut, copy and paste
13153         * src/addrbook.[ch]
13154         * src/addrcache.[ch]
13155         * src/addressitem.h
13156         * src/addrindex.[ch]
13157         * src/addritem.[ch]
13158         * src/importldif.c
13159         * src/importmutt.c
13160         * src/jpilot.[ch]
13161         * src/syldap.[ch]
13162         * src/vcard.[ch]
13163         * src/jpilot.[ch]
13164         * src/editbook.c
13165         * src/editjpilot.c
13166         * src/editldap.c
13167         * src/editvcard.c
13168                 support for copy/paste
13169         * src/addressbook.c
13170                 support for copy/paste
13171                 tidy up menu option processing
13172                 correct address list function arguments
13173         * src/editaddress.c
13174                 sort user attributes
13175         * src/ldif.h
13176         * src/mutt.h
13177                 tidy up
13178
13179         * src/addrbook.[ch]
13180         * src/addrbook.[ch]
13181         * src/addrbook.[ch]
13182                 
13183
13184 2002-01-18 [paul]       0.7.0claws13
13185
13186         * sync with sylpheed 0.7.0cvs8
13187                 configure.in: support Mac OS X (Darwin)
13188
13189 2002-01-18 [carsten]    0.7.0claws12
13190         * src/html.c
13191                 small hack to fix a segfault with an empty href
13192                 (reported by Alexandra Walford <deeni@altern.org>)
13193         * src/mainwindow.c
13194         * src/summaryview.c
13195                 the shortcuts for Mark und Mark as unread are hardcoded
13196                 again
13197         * src/compose.c
13198         * src/gtkstext.[ch]
13199                 readded the shortcuts in gtkstext but made them
13200                 customizeable (simply by adding a menu plus a wrapper
13201                 to compose.c)
13202
13203 2002-01-17 [melvin]     0.7.0claws11
13204
13205         * src/gtkspell.c
13206                 fix default dictionary not being saved.
13207
13208 2002-01-16 [darko]      0.7.0claws10
13209
13210         * src/compose.c
13211                 fix wrapping crash with URL longer than wrapping margin
13212
13213 2002-12-08 [hoa]        0.7.0claws10
13214
13215         * src/matcher_parser_parse.y
13216                 fixed some bugs
13217
13218         * src/prefs_filtering.c
13219                 now, we can use bounce action in the dialog box.
13220
13221 2002-01-16 [carsten]    0.7.0claws9
13222         * src/gtkstext.c
13223                 removed the <control> and <alt> shortcuts because they're
13224                 not needed and interefered with the "normal" shortcuts
13225         * src/mainwindow.c
13226         * src/summaryview.c
13227                 removed most of the hardcoded shortcuts and assigned
13228                 them to menu entries making them easy customizable by
13229                 that
13230
13231 2002-01-16 |melvin]     0.7.0claws8
13232
13233         * src/gtkspell.c
13234                 fixed bug where using the mouse and when the compose
13235                 window is not on top may result in a crash.
13236
13237 2002-01-16 [melvin]     0.7.0claws7
13238
13239         * src/compose.c
13240                 fixed a long standingspell checker bug which could 
13241                 cause a crash after sending a message.
13242
13243 2002-01-16 [paul]       0.7.0claws6
13244
13245         * sync with sylpheed 0.7.0cvs7
13246                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13247                 2002-01-15, and 2002-01-16
13248
13249 2002-01-16 [melvin]     0.7.0claws5
13250
13251         * README.claws
13252         * src/compose.c
13253         * src/gtkspell.[ch]
13254         * src/main.c
13255                 Heavily modified spell checker code to work around
13256                 ispell bug, to add keyboard shortcuts and for future
13257                 enhancements. See README.claws for usage information.
13258
13259 2002-01-15 [alfons]     0.7.0claws4
13260         
13261         * src/summaryview.c
13262                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13263                 so sorting within threads reflects sort mode
13264
13265 2002-01-15 [christoph]  0.7.0claws3
13266
13267         * src/procmsg.c
13268                 added alertpanel if mail sending failed
13269
13270 2002-01-15 [alfons]     0.7.0claws2
13271         
13272         * src/prefs_filtering.c
13273                 don't stop timer when prefs filtering dialog is opened
13274
13275 2002-01-14 [alfons]     0.7.0claws1
13276
13277         * src/addr_compl.c
13278         * src/prefs.c
13279                 remove debug_print()s for privacy reasons
13280
13281 2002-01-14 [darko]      0.7.0claws
13282
13283         * README.claws
13284                 quotation wrapping is now also in the main branch
13285
13286 2002-01-14 [paul]
13287
13288         * tools/filter_conv.pl
13289                 allow for Boolean Op and case-sensitivity
13290                 this file is included in the release and tagged
13291                 'rel_0_7_0'
13292
13293 2002-01-13 [paul]       0.7.0claws
13294
13295         * release 0.7.0, with cvs tag 'rel_0_7_0'
13296
13297 2002-01-13 [paul]
13298
13299         * tools/filter_conv.pl
13300         * tools/README
13301                 rewritten to output to matcherrc instead of filteringrc
13302
13303         * po/es.po
13304                 updated Spanish translation by Ricardo Mones Lastra
13305
13306 2002-01-13 [alfons]
13307
13308         * po/nl.po
13309                 update dutch translation
13310
13311 2002-01-13 [paul]
13312
13313         * po/pt_BR.po
13314                 Updated by Fabio Junior Beneditto 
13315
13316 2002-01-13 [melvin]     0.6.6claws53
13317
13318         * po/fr.po
13319                 Updated french translation
13320
13321 2002-01-12 [alfons]     0.6.6claws52
13322
13323         * src/filtering.c
13324                 plug mem leak that has been sitting there for ages              
13325
13326 2002-01-12 [alfons]     0.6.6claws51
13327
13328         * src/summaryview.c
13329                 undo melvin's changes from 0.6.6claws48 because summary
13330                 view now refuses to select first unread message when
13331                 selecting a folder 
13332
13333 2002-01-11 [alfons]     0.6.6claws50
13334
13335         * src/import.c
13336                 use claws' semantics for getting folder item when
13337                 importing an mbox file into a folder 
13338                 (submitted by Dale P. Smith)
13339
13340 2002-01-11 [christoph]  0.6.6claws49
13341
13342         * src/prefs.h
13343                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13344                 toggle widget, because non static prefs can not use
13345                 prefs_set_* functions
13346         * src/prefs_account.c
13347                 toggle smtp auth password field sensitivity if
13348                 user id is empty and add descrition of usage for
13349                 these fields
13350         * src/prefs_folder_item.c
13351                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13352                 callbacks
13353
13354 2002-01-11 [melvin]     0.6.6claws48
13355
13356         * src/compose.c
13357                 fix the 'Ctrl-Enter' feature for sending and test really
13358                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13359                 editables which was not documented in Gtk)
13360
13361         * src/summaryview.c
13362                 Made summaryview refresh after sorting and not before.
13363
13364 2002-01-11 [christoph]  0.6.6claws47
13365
13366         * src/compose.c
13367                 select account from account ids if possible and
13368                 correctly set save folder for copy in reedit
13369
13370 2002-01-10 [paul]       0.6.6claws46
13371
13372         * sync with sylpheed 0.7.0 release
13373                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13374                 2002-01-09
13375
13376 2002-01-09 [alfons]
13377
13378         * src/summaryview.c
13379                 remove more dirt traces...
13380
13381 2002-01-09 [alfons]
13382         
13383         * src/summaryview.c
13384                 clean up some traces of my debugging stuff
13385
13386 2002-01-09 [alfons]     0.6.6claws45
13387
13388         * src/filtering.c
13389                 break up filteringprop_apply() in three separate pieces
13390                 so we can drop messages that failed processing in the
13391                 inbox
13392
13393         * src/summaryview.c
13394                 fix bug #469598 "no refresh of inbox after filter" which 
13395                 was introduced by the new summary view locking, and which 
13396                 prevented the summary view to update after a manual filter 
13397                 message. claw's filter message requires a summary_show().
13398                 (aargh, summary_show() again! :-)
13399                 
13400 2002-01-07 [alfons]     0.6.6claws44
13401
13402         * src/headerwindow.c
13403         * src/logwindow.c
13404         * src/messageview.c
13405         * src/sourcewindow.c
13406                 bring in Hiro's last 0.7.0 wm class fixes
13407
13408         * tools/sylprint.pl
13409                 bring in Ricardo's fix for sylprint script
13410
13411         * AUTHORS       
13412         * src/rfc2015.[ch]
13413         * src/prefs_common.[ch]
13414         * src/prefs_account.[ch]
13415         * src/compose.c
13416                 clean up account preference poison in rfc2015,
13417                 and preparation to fix double sign bug 
13418                 (patch submitted by Simon 'corecode' Schubert)
13419
13420 2002-01-07 [christoph]  0.6.6claws43
13421
13422         * src/mh.c
13423                 search for free message number, do not only rely
13424                 on last_num
13425         * src/send.c
13426                 fix smtp auth and use extra account information
13427                 if available, if not use pop3 data instead
13428                 (closes bug #500341)            
13429         * src/ssl.[ch]
13430                 match coding style
13431
13432 2002-01-06 [alfons]     0.6.6claws42
13433
13434         * src/mainwindow.c
13435                 try making the separate windows work again...
13436
13437 2002-01-06 [alfons]     0.6.6claws41
13438
13439         * src/mainwindow.c
13440                 adapt Hiro's separate window menu (to get rid of the funny
13441                 duplicate menu items), and make it work again
13442
13443 2002-01-06 [alfons]     0.6.6claws40
13444
13445         * tools/Makefile.am
13446         * tools/sylprint.rc
13447         * tools/sylprint.pl
13448         * tools/README.sylprint
13449                 add sylprint script for printing mails from Sylpheed
13450                 (contributed by Ricardo Mones Lastra)
13451
13452         * src/acount.c
13453                 clean up
13454
13455 2002-01-06 [melvin]     0.6.6claws39
13456
13457         * src/mainwindow.c
13458         * src/summaryview.c
13459                 Fixed crash introduced in 0.6.6claws38 by the menu
13460                 reorganisation (Hide read messages)
13461         
13462         * ChangeLog.claws 
13463                 Fixed typo (we are now in 2002, alfons ;) )
13464
13465 2002-01-05 [alfons]     0.6.6claws38
13466
13467         * sync with sylpheed 0.6.6cvs10-17
13468                 (last stuff marked as LAST_STABLE)
13469
13470 2002-01-04 [melvin]     0.6.6claws37
13471
13472         * src/account.c
13473                 Made account selection code use strcasestr again instead of
13474                 g_strcasecmp (fixes bug where reediting queued messages
13475                 did not select proper account reported by T. Link).
13476         
13477         * src/folderview.c
13478                 Fix bug where folder icons are not shown when 'hide read messages'
13479                 is on.
13480         
13481         * src/stock_pixmaps.[ch]
13482                 Added folder icons for 'hide read messages'.
13483         
13484         * src/compose.c
13485                 Fixed bug where 'Enter' in a header entry will send the message 
13486                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13487
13488 2002-01-03 [melvin]     0.6.6claws36
13489         
13490         * src/prefs.[ch]
13491                 Added popup menu for common preferences and
13492                 account preferences (right click on tab displays
13493                                 a menu of all tabs.)
13494
13495 2002-01-02 [melvin]     0.6.6claws35
13496
13497         * src/gtkspell.[ch]
13498                 Made spelling code compatible with undo/redo feature.
13499                 Added creation of suggestion mode menu for the general
13500                         preferences.
13501         
13502         * src/prefs_common.[ch]
13503                 Added option menu for the speller's suggestion mode.
13504                 Added missing spaces in "..." buttons and made a "..."
13505                         button non translatable!
13506         
13507         * src/compose.c
13508                 Made speller use the default suggestion mode.
13509                 Hack to make it possible to choose 'CTRL-Enter' as a
13510                         shortcut for sending (and only for sending).
13511
13512         * src/prefs_folder_item.c
13513                 Changing subject simplification does not update cache 
13514                         anymore (because it is unnecessary).
13515                 Fixed bug where changing subject simplification updated the 
13516                         summaryview even when the viewed folder is not the
13517                         folder which properties are being changed. (E.g. 
13518                                         viewing folder A and changing
13519                                         the subject simplification of 
13520                                         folder B -not being viewed- updated the 
13521                                         summaryview of folder A with data of
13522                                         folder B). (Hope this is clear... )
13523
13524 2001-12-31 [alfons]     0.6.6claws34
13525         
13526         * src/ldif.c
13527         * src/mutt.c
13528                 fgetc() returns a signed integer which doesn't
13529                 fit in a char. so c truncates this to a char
13530                 but we may lose significant bits. i.e. we may
13531                 comparing 0xFF which may not be equal to -1
13532                 unless properly casted to signed char which
13533                 we won't do because fgetc() returns a signed
13534                 integer which doesn't fit in a char. so c 
13535                 truncates this to a char but we may lose 
13536                 significat bits. (you got the idea, thanks
13537                 to Gustavo Noronha Silva <kov@debian.org>
13538                 and the Debian folks!)
13539
13540 2001-12-30 [alfons]     0.6.6claws33
13541
13542         * src/prefs_common.c
13543                 add #ifdef USE_PSPELLs that Melvin forgot               
13544
13545 2001-12-30 [melvin]     0.6.6claws32
13546         
13547         * src/prefs_common.[ch]
13548                 Added configurable color for misspelled words.
13549
13550         * src/gtkspell.[ch]
13551                 Fixed bug of foreground text color (reported by David
13552                                 Mehrmann)
13553                 Added configurable color for misspelled words.
13554
13555 2001-12-30 [alfons]     0.6.6claws31
13556
13557         * src/folder.c
13558                 remove unnecessary things someone put there
13559
13560         * src/mh.c
13561         * src/folder.[ch]
13562                 make folder properties (like threading and sorting) persistent
13563                 (closes bug #497424 "rescan folder tree resets proprieties")
13564                 currently this is only for MH folders. 
13565
13566 2001-12-29 [melvin]     0.6.6claws30
13567
13568         * src/string_match.[ch]
13569                 Optimized a bit: regexp pattern buffer compiled only once, and
13570                   one subroutine call removed. Fixed ^ regexp search: Now, 
13571                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13572         
13573         * src/summaryview.c
13574                 Subject filtering changed to filter summary columns and
13575                   not directly the messages subject cache. The loss in 
13576                   performance is balanced by the improvement of string_match.
13577                 Added an alert panel if there is an error in the regexp.
13578
13579         * src/src/prefs_folder_item.h
13580                 Added a regexp pattern buffer.
13581
13582 2001-12-28 [alfons]     0.6.6claws29
13583
13584         * src/string_match.[ch]
13585                 clean up name space
13586                 allow compilation *BSD
13587
13588 2001-12-27 [alfons]     0.6.6claws28
13589
13590         * src/filter.c
13591                 sync the Hiro's bug fix for BSD
13592
13593 2001-12-27 [melvin]     0.6.6claws27
13594         
13595         * src/compose.c
13596                 Simplify focus to subject entry code.
13597
13598 2001-12-27 [darko]      0.6.6claws26
13599
13600         * src/filtering.c
13601         * src/mbox_folder.c
13602         * src/messageview.c
13603         * src/mh.c
13604         * src/procheader.[ch]
13605         * src/procmsg.h
13606         * src/stock_pixmap.[ch]
13607         * src/summaryview.c
13608                 Show key icon for encrypted mails in summary view
13609
13610         * src/pixmaps/clip.xpm
13611         * src/pixmaps/clipkey.xpm
13612         * src/pixmaps/key.xpm
13613                 New/modified icons for the above
13614
13615 2001-12-27 [melvin]     0.6.6claws25
13616
13617         * src/prefs_common.c
13618                 Put spell checker options in a separate tab to decrease
13619                 the Common Preferences window height.
13620
13621         * README.claws  
13622                 Update spell checker usage instruction about its options
13623                 location.
13624
13625 2001-12-27 [melvin]     0.6.6claws24
13626
13627         * src/compose.c
13628                 Changed subject entry widget position. Initial focus is
13629                 on the To header instead of the subject entry.
13630                 Creating a new header scrolls the header list to make the
13631                 created one visible. Nevertheless, when automatically filling
13632                 headers, the first one is shown.
13633                 A Tab key press in the last empty header entry zips the 
13634                 focus to the subject entry.
13635                 (I did not change the combo boxes, yet)
13636
13637 2001-12-26 [alfons]     0.6.6claws23
13638
13639         * src/prefs_account.c
13640         * src/inc.c
13641                 allow default inbox to reside in another mailbox (only
13642                 works for POP3 accounts)
13643
13644 2001-12-26 [alfons]     0.6.6claws22
13645         
13646         * src/textview.c
13647                 make reply-on-click work with the account of the selected folder
13648         * src/compose.c
13649                 put a fixme here to remind me to fix finding correct default
13650                 account for nested folders
13651
13652 2001-12-25 [alfons]     0.6.6claws21
13653
13654         * src/summaryview.c
13655                 make column headers display locked and mark pixmaps (idea by Melvin) 
13656                 fix bug by adding score and locked column type to sort array
13657
13658 2001-12-25 [alfons]     0.6.6claws20
13659         
13660         * src/summaryview.c
13661                 catch a *potentially* inadvertent write back of  
13662                 the message cache(s) introduced by 0.6.5claws37
13663
13664 2001-12-25 [christoph]  0.6.6claws19
13665
13666         * src/stock_pixmap.[ch]
13667         * src/summaryview.c
13668                 add ignore thread pixmap
13669                 (can someone draw a better icon for this?)
13670
13671 2001-12-24 [alfons]     0.6.6claws18
13672
13673         * src/prefs_folder_item.c
13674                 make address completion actually work for the
13675                 Default To address in the Folder Property dialog.
13676
13677 2001-12-24 [alfons]     0.6.6claws17
13678         
13679         * src/summaryview.c
13680                 use new style regexp for subject stripping 
13681                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13682
13683 2001-12-24 [darko]      0.6.6claws16
13684
13685         * src/pgptext.c
13686         * src/rfc2015.c
13687                 move GPG related informational messages to debug mode
13688
13689 2001-12-23 [alfons]     0.6.6claws15
13690
13691         * src/stock_pixmap.[ch]
13692         * src/summaryview.c
13693                 add the forgotten Claws' locked pixmap
13694
13695 2001-12-23 [alfons]     0.6.6claws14
13696
13697         * src/filesel.c
13698                 accept file name typed in entry in multi file
13699                 selector (patch submitted by Gustavo Noronha Silva 
13700                 <kov@debian.org>)
13701
13702 2001-12-23 [alfons]     0.6.6claws13
13703
13704         * src/prefs_filter.c
13705         * src/prefs_filtering.c
13706         * src/matcher.c
13707         * src/importmutt.c
13708                 clean up a little bit
13709         
13710         * src/string_match.c
13711                 validate input strings a little bit more
13712
13713 2001-12-23 [alfons]     0.6.6claws12
13714
13715         * src/Makefile.am
13716         * src/summaryview.c
13717         * src/string_match.[ch]         ** NEW **
13718         * src/folderview.[ch]
13719         * src/headerview.h
13720         * src/folder.[ch]
13721         * src/prefs_folder_item.[ch]
13722                 add subject simplification to strip out strings from
13723                 a subject line (esp. handy for mailing lists). 
13724                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13725                 but slightly changed things for better integration.)
13726
13727 2001-12-23 [alfons]     0.6.6claws11
13728
13729         * src/mainwindow.c
13730                 fix bug introduced by submission included in 0.6.5claws52.
13731                 ideally this submission should clean the trash if any trash
13732                 folder has a message. however, the hasTrash variable was
13733                 set to false whenever a trash folder was empty (discarding
13734                 a previously found *filled* trash folder.)
13735
13736                 also edited the code a little bit and made it more safe.
13737
13738 2001-12-22 [alfons]     0.6.6claws10
13739
13740         * src/imap.c
13741                 quick fix for Martin Pool's omission of an account
13742                 specific SSL setting
13743
13744 2001-12-22 [alfons]     0.6.6claws9
13745
13746         * src/compose.c
13747         * src/messageview.c
13748         * src/mimeview.c
13749         * src/pgptext.c
13750         * src/procmime.[ch]
13751                 better support for multipart/digest (submitted
13752                 by Fredrik <e98fo@efd.lth.se>)
13753
13754 2001-12-22 [alfons]     0.6.6claws8
13755
13756         * src/addressbook.c
13757                 correct function signature
13758         * src/socket.[ch]
13759         * src/imap.[ch]
13760         * src/prefs_account.[ch]
13761                 allow IMAP over SSH tunnel (patch submitted by 
13762                 Martin Pool <mbp@samba.org>)
13763
13764 2001-12-21 [alfons]     0.6.6claws7
13765
13766         * sync with sylpheed 0.6.6cvs4-9
13767                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13768
13769 2001-12-21 [christoph]  0.6.6claws6
13770
13771         * src/compose.c
13772         * src/prefs_folder_item.[ch]
13773                 implement saving of outgoing messages to current folder.
13774                 fix segfault when no default outbox is available
13775                 (closes bug #495683)
13776
13777 2001-12-21 [carsten]    0.6.6claws5
13778         * src/folderview.c
13779         * src/summaryview.c
13780                 pressing CTRL while DND does now the expected thing and
13781                 copies the mail (moving is still the default, as this
13782                 seam more appropriate for handling mails by DND)
13783
13784 2001-12-18 [paul]       0.6.6claws4
13785
13786         * sync with sylpheed 0.6.6cvs3
13787                 see ChangeLog entries 2001-12-18
13788
13789 2001-12-18 [hiro]       0.6.6claws3
13790
13791         * src/undo.c
13792                 fix for multibyte characters (obtain the number of letters
13793                 instead of bytes).
13794
13795 2001-12-17 [paul]       0.6.6claws2
13796
13797         * sync with sylpheed 0.6.6cvs1
13798                 see ChangeLog entry 2001-12-16
13799
13800 2000-12-17 [alfons]     0.6.6claws1
13801
13802         * src/filtering.c
13803                 clean up
13804
13805 2001-12-16 [paul]       0.6.6claws
13806 2001-12-15
13807
13808         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13809
13810         * src/mimeview.c
13811                 last minute sync with main 0.6.6
13812
13813         * po/es.po
13814                 updated by Ricardo Mones Lastra
13815                 update for last minute sync
13816         * po/fr.po
13817         * po/nl.po
13818                 update for last minute sync
13819         * po/de.po
13820                 updated by Jens Oberender
13821         * po/pt_BR.po
13822                 updated by Fabio Junior Beneditto
13823
13824         * src/prefs_common.[ch]
13825         * src/undo.c
13826                 number of undo levels is user configurable
13827                 (squeeze it into the release in the dying
13828                 moments) Submitted by Jens Oberender    
13829
13830 2001-12-15 [melvin]
13831
13832         * po/fr.po
13833                 updated french translation
13834
13835 2001-12-15 [paul]       0.6.5claws92
13836
13837         * sync with sylpheed 0.6.5cvs28
13838                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13839
13840         * po/nl.po
13841                 update to allow for sync
13842
13843 2001-12-15 [alfons]
13844         
13845         * po/nl.po
13846                 update dutch translation
13847
13848 2001-12-14 [carsten]    0.6.5claws91
13849         * src/summaryview.c
13850                 fixed bug #473785; also after changing the column order
13851                 the same message will be selected and displayed as before
13852                 the reordering
13853
13854 2001-12-14 [carsten]    0.6.5claws90
13855         * src/folderview.c
13856                 probably found the bug reported by wwb opening or closing
13857                 a folder tree just before dnd (found the solution in the
13858                 balsa source -- thanks to them)
13859
13860 2001-12-14 [carsten]    0.6.5claws89
13861         * src/gtkutils.c
13862         * src/account.c
13863                 moved gtk_clist_moveto to the right place, so that
13864                 only the accounts dialog is effected on opening
13865
13866 2001-12-14 [carsten]    0.6.5claws88
13867         * src/gtkutils.c
13868                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13869                 now, so that the focused row will be seen in any case
13870                 (reported by wwp on sf-claws-user)
13871
13872 2001-12-14 [darko]      0.6.5claws87
13873
13874         * src/compose.c
13875                 remove unnecessary line
13876
13877 2001-12-14 [paul]       0.6.5claws86
13878
13879         * sync with sylpheed 0.6.5cvs27
13880                 see ChangeLog entries 2001-12-14
13881
13882 2001-12-14 [carsten]    0.6.5claws85
13883         * src/mainwindow.c
13884                 following a suggestion of Melvin the rcoabm pops up
13885                 right under the button now and the button is reliefed
13886                 while the popup is open
13887
13888 2001-12-14 [darko]      0.6.5claws84
13889
13890         * src/compose.c
13891                 fix crash when wrapping long lines if linewrap quotation
13892                 is disabled and wrapper encounters a word spanning more
13893                 than one line
13894
13895 2001-12-13 [paul]       0.6.5claws83
13896
13897         * src/compose.c
13898                 prefer 'Reply-To' header over mailing list header when
13899                 replying to a message. Finally prevent all those confirmation 
13900                 messages being sent to the list itself.
13901
13902         * src/summaryview.c
13903                 remove unused summary_set_menu_sensitive() entry
13904
13905 2001-12-13 [paul]       0.6.5claws82
13906
13907         * src/folderview.c
13908         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13909         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13910         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13911                 improvements to 'Hide read messages': Inbox, Outbox,
13912                 Trash, Queue, and Draft icons now reveal presence of hidden 
13913                 messages
13914
13915 2001-12-12 [alfons]     0.6.5claws81
13916
13917         0.6.5claws80 was tagged as LAST_STABLE
13918
13919         * src/filtering.[ch]
13920         * src/matcher.[ch]
13921         * src/matcher_parser_lex.c
13922                 fix the filtering; my last attempt to get it right, 
13923                 if it does not work, it's Hoa's turn. ;-)
13924
13925                 for my honourable peers:
13926                 
13927                 the code now makes a clear distinction between
13928                 rules as they are displayed (probably escaped),
13929                 and as they are executed (probably unescaped). the
13930                 parser does *NOT* do any unescaping, this is
13931                 the task of the matcher.c (which breaks up a
13932                 rule into condition) and the filtering.c (which
13933                 breaks up the rule's action). to make this
13934                 run happily we provide an unescaped copy of
13935                 crucial strings to the MatcherProp and 
13936                 FilteringAction structures. note that the only
13937                 exception to this is any REGEXP string. those
13938                 are directly passed to regcomp() and regexp()
13939                 (who have much more powerful unescape functions).
13940                 
13941                 for everyone else:
13942         
13943                 you can escape tab (\t), carriage return (\r),
13944                 linefeed (\n), form feed (\f), quote (\"), 
13945                 single quote (\'), bell (\b) in all the entry
13946                 lines in the scoring & filtering dialogs.
13947                 as an added bonus this should not affect
13948                 existing filtering rules.
13949
13950 2001-12-12 [carsten]    0.6.5claws80
13951
13952         * src/summaryview.c
13953         * po/de.po
13954                 "item(s) selected" is now sensitive to 1 or more
13955                 than one selected (nice for language where simple
13956                 adding of a "s" is not possible as German (Eintrag
13957                 ->Eintr"age)
13958                 
13959                 the "forward as attachment" entry from the right
13960                 click menu removed, "forward" acts following the
13961                 prefs
13962         
13963         * src/textview.c
13964                 reverted my former changes; so compiler warning again
13965                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13966                 nevertheless
13967
13968         * src/messageview.c
13969                 "search in message" does now *not* only work in MVIEW_TEXT
13970                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13971                 message
13972
13973         * src/mainwindow.c
13974                 removed "/File/_Close" as it was the same as "/File/E_xit"
13975                 and we don't need it two times
13976
13977                 the separate folder view and message view now get a distinct
13978                 WMCLASS, just in case someone is using sawfish ;-)
13979
13980                 as the menu entries "/View/Message view" and "/View/Folder tree"
13981                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13982                 make them sensitive accordingly and as these two are "shown"
13983                 after startup anytime check this menuitem at startup
13984
13985 2001-12-12 [paul]       0.6.5claws79
13986
13987         * src/folderview.c
13988                 fix sensitivity of 'Search folder...', broken in
13989                 0.6.5claws75
13990
13991         * src/mainwindow.c
13992                 fix dodgy English
13993
13994 2001-12-11 [carsten]    0.6.5claws78
13995         * src/filtering.c
13996                 fixed two typos returning a wrong FALSE/TRUE
13997         * src/mainwindow.[ch]
13998                 extra menu for email/news button removed
13999
14000 2001-12-11 [alfons]     0.6.5claws77
14001         
14002         * src/matcher.c                 (1.3)
14003         * src/matcher_parser_lex.l      (1.28)
14004                 revert for another attempt
14005                 mark 0.6.5claws77 as LAST_STABLE
14006
14007 2001-12-11 [christoph]  0.6.5claws76
14008
14009         * po/de.po
14010                 fixed wrong translation for prev. unread msg
14011
14012 2001-12-11 [paul]       0.6.5claws75
14013
14014         * src/folder.[ch]
14015         * src/folderview.c
14016         * src/mainwindow.c
14017         * src/summaryview.[ch]
14018         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14019                 enable ability to hide read messages on per folder basis via 
14020                 '/Summary/Hide read messages'; when selected, a folder will 
14021                 have a red open folder icon, instead of a blue icon, if the 
14022                 folder contains hidden messges
14023                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14024
14025         * src/mainwindow.c
14026                 remove '/Message/Forward as attachment' from 
14027                 main_window_set_menu_sensitive() to prevent debug warning
14028
14029         * src/folderview.c
14030         * src/mainwindow.c
14031                 Clean up some of the English
14032
14033         * tools/newscache_clean.pl
14034                 allow for new 'hidereadmsgs' entry in folderlist.xml
14035
14036         * po/es.po
14037                 updated translation, submitted by Ricardo Mones Lastra
14038
14039 2001-12-11 [paul]       0.6.5claws74
14040
14041         * sync with sylpheed 0.6.5cvs25
14042                 see ChangeLog entry 2001-12-11
14043
14044 2001-12-10 [alfons]     0.6.5claws73
14045
14046         * src/matcher.c
14047                 add more control characters
14048         * src/matcher_parser_lex.l
14049                 make escaping / unescaping work again
14050
14051 2001-12-10 [alfons]     0.6.5claws72
14052
14053         * src/imap.c
14054                 clean up warnings "returning value for void function" 
14055         * src/prefs_filtering.c
14056                 make info button for execute action sensitive
14057
14058 2001-12-10 [paul]       0.6.5claws71
14059
14060         * src/compose.c
14061         * src/imap.[ch]
14062         * src/summaryview.c
14063                 fix: imap server now gets informed of MARKED, UNMARKED
14064                 and REPLY events. Now people can use different IMAP-Mail
14065                 clients and have the exact same information about MARKED,
14066                 UNMARKED and REPLY status with all of them. Especially
14067                 useful for imap servers with a web-frontend.
14068                 submitted by Tobias Sandhaas <medlor@web.de>
14069
14070 2001-12-09 [melvin]     0.6.5claws70
14071         
14072         * src/textview.[ch]
14073                 fixed bug #490076 (hunted down by Alfons who implemented
14074                 a workaround in 0.6.5claws65)
14075
14076 2001-12-09 [christoph]  0.6.5claws69
14077
14078         * src/summaryview.c
14079                 set pointer to string in LOCKED column to NULL
14080                 (might fix bug #490800)
14081
14082 2001-12-09 [carsten]    0.6.5claws68
14083
14084         * po/de.po
14085                 resolved some cluttered menu shortcuts 
14086                 ('creating new email' and 'creating news message'
14087                 hade the same)
14088         * src/compose.c
14089                 wmclass now distinc from main window
14090         * src/mainwindow.c
14091           src/mainwindow.h
14092                 email/news and forward button functionality similar
14093                 to the reply buttons; removed the ugly dropdown arrows
14094                 and use instead the right mouse button
14095
14096 2001-12-09 [paul]       0.6.5claws67
14097
14098         * src/imap.c
14099         * src/utils.h
14100                 allow spaces in imap folder names
14101                 submitted by Willem van Engen <wvengen@stack.nl>
14102
14103 2001-12-09 [paul]       0.6.5claws66
14104
14105         * sync with sylpheed 0.6.5cvs24
14106                 see ChangeLog entry 2001-12-09
14107
14108 2001-12-08 [alfons]     0.6.5claws65
14109
14110         * src/textview.c
14111                 prevent secondary selection claim after "add to sender" dialog
14112                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14113                 we trick GTK by simulating a click at (0, 0) in the textview.
14114
14115 2001-12-08 [hoa]        0.6.5claws64
14116
14117         * src/folder.c
14118                 fixed a bug about the .processing folder name while filtering
14119
14120 2001-12-08 [alfons]     0.6.5claws63
14121
14122         * src/folderview.c 
14123                 work around problem of not correctly updating folder stats
14124                 when deleting messages. there's some folder scanning evil
14125                 going so the folderview_update_msg_num() does not work
14126                 correctly. need to investigate this.
14127
14128 2001-12-08 [paul]       0.6.5claws62
14129
14130         * sync with sylpheed 0.6.5cvs23
14131                 see ChangeLog entry 2001-12-08
14132
14133 2001-12-07 [christoph]  0.6.5claws61
14134
14135         * src/compose.c
14136                 fix another header translation problem
14137
14138 2001-12-07 [alfons]     0.6.5claws60
14139
14140         * src/mbox.c
14141                 make filtering also work on local spool mbox
14142
14143 2001-12-07 [carsten]    0.6.5claws59
14144         * src/addressbook.c
14145                 addressbook window gets a wmclass distinct from the main
14146                 sylpheed window
14147         * src/compose.h
14148         * src/mainwindow.[ch]
14149                   forward menu item will use mode selected in prefs, forward 
14150                 as attatchment in menu removed (will be substituted in the
14151                 toolbar similar to reply buttons)
14152                   create news message menu entry and news button is now 
14153                 sensitive to the existance of a news account
14154         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14155         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14156         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14157                 these are removed because the toolbar buttons don't show
14158                 the quoting modus any longer
14159
14160 2001-12-07 [paul]
14161
14162         * tools/newscache_clean.pl      ** NEW FILE **
14163                 perl script to do some tidying up in the newscache directory 
14164                 
14165         * tools/sylpheed-switcher       ** NEW FILE **
14166                 perl script to enable easy switching between main and claws
14167                 
14168         * tools/README
14169                 added descriptions of the two new perl scripts          
14170
14171
14172 2001-12-07 [melvin]     0.6.5claws58
14173
14174         * src/messageview.c
14175                 fixed a warning during compilation introduced in 0.6.5claws56
14176
14177 2001-12-07 [paul]       0.6.5claws57
14178
14179         * src/mainwindow.[ch]
14180         * src/menu.[ch]
14181                 further usability enhancements to replying with or without 
14182                 quoting via the toolbar, use of Ctrl key is replaced by 
14183                 drop down menu 
14184                 Submitted by Carsten Schurig            
14185
14186 2001-12-07 [melvin]     0.6.5claws56
14187
14188         * src/messageview.c
14189                 hack to fix bug that prevented to make/paste selections
14190                 after switching between MVIEW_TEXT and MVIEW_MIME views
14191                 without deselecting the selection first.
14192
14193 2001-12-06 [alfons]     0.6.5claws55
14194
14195         * src/filtering.[ch]
14196         * src/inc.c
14197                 revise filtering a little bit more, and make sure
14198                 messages are delivered to the appropriate inbox
14199                 (perhaps set per account)
14200
14201 2001-12-06 [paul]       0.6.5claws54
14202
14203         * sync with sylpheed 0.6.5cvs22
14204                 see ChangeLog entry 2001-12-06
14205
14206 2001-12-05 [alfons]     0.6.5claws53
14207
14208         * src/inc.c
14209         * src/folder.[ch]
14210         * src/procmsg.c
14211         * src/filtering.c
14212                 more revisions of filtering system
14213                 (last stable version is marked as LAST_STABLE)
14214                 
14215                 | NOTE 1): the filtering system now uses a local folder called
14216                 | .processing. if filtering fails, check this directory
14217                 | for missing messages.
14218                 |
14219                 | NOTE 2): help us find the filtering actions still missing
14220
14221 2001-12-05 [paul]       0.6.5claws52
14222
14223         * src/mainwindow.c
14224                 fix bug where 'Empty Trash?' pop-up window appears even
14225                 when Trash is empty, submitted by Jesse Skinner         
14226
14227 2001-12-05 [melvin]     0.6.5claws51
14228
14229         * src/compose.c
14230                 fixed bug #486106 to select correct account when reediting 
14231                 a queued message
14232         
14233 2001-12-04 [alfons]     0.6.5claws50
14234
14235         * src/mh.c
14236                 declare markfile in appropriate functions when
14237                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14238                 for spotting this)
14239
14240 2001-12-04 [paul]       0.6.5claws49
14241
14242         * sync with sylpheed 0.6.5cvs21
14243                 see ChangeLog entry 2001-12-04
14244
14245 2001-12-03 [christoph]  0.6.5claws48
14246
14247         * po/de.po
14248                 changed translation of undo
14249         * src/account.c
14250         * src/folder.c
14251                 don't reinvent the wheel to traverse a GNode
14252         * src/compose.[ch]
14253                 seperate code to create the compose gui into functions
14254                 add "Others" page with folder selection for saving copy
14255                 of the message.
14256                 the folder identifier is saved to queue header
14257         * src/procmsg.c
14258                 save message to folder in queue header
14259
14260 2001-12-03 [paul]       0.6.5claws47
14261
14262         * sync with sylpheed 0.6.5cvs20
14263                 see ChangeLog entry 2001-12-03
14264
14265 2001-12-01 [paul]
14266
14267         * more sync with sylpheed 0.6.5cvs19
14268                 see ChangeLog entry 2001-11-29
14269
14270 2001-11-30 [paul]       0.6.5claws46
14271         
14272         * src/compose.c
14273                 remove conflicts introduced by Hoa's last commit
14274          
14275         * src/mainwindow.c
14276                 make 'Message/Bounce' sensitive
14277
14278 2001-11-30 [hoa]        0.6.5claws45
14279
14280         * src/compose.c
14281                 slightly change bounce function to add
14282                 information about the user that bounced the mail
14283                 in the From header line.
14284
14285         * src/folderview.c
14286                 permit the use of processing in outbox folder.
14287
14288 2001-11-29 [paul]       0.6.5claws44
14289
14290         * src/mainwindow.[ch]
14291         * src/prefs_common.c
14292         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14293         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14294         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14295                 usability enhancements to the quoting, implements
14296                 use of Ctrl key to toggle quoting settings
14297                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14298
14299 2001-11-29 [paul]       0.6.5claws43
14300         
14301         * sync with sylpheed 0.6.5cvs19
14302                 see ChangeLog entry 2001-11-28
14303
14304 2001-11-29 [melvin]     0.6.5claws42
14305         * src/Makefile.am
14306                 added enriched.[ch] to the list of files
14307
14308         * src/textview.c
14309         * src/mimeview.c
14310         * src/procmime.[ch]
14311         * src/enriched.[ch]
14312                 added support to view text/enriched
14313                 added support to show headers in message view for text/enriched and text/html
14314                         in non multipart messages
14315
14316 2001-11-28 [paul]       0.6.5claws41
14317
14318         * more sync with sylpheed 0.6.5cvs18
14319                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14320
14321 2001-11-27 [paul]       0.6.5claws40
14322         
14323         * po/pt_BR.po
14324                 updated translation, submitted by Fabio Junior Beneditto
14325                 
14326         * sync with sylpheed 0.6.5cvs18
14327                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14328                 2001-11-27
14329
14330
14331 2001-11-26 [paul]
14332
14333         * po/es.po
14334                 updated translation, submitted by Ricardo Mones Lastra
14335
14336 2001-11-26 [alfons]
14337
14338         * src/matcher.c
14339                 add more translatable strings
14340
14341 2001-11-26 [christoph]  0.6.5claws39
14342
14343         * po/de.po      
14344                 fixed one more umlaut
14345         * src/compose.c
14346                 fix translated header when it should not be translated
14347
14348 2001-11-26 [paul]       0.6.5claws38
14349
14350         * src/mainwindow.c
14351                 remove '/Message/Add Sender to address book' from 
14352                 main_window_set_menu_sensitive(), prevent debug warning
14353                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14354
14355 2001-11-26 [paul]       0.6.5claws37
14356
14357         * src/summaryview.c
14358                 fix 'recurring unread state' bug 
14359
14360         * tools/README 
14361         * tools/filter_conv.pl
14362                 read name of top level mailbox from folderlist.xml
14363                 and presume nothing about its name              
14364
14365 2001-11-26 [darko]      0.6.5claws36
14366
14367         * src/gtkstext.[ch]
14368                 removed functions that are now in gtkutils.c
14369                 use gtkut_text_is_uri_string() from gtkutils.c
14370         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14371
14372 2001-11-26 [paul]       0.6.5claws35
14373
14374         * sync with sylpheed 0.6.5cvs16
14375                 see ChangeLog entries 2001-11-25 and 2001-11-26
14376
14377 2001-11-25 [alfons]     0.6.5claws34
14378
14379         EXPERIMENTAL!!! Please checkout the last stable version using: 
14380           
14381         % cvs update -r LAST_STABLE -dRAP
14382
14383         (Or help us testing this stuff.)
14384
14385         * src/filtering.c               (1.14)
14386         * src/filtering.h               (1.6)
14387         * src/inc.c                     (1.28)
14388         * src/matcher.c                 (1.20)
14389         * src/mbox.c                    (1.9)
14390         * src/procmsg.h                 (1.14)
14391         * src/summaryview.c             (1.59)
14392         * src/summaryview.h             (dunno)
14393                 revert/merge/sync to as it was before commit 
14394                 on Thu, 19 Jul 2001 10:15:51 -0700.
14395
14396 2001-11-25 [hoa]        0.6.5claws33
14397
14398         * src/main.c
14399                 processing mails at startup
14400
14401         * src/folderview.c
14402         * src/summaryview.[ch]
14403                 processing mails when entering folder
14404
14405         * src/prefs_filtering.c
14406                 fixed some UI bugs
14407
14408 2001-11-24 [alfons]     0.6.5claws32
14409
14410         * src/summaryview.[ch]
14411                 make summary sort headers work, and also make
14412                 sure the sort type is stored
14413
14414 2001-11-23 [alfons]     0.6.5claws31
14415
14416         * src/summaryview.[ch]
14417                 make lock work like mark
14418                 disallow deleting messages marked as locked
14419
14420 2001-11-23 [alfons]     0.6.5claws30
14421
14422         * src/gtkstext.c
14423         * src/compose.[ch]
14424         * src/Makefile.am
14425         * src/undo.[ch]
14426                 merge undo patch submitted by Jens
14427
14428 2001-11-23 [christoph]  0.6.5claws29
14429
14430         * src/.cvsignore
14431                 added ylwrap
14432         * src/compose.c
14433                 fixed gpg signing and encoding
14434         * src/folder.[ch]
14435         * src/main.c
14436                 added --status option to get new, unread and total
14437                 message count from a running sylpheed
14438         * src/prefs_common.c
14439                 temporary fix for reply_with_quote problem
14440                 (don't call functions for non existing widget)
14441         * src/procmsg.c
14442                 one more check for ignored threads but still not
14443                 always working correctly. probably a recursive
14444                 check for all parents is needed
14445
14446 2001-11-23 [darko]      0.6.5claws28
14447
14448         * src/compose.c
14449                 wrapping on send improvements
14450         * src/gtkutils.[ch]
14451                 fix for GtkSText after last sync with main branch
14452                 GTK_TEXT -> GTK_STEXT
14453
14454 2001-11-23 [paul]       0.6.5claws27
14455
14456         * sync with sylpheed 0.6.5cvs14
14457                 see ChangeLog entries 2001-11-22 and 2001-11-23
14458                 
14459         * po/de.po
14460                 fixed the scrambled umlauts 
14461                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14462
14463 2001-11-21 [paul]       0.6.5claws26
14464
14465         * sync with sylpheed 0.6.5cvs12
14466                 see 2nd ChangeLog entry dated 2001-11-20
14467
14468 2001-11-20 [paul]       0.6.5claws25
14469
14470         * sync with sylpheed 0.6.5cvs11
14471                 see ChangeLog entry 2001-11-19 (src/utils.c)
14472
14473 2001-11-20 [hiro]
14474
14475         * src/compose.c
14476                 GTK_TEXT -> GTK_STEXT
14477                 fix for wrong comment
14478
14479 2001-11-20 [hiro]       0.6.5claws24
14480
14481         * src/compose.[ch]
14482                 more merges from main branch
14483                 removed fatal warnings (uninitialized variables etc.)
14484                 some coding style fix
14485         * src/gtkutils.h
14486                 fixed typo.
14487         * src/addressbook.c
14488           src/addrindex.c
14489                 V-Card -> vCard
14490
14491 2001-11-19 [hoa]        0.6.5claws23
14492
14493         * src/filtering.c
14494         * src/prefs_scoring.c
14495         * src/matcher.[ch]
14496         * src/scoring.c
14497                 cleaning code
14498
14499         * src/matcher_parser_parse.y
14500         * src/prefs_filtering.c
14501                 bouncing
14502
14503 2001-11-19 [alfons]     0.6.5claws22
14504
14505         more of my old things into claws
14506
14507         * src/Makefile.am
14508         * src/prefs_common.c
14509         * src/procmsg.h
14510         * src/summaryview.[ch]
14511         * src/prefs_summary_column.c
14512         * src/pixmaps/locked.xpm
14513                 add indicators for locking of message in summary view
14514                 (does not work yet, only visual indicator)
14515
14516 2001-11-19 [paul]       0.6.5claws21
14517
14518         * sync with sylpheed 0.6.5cvs10
14519                 see ChangeLog entry 2001-11-19
14520
14521 2001-11-18 [alfons]     0.6.5claws20
14522         
14523         * src/filtering.c
14524                 remove an inadvertent free I forgot in previous clean up 
14525
14526 2001-11-18 [alfons]     0.6.5claws19
14527
14528         * src/filtering.[ch]
14529                 clean up & plug leaks
14530
14531 2001-11-18 [paul]       0.6.5claws18
14532
14533         * sync with sylpheed 0.6.5cvs9
14534                 see ChangeLog entries 2001-11-17 and 2001-11-18
14535
14536 2001-11-16 [paul]       0.6.5claws17
14537
14538         * sync with sylpheed 0.6.5cvs8
14539                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14540
14541 2001-11-16 [paul]       0.6.5claws16
14542
14543         * sync with sylpheed 0.6.5cvs7
14544                 see ChangeLog entries 2001-11-15 and 2001-11-16
14545
14546 2001-11-15 [hoa]        0.6.5claws15
14547
14548         * src/compose.c
14549                 fix bounce, mails we received couln't be bounced to ourself.
14550
14551         * src/defs.h
14552         * src/filtering.[ch]
14553         * src/matcher.[ch]
14554         * src/matcher_parser.h
14555         * src/matcher_parser_lex.l
14556         * src/matcher_parser_parse.y
14557         * src/inc.c
14558         * src/main.c
14559         * src/mbox.c
14560         * src/prefs_filtering.[ch]
14561         * src/mainwindow.c
14562         * src/prefs_matcher.c
14563         * src/prefs_scoring.c
14564         * src/scoring.[ch]
14565         * src/summaryview.c
14566                 new matcher/filter/score configuration file parser
14567                 one unique configuration file => ~/.sylpheed/matcherrc
14568                 import in currently automatic, then save are made
14569                 in this new file.
14570                 one filter per folder and one global filter
14571                 (filter of a folder will be used as folder processing)
14572
14573         * src/folder.c
14574                 fix a bug in folder_item_get_identifier
14575                 
14576         * src/messageview.c
14577                 receive receipt return are fixed.
14578
14579 2001-11-14 [alfons]     0.6.5claws14
14580
14581         * src/session.h
14582                 add things from main branch to make claws compile
14583
14584 2001-11-14 [paul]       0.6.5claws13
14585
14586         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14587                 see ChangeLog entries 2001-11-08 to 2001-11-14
14588
14589 2001-11-14 [hoa] 0.6.5claws12
14590
14591         * src/compose.[ch]
14592         * src/mainwindow.c
14593         * src/summaryview.c
14594                 add "bounce mail" option
14595
14596 2001-11-13 [christoph]  0.6.5claws11
14597
14598         * src/compose.c
14599                 Cleanup a mess i add before commiting
14600
14601 2001-11-13 [hoa]        0.6.5claws10
14602
14603         * src/compose.c
14604                 some fixes when mail are sent or
14605                 for crossposts
14606
14607 2001-11-13 [christoph]  0.6.5claws9
14608
14609         * po/de.po
14610                 Changed two string with the same translation
14611         * src/compose.c
14612         * src/procmsg.[ch]
14613         * src/send.[ch]
14614                 New mailsending process:
14615                   - Always queue message before sending
14616                     (message will be saved if sylpheed crashed or
14617                      freezes while sending)
14618                   - Allow queuing of newspostings
14619                   - No copy in outbox before sending
14620                     (closes bug #469501)
14621                   - No more redundant code for send and send_later
14622         * src/summaryview.c
14623                 Applied wwp <subscript@free.fr>'s patch that fixes
14624                 marks for multiple forwarded messages (+compose.c)
14625
14626 2001-11-12 [alfons]
14627
14628         * README.claws
14629                 remove things that are now in main branch
14630         
14631         * po/nl.po
14632                 update Dutch translation
14633
14634 2001-11-12 [mhadasht]   0.6.5.claws8
14635
14636         * src/prefs_common.c
14637                 re-enabled account autoselection feature for forward
14638                 and reedit lost during the branch point for SYNC-B4-REL
14639         * src/gtkspell.c
14640                 gtkpspell_get_dict(): more readable code (even if function is
14641                 not used yet)
14642         * ChangeLog.claws
14643                 added version number info to 2001-11-12 [hiro] comment.
14644
14645 2001-11-12 [hiro]       0.6.5.claws7
14646
14647         * src/compose.c
14648                 compose_forward(): fixed a bug that forward quote mark
14649                 wasn't used.
14650                 removed unnecessary code.
14651         * src/template_select.[ch]: removed.
14652
14653 2001-11-11 [alfons]
14654
14655         * src/compose.c
14656                 :%s/GTK_TEXT/GTK_STEXT/g
14657         
14658         * src/compose.[ch]
14659         * src/undo.[ch]
14660         * src/Makefile.am
14661                 revert the undo stuff (this is 0.6.6claws stuff)
14662
14663 2001-11-11 [hoa]        0.6.5.claws6
14664
14665         * src/compose.[ch]
14666                 Insert signature at the end of the text.
14667                 Added undo patch but currently disabled
14668
14669         * src/procmsg.c
14670                 Threading by subject improved.
14671
14672         * added src/undo.[ch]
14673                 Undo module for compose dialog box.
14674
14675 2001-11-11 [alfons]     0.6.5.claws5
14676
14677         * src/procmsg.c
14678                 prevent threading by subject on nodes that have already been
14679                 threaded by in-reply-to (as in "circular references in a tree
14680                 result in a dead branch")
14681
14682 2001-11-09 [hoa]        0.6.5.claws4
14683         
14684         * src/folderview.c
14685                 allows creation of mbox folder item from any files.
14686
14687 2001-11-09 [alfons]     0.6.5.claws3
14688         
14689         * src/utils.c
14690         * src/procmsg.c
14691                 do what I mean and correct threading by subject so it really
14692                 ignores attracting lines without "Re: "
14693
14694 2001-11-07 [alfons]     0.6.5.claws2
14695
14696         * src/procmsg.c
14697         * src/utils.[ch]
14698                 only attract by subject if a subject line starts with a "Re: "
14699         * src/syldap.c
14700                 remove warning
14701
14702 2001-11-07 [paul]       0.6.5claws1
14703
14704         * sync with sylpheed 0.6.5. release
14705                 see ChangeLog entry 2001-11-07
14706
14707 2001-11-07 [paul]       0.6.4claws31
14708
14709         * sync with sylpheed 0.6.4cvs18
14710                 see ChangeLog entries 2001-10-30 to 2001-11-07
14711                 prefs_templates.[ch] renamed prefs_template.[ch]
14712
14713 2001-11-06 [alfons]
14714         
14715         * src/utils.h
14716                 add semicolon Hoa forgot ;-)
14717                 
14718
14719 2001-11-06 [hoa]        0.6.4claws30
14720         
14721         * src/procmsg.c
14722         * src/summaryview.c
14723         * src/utils.c
14724         * src/utils.h
14725                 threading by subject - empty subject are ignored
14726
14727 2001-11-06 [christoph]  0.6.4claws29
14728
14729         * src/socket.c
14730                 use SSL_peek for sock_gets
14731         * src/utils.c
14732                 removed unneeded pointer in extracting quoted
14733                 names implementation
14734
14735 2001-11-06 [melvin]     0.6.4claws28
14736
14737         * src/gtkspell.c
14738                 fixed bug #476792 Selection overtyping with spell checker
14739                 fixed bug which could cause a buffer overflow
14740                 fixed a memory leak
14741
14742 2001-11-06 [hoa]        0.6.4claws27
14743         
14744         * src/procmsg.c
14745         * src/summaryview.c
14746                 threading by subject
14747
14748 2001-11-05 [alfons]     0.6.4claws26
14749         
14750         * README.claws
14751                 Claws -> Sylpheed (vice versa)
14752
14753         * src/compose.c
14754                 :%s/gtk_text/gtk_stext/g
14755                 :%s/GTK_TEXT/GTK_STEXT/g
14756                 (thanks to Jonathan Ware for spotting this)
14757
14758 2001-11-04 [christoph]  0.6.4claws25
14759
14760         * src/summaryview.c
14761                 replace Xalloca + strdup with Xstrdup_a
14762         * src/utils.c
14763                 better implementation of extracting quoted names
14764                 from addresses (remove backlashes and ignore
14765                 quotes after them)
14766
14767 2001-11-04 [alfons]     0.6.4claws24
14768
14769         * src/utils.[ch]
14770                 edit to comply more with coding style
14771
14772         * src/textview.c
14773                 fix bug reported by Kim Schulz. introduced by the patch integrated
14774                 in 0.6.4claws15. the code did not check the return value of
14775                 the html parser.
14776
14777         * AUTHORS
14778                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14779
14780 2001-11-04 [christoph]  0.6.4claws23
14781
14782         * src/main.c
14783         * src/prefs_common.[ch]
14784                 init some pointers that possibly caused a segfault
14785                 reported in the claws-users ML
14786
14787 2001-11-04 [hoa]        0.6.4claws22
14788
14789         * src/grouplistdialog.c
14790                 change the names of the nodes in the tree
14791
14792         * src/compose.c
14793                 enhanced mailto syntax as described in
14794                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14795                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14796
14797         * src/utils.c
14798                 encode and decode URI (useful when opening URL into
14799                 netscape).
14800
14801 2001-11-03 [hoa]        0.6.4claws21
14802
14803         * src/grouplistdialog.c
14804                 a new newsgroups list selection dialog box
14805                 with a CTree instead of a CList
14806
14807 2001-11-03 [hoa]        0.6.4claws20
14808
14809         * src/folderview.c
14810                 enable property and scoring options when right
14811                 click on "inbox"
14812
14813         * src/summaryview.c
14814                 fixed bug when nickname were displayed using
14815                 the address book.
14816
14817 2001-11-02 [darko]      0.6.4claws19
14818
14819         * src/compose.c
14820                 new wrap quotation and URL/long words wrapping implementation
14821         * src/compose.c src/gtkstext.[ch]
14822                 move gtkstext_strncmp() to gtkstext.c
14823
14824 2001-11-01 [christoph]  0.6.4claws18
14825
14826         * src/prefs_account.c
14827                 fixed mess in account settings dialog
14828         * src/prefs_folder_item.c
14829                 added label with folder path to dialog
14830
14831 2001-10-31 [match]      0.6.4claws17
14832
14833         * src/vcard.c
14834                 fix memory leak.
14835         * src/addrbook.c
14836                 fix generation of spurious address book file names.
14837                 remove redundant functions.
14838         * po/POTFILES.in
14839                 added missing file names.
14840
14841 2001-10-30 [paul]       0.6.4claws16
14842
14843         * sync with sylpheed 0.6.4cvs6
14844                 see ChangeLog entries 2001-10-26 to 2001-10-30
14845
14846         * tools/filter_conv.pl
14847                 read folderlist.xml to discover whether the top-level
14848                 folder is called 'Mailbox' or 'Mail' 
14849
14850 2001-10-29 [paul]       0.6.4claws15
14851
14852         * src/html.c, src/textview.c
14853                 activate links in html mail and fix clickable parts
14854                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14855
14856 2001-10-29 [paul]
14857
14858         * po/de.po, po/es.po, po/pt_BR/po
14859                 updated translations, submitted by Jens Oberender,
14860                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14861
14862 2001-10-29 [darko]      0.6.4claws14
14863
14864         * src/compose.c
14865                 fix wrapping for good
14866
14867 2001-10-29 [darko]
14868
14869         * src/compose.c
14870                 undo previous change as it broke the smart wrapping
14871
14872 2001-10-29 [darko]      0.6.4claws13
14873
14874         * src/compose.c
14875                 fix infinite loop when long URL is quoted
14876                 (closes bug #475122.
14877
14878 2001-10-28 [match]
14879
14880         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14881                 import Mutt address book
14882         * src/ldif.[ch] src/importldif.h
14883                 modified import LDIF handle user attributes
14884
14885 2001-10-28 [christoph]  0.6.4claws12
14886
14887         * src/summaryview.c
14888                 fixed that filtering did not work if there
14889                 were no filter rules
14890                 (closes bug #472003 and better implementation
14891                  of patch #474644)
14892
14893 2001-10-27 [christoph]  0.6.4claws11
14894
14895         * src/compose.c
14896                 make the folder's default account to be used when
14897                 replying. (patch by wwp <subscript@free.fr>)
14898         * src/compose.c
14899                 code cleanup, nearly killed all of wwp's patch
14900                 for folder's default account in compose
14901         * src/folderview.c
14902                 error panel when a folder could not be created
14903                 (closes bug #471080 new folder name & already
14904                  existing file)
14905
14906 2001-10-26 [alfons]
14907
14908         * src/utils.h
14909                 change prototype of strstr2() that Christoph forgot about
14910
14911 2001-10-26 [christoph]  0.6.4claws10
14912
14913         * src/account.c
14914                 made search for accounts by email address not case
14915                 sensitive
14916         * src/folder.c
14917                 fixed memory leak in folder_item_get_identifier
14918         * src/gtkspell.c
14919         * src/utils.c
14920                 fixed wrong strstr2 (should work like strstr)
14921
14922 2001-10-26 [darko]      0.6.4claws9
14923
14924         * src/compose.c src/gtkstext.[ch]
14925         * src/gtkstext.c
14926                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14927
14928 2001-10-26 [paul]       0.6.4claws8
14929
14930         * src/html.c
14931                 ignore css and javascript tags in html mail
14932                 case-insensitive, with or without double-quoted
14933                 strings
14934
14935 2001-10-26 [paul]       0.6.4claws7
14936
14937         * sync with sylpheed 0.6.4cvs1
14938                 see ChangeLog entry 2001-10-26
14939
14940         * src/prefs_account.c, src/prefs_common.c,
14941           src/prefs_summary_column.c
14942                 minor improvements to the English
14943
14944 2001-10-25 [alfons]     0.6.4claws6
14945
14946         * src/gtkstext.c
14947         
14948                 make GtkSText follow style of GtkText (closes bug 
14949                 #469211 "text selection while writing message")
14950                 
14951                 do sync with GTK 1.2.10
14952
14953 2001-10-25 [paul]       0.6.4claws5
14954
14955         * src/html.c
14956                 ignore css tags in html mail
14957
14958 2001-10-25 [darko]      0.6.4claws4
14959
14960         * src/compose.c
14961                 don't declare is_url_string as static function since
14962                 we need it in gtkstext.c
14963         * src/gtkstext.c
14964                 remove unused variable
14965                 don't wrap long URLs while composing a message
14966
14967 2001-10-24 [christoph]  0.6.4claws3
14968
14969         * src/socket.c
14970                 fix ssl deadlock, when peer closes connection
14971
14972 2001-10-24 [paul]       0.6.4claws2
14973
14974         * src/prefs_common.c
14975                 gettextize the gpg ascii-armored warning message
14976
14977         * src/compose.c
14978                 insert a DOS/MAC file into the composed message
14979                 (improvements)
14980
14981         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14982
14983 2001-10-22 [paul]       0.6.4claws1
14984
14985         * sync with sylpheed 0.6.4 release
14986                 see ChangeLog entries 2001-10-21
14987
14988         * po/fr.po, po/pt_BR.po
14989                 updated by Melvin Hadasht and Fabio Junior Beneditto
14990
14991 2001-10-21 [paul]       0.6.3claws30
14992
14993         * src/compose.c
14994                 insert a DOS text file from the compose window
14995                 into the composed message text (removes CRs characters)
14996                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14997
14998         * tools/filter_conv.pl, tools/README
14999                 automatically use ~/.sylpheed as working directory
15000                 print out confirmation message on completion
15001
15002         * correct Hoa's last ChangeLog.claws entry
15003
15004 2001-10-20 [hoa]        0.6.3claws29
15005
15006         * src/grouplistdialog.c
15007                 bugfix (another ?) to give the right
15008                 newsgroups list for each news server.
15009
15010         * src/news.c
15011         * src/news.h
15012                 improve the newsgroups list cache
15013
15014 2001-10-20 [paul]       0.6.3claws28
15015
15016         * sync with sylpheed 0.6.3cvs9
15017                 see ChangeLog entry 2001-10-19
15018
15019         * correct Alfons' last ChangeLog.claws entry
15020
15021 2001-10-19 [alfons]
15022
15023         * src/pgptext.[ch]
15024                 fix compilation problems (part of bug #472895)
15025
15026 2001-10-18 [hoa]        0.6.3claws27
15027
15028         * src/grouplistdialog.c
15029                 bugfix when we refresh was clicked (bug 472701)
15030
15031 2001-10-19 [christoph]  0.6.3claws26
15032
15033         * src/compose.c
15034                 last header entry should default to "To:" or
15035                 "Newsgroups:" and not copy the last entry line
15036                 in a new compose window
15037                 (closes bug #472686, #470792)
15038
15039 2001-10-19 [paul]       0.6.3claws25
15040
15041         * sync with Sylpheed 0.6.3cvs8
15042                 see ChangeLog entries 2001-10-18 and 2001-10-19
15043
15044 2001-10-18 [christoph]  0.6.3claws24
15045
15046         * src/procmsg.c
15047                 reimplement ignore thread
15048         
15049 2001-10-18 [hoa]        0.6.3claws23
15050
15051         * src/folderview.c
15052         * src/grouplistdialog.[ch]
15053                 enhanced news subscription interface (feature 469113)
15054
15055         * src/news.c
15056         * src/news.h
15057                 enchanced newsgroup listing,
15058                 now, we can get groups informations
15059                 (NNTPGroupInfo)
15060
15061 2001-10-18 [paul]       0.6.3claws22
15062
15063         * src/summaryview.c
15064                 remove comment (sync with main branch)
15065         * src/mainwindow.c
15066                 fix 'Re-edit' bug in 'Message' menu
15067
15068 2001-10-17 [christoph]  0.6.3claws21
15069
15070         * src/compose.c
15071                 ignore empty or whitespace only header lines
15072
15073 2001-10-17 [paul]       0.6.3claws20
15074
15075         * sync with sylpheed 0.6.3cvs7
15076                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15077                 2001-10-17
15078
15079 2001-10-17 [darko]
15080
15081         * src/compose.c
15082                 wrap long lines without spaces
15083                 don't wrap URLs
15084
15085 2001-10-16 [paul]
15086
15087         * po/es.po, po/nl.po, po/pt_BR.po
15088                 updated by Ricardo Mones Lastra, Alfons,
15089                 and Fabio Junior Beneditto
15090
15091         * sylpheed-0.6.3claws released
15092
15093 2001-10-15 [melvin] 0.6.3claws18
15094
15095         * README.claws
15096                 added summary and detailed installation instructions
15097                 for spell checker
15098         * po/fr.po
15099                 Updated, corrected and completed french translation
15100
15101 2001-10-15 [hoa] 0.6.3claws17
15102         * src/grouplistdialog.c
15103                 we can choose the newsgroups to display with wildcards
15104
15105 2001-10-15 [christoph]  0.6.3claws16
15106
15107         * src/account.c
15108         * src/compose.c
15109         * src/prefs_folder_item.[ch]
15110                 applied wwp <subscript@free.fr>'s folder
15111                 default account patch
15112         * po/de.po
15113                 Fixed wrong translation
15114
15115 2001-10-13 [alfons, christoph, melvin]  
15116                         0.6.3claws15
15117
15118         solution #2 to solve MT-safety problems defers all GUI related calls
15119         to the main thread using a gtk_idle_add() callback. discussed on
15120         ircnet #sylpheed, with christoph spotting some issues with the
15121         original code, and melvin allowing us to lobotomize his sylpheed.
15122
15123         * src/syldap.[ch], src/main.c
15124                 fix race problem in ldap search thread by deferring GUI 
15125                 stuff to main thread using gtk_idle_add()
15126
15127 2001-10-13 [paul]       0.6.3claws14
15128
15129         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15130                 add Sergey's smtpcred.patch
15131                 adds separate username/password setting for SMTP Auth
15132                 needed by some servers
15133                 (closes feature request #471659)
15134
15135 2001-10-13 [paul]       0.6.3claws13
15136
15137         * src/pgptext.[ch] **NEW FILES**
15138         * src/Makefile.am, src/messageview.c, src/mimeview.c
15139                 decrypt ascii-armored gpg text embedded in
15140                 the message body.
15141                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15142
15143 2001-10-13 [christoph]  0.6.3claws12
15144
15145         * README.claws
15146                 some more details on default to and
15147                 feature requests
15148         * src/main.c
15149                 init glib threading when ldap is used
15150         * src/syldap.c
15151                 threading fixes
15152         * po/de.po
15153                 fixed a typo
15154
15155 2001-10-12 [paul]       0.6.3claws11
15156
15157         * src/prefs_common.[ch], src/rfc2015.c
15158                 enable ascii-armored gpg text to be embedded in the
15159                 message body, selectable through the 'Privacy'
15160                 preferences. Supports encrypting only.
15161                 Submitted by Ravemax <ravemax@dextrose.com>
15162
15163 2001-10-12 [paul]       0.6.3claws10
15164
15165         * sync with sylpheed 0.6.3cvs6
15166                 see ChangeLog entries 2001-10-11 and 2001-11-12
15167
15168         * src/folderview.c
15169                 incorporated mbox folders, scoring, and folder
15170                 properties into the sync
15171
15172 2001-10-12 [darko]      0.6.3claws9
15173
15174         * README.claws
15175                 describe quotation wrapping
15176         * src/compose.c
15177                 don't treat tab as space to calculate line length properly
15178
15179 2001-10-11 [alfons]
15180
15181         * README.claws
15182                 correct description of how to make new filtering system work,
15183                 add some other things
15184                 
15185         * src/syldap.c
15186                 remove sched_yield() (not necessary / unportable)
15187
15188 2001-10-11 [paul]       0.6.3claws8
15189
15190         * sync with sylpheed 0.6.3cvs3
15191                 see ChangeLog entry 2001-10-10
15192
15193 2001-10-10 [christoph]  0.6.3claws7
15194
15195         * .cvsignore
15196                 ignore 2 files created by newer autotools
15197         * src/prefs_folder_item.c
15198                 using table for widget alignment
15199                 fixed memory leak and broken octal display
15200         * src/filesel.c
15201                 fixed segfault caused by lost filename
15202                 workaround (closes bug #469551)
15203
15204 2001-10-10 [paul]       0.6.3claws6
15205
15206         * sync with sylpheed 0.6.3cvs2
15207                 see ChangeLog entries 2001-10-09 and 2001-10-10
15208
15209 2001-10-10 [darko]      0.6.3.claws5
15210
15211         * src/gtkstext.c
15212                 proper calculation of right margin if smart wrapping is enabled
15213         * src/compose.c
15214                 automatically wrap long lines if wrap quotation is enabled
15215
15216 2001-10-09 [alfons]     0.6.3.claws4
15217
15218         * src/summaryview.c
15219                 select correct row when deleting last row in the summary view (and
15220                 close bug "[ #469104 ] select second last in list when deleting")
15221
15222 2001-10-09 [paul]       0.6.3claws3
15223
15224         * sync with sylpheed 0.6.3cvs1
15225                 updated some autotool scripts
15226
15227 2001-10-09 [darko]      0.6.3claws2
15228
15229         * src/gtkstext.[ch]
15230                 new name and mark with Sylpheed comment
15231         * src/compose.c
15232                 smart quotation wrapping a-la VIM
15233
15234 2001-10-08 [paul]       0.6.3claws1
15235
15236         * sync with sylpheed 0.6.3 release
15237                 see ChangeLog entry 2001-10-08
15238
15239 2001-10-08 [paul]       0.6.2claws24
15240
15241         * src/summaryview.c
15242                 more sync with sylpheed 0.6.2cvs12
15243                 Fixed the bug that didn't select the last row correctly
15244
15245
15246 2001-10-07 [paul]       0.6.2claws23
15247
15248         * sync with sylpheed 0.6.2cvs12
15249                 see ChangeLog entry 2001-10-07
15250
15251 2001-10-06 [match]
15252         * src/jpilot.[ch]
15253                 enable jpilot to read unsynch'ed addresses.
15254
15255         * src/editldap_basedn.c
15256                 fix segfault when opening dialog.
15257
15258 2001-10-06 [alfons]     0.6.2.claws22
15259
15260         * src/summaryview.c
15261                 fix bug with summary view selecting last *inserted*
15262                 node instead of last *visible* node. remember we
15263                 work with a tree
15264
15265 2001-10-06 [paul]       0.6.2claws21
15266
15267         * po/pt_BR.po
15268                 updated translation, contains some fixes and new
15269                 translations, submitted by Gustavo Noronha Silva
15270                 <kov@debian.org>
15271
15272         * src/prefs_common.c
15273                 change 'each' to 'every' - fix dubious English
15274
15275         * sync with sylpheed 0.6.2cvs11
15276
15277 2001-10-05 [alfons]     0.6.2claws20
15278
15279         * src/mainwindow.[ch], src/folderview.c
15280                 make composite tool button switch between "Compose News"
15281                 and "Compose Mail" depending on selected folder
15282                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15283
15284 2001-10-05 [paul]       0.6.2claws19
15285
15286         * src/mainwindow.c, src/summaryview.c
15287                 fix 'Message/Reply to all', broken in last commit
15288
15289         * src/compose.c
15290                 fix X_BEENTHERE seg fault, thanks to Alfons
15291
15292 2001-10-04 [paul]       0.6.2claws18
15293
15294         * src/compose.[ch], src/mainwindow.c
15295                 make "Message/Reply" reply to mailing lists; matches
15296                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15297                 based on portions of the patch submitted by
15298                 Junichi Uekawa <dancer@netfort.gr.jp>
15299
15300 2001-10-04 [darko]      0.6.2claws17
15301
15302         * src/compose.c
15303                 better smart wrapping
15304         * src/gtkstext.[hc]
15305                 a function to make text buffer contiguous
15306
15307 2001-10-03 [paul]       0.6.2claws16
15308
15309         * sync with sylpheed 0.6.2cvs10
15310
15311 2001-10-02 [alfons]
15312
15313         * configure.in
15314         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15315                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15316                 references to chinese translations (hope someone picks up
15317                 this)
15318
15319 2001-10-02 [christoph]  0.6.2claws15
15320
15321         * src/compose.c
15322                 fixed non translated header bug
15323         * ChangeLog.claws
15324                 fixed wrong date in alfons last entry ;)
15325
15326 2001-10-02 [alfons]     0.6.2claws14
15327
15328         * src/compose.c, src/prefs_common.[ch]
15329                 add block cursor option
15330
15331 2001-10-02 [paul]       0.6.2claws13
15332
15333         * sync with sylpheed 0.6.2cvs9
15334
15335 2001-09-30 [paul]       0.6.2claws12
15336
15337         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15338                 updated translations
15339
15340         * po/POTFILES.in
15341                 add 'src/importldif.c'
15342
15343         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15344                 added eudora-to-vCard conversion tool
15345                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15346
15347         * sync with sylpheed 0.6.2cvs8
15348
15349 2001-09-30 [paul]
15350
15351         * sylpheed-0.6.2claws released
15352
15353 2001-09-27 [melvin]     0.6.2claws11
15354
15355         * src/gtkspell.c
15356                 fixed crash when using default path (introduced 
15357                 in 0.6.2claws10)
15358                 fixed tiny bug for initial suggestion mode
15359
15360 2001-09-27 [melvin]     0.6.2claws10
15361         
15362         * src/gtkspell.c
15363                 fixed bug where gtkpspell didn't set the path correctly
15364
15365         * README.claws
15366                 added a paragraph about spell checking
15367                 
15368
15369
15370 2001-09-27 [paul]       0.6.2claws9
15371
15372         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15373                 replace '// comments' with '/* comments */' to prevent
15374                 some compiler warnings 
15375
15376         * sync with sylpheed 0.6.2cvs6
15377
15378 2001-09-26 [alfons]     0.6.2claws8
15379
15380         * src/messageview.c
15381                 introduce return receipt request notification again,
15382                 which was lost because of other semantics in 
15383                 procheader_parse() (???)
15384
15385 2001-09-26 [christoph]  0.6.2claws7
15386
15387         * src/compose.c
15388                 replace comments for old code with #if 0
15389                 readded auto cc, bcc and reply-to
15390         * src/prefs_matcher.c
15391         * src/prefs_scoring.c
15392                 removed some definition (was moved to
15393                 prefs.h)
15394
15395 2001-09-26 [paul]       0.6.2claws6
15396
15397         * src/mainwindow.c
15398                 make 'Follow-up and reply to' sensitive
15399
15400         * more sync with sylpheed 0.6.2cvs5
15401
15402 2001-09-25 [melvin]
15403
15404         * 0.6.2claws5
15405
15406         * src/gtkspell.c
15407                 fixed bug for "US-ASCII" introduced by the encoding code
15408
15409 2001-09-25 [paul]
15410
15411         * 0.6.2claws4
15412
15413         * src/prefs_common.[ch], src/summaryview.c
15414                 'next unread msg' 'go to next folder?' dialog can be
15415                 given default behaviour, either always show dialog,
15416                 or assume 'yes', or assume 'no'
15417                 Submitted by wwp <subscript@free.fr>
15418
15419 2001-09-25 [melvin]
15420                 
15421         * src/compose.c src/gtkspell.[ch]
15422                 added support for different encodings
15423
15424 2001-09-25 [paul]
15425
15426         * more sync with sylpheed 0.6.2cvs5
15427
15428 2001-09-24 [alfons]
15429         
15430         * src/prefs_folder_item.c
15431                 add check for item->prefs->default_to string is NULL and
15432                 add another check when freeing this string
15433
15434 2001-09-24 [paul]
15435
15436         * configure.in
15437                 change to version 0.6.2claws3
15438
15439         * sync with sylpheed 0.6.2cvs5 
15440
15441 2001-09-24 [match]
15442         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15443                 import LDIF files.
15444         * src/addrcache.[ch], addrindex.[ch]
15445                 small update for future
15446         * src/addrbook.c
15447                 fix test XML file.
15448
15449 2001-09-24 [melvin]
15450         * src/gtkspell.[ch]
15451                 added 'Learn from mistakes' option
15452                 better handling of quotes in checked words
15453                 sorted dict list
15454         * po/fr.po
15455                 small update for spell checking stuff
15456
15457 2001-09-23 [alfons]
15458         
15459         * src/gtkspell.c
15460                 edit a little bit so it complies more with main coding style
15461
15462 2001-09-23 [alfons]
15463
15464         * src/folder.[ch], prefs_folder_item.c, compose.c
15465                 migrate "request return receipt" folder property
15466                 to folderlist.xml
15467
15468 2001-09-22 [alfons]
15469
15470         * README.claws **NEW**
15471                 (add things of interest for users of main branch 
15472                 and claws here)
15473
15474         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15475                 re-implement threading per folder option, but store 
15476                 the setting in folderlist.xml (where it belongs)
15477
15478 2001-09-21 [melvin]
15479
15480         * src/gtkspell.[ch]
15481                 fixed bug when compose window is under another window
15482         * src/prefs_common.[ch] src/compose.c
15483                 changed 'dictionary_path' to 'dictionary' to be consistent
15484                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15485         * ac/pspell.m4 src/Makefile.am 
15486                 dropped PSPELL_PATH macro
15487         * po/fr.po
15488                 updated translations
15489
15490 2001-09-21 [christoph]
15491
15492         * src/compose.c
15493                 added border around header fields
15494                 keep header type when new field is added
15495
15496 2001-09-20 [christoph]
15497
15498         * src/utils.[ch]
15499                 more portable debug_print with source filename
15500                 and linenumber
15501         * src/procmsg.c
15502                 more newlines after debug messages
15503
15504 2001-09-20 [paul]
15505
15506         * configure.in
15507                 change to version 0.6.2claws2
15508
15509         * sync with sylpheed 0.6.2cvs3
15510
15511 2001-09-19 [melvin]
15512
15513         * src/gtkspell.c
15514                 fixed the post-right-click focus pb
15515                 fixed crash when 'Spell check all' after dict change 
15516                         and when cursor is at the end of the text
15517                 shift-right-click pops up config menu even on misspelled words.
15518         * po/POTFILES.in
15519                 added gtkspell.c
15520
15521 2001-09-19 [melvin]
15522
15523         * src/about.c
15524                 added pspell to compiled-in features list
15525
15526 2001-09-18 [melvin]
15527
15528         * switched to pspell and dropped ispell
15529         * ac/pspell.m4
15530                 new file. autoconf macro for pspell
15531         * ac/Makefile.am 
15532         * configure.in acconfig.h
15533                 added pspell support
15534         * src/Makefile.am
15535         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15536         * src/prefs_common.[ch] 
15537                 added pspell support
15538
15539 2001-09-18 [christoph]
15540
15541         * src/addr_compl.c
15542         * src/template.[ch]
15543                 replace LOG_MESSAGE with debug_print
15544         * src/compose.[ch]
15545                 gui improvements
15546         * src/menu.c
15547                 added newline after debug message
15548         * src/utils.h
15549                 using __VA_ARGS__ for debug_print macro
15550         * tools/.cvsignore
15551                 ignore Makefile and Makefile.in
15552
15553 2001-09-18 [paul]
15554
15555         * configure.in
15556                 change to version 0.6.2claws1
15557         * sync with sylpheed 0.6.2cvs1
15558
15559         * src/matcher.c 
15560         * src/prefs_matcher.c
15561                 add 'score equal to' option, submitted by
15562                 Paul Evans <nerd@freeuk.com>
15563
15564 2001-09-15 [christoph]
15565
15566         * src/mainwindow.c
15567                 comment out menu entry not existing in claws
15568         * src/menu.c
15569                 add debug output for non existing menu entries
15570         * src/summaryview.c
15571                 fix next/prev unread message for ignored threads
15572         * src/utils.[ch]
15573                 add sourcefile and line number to debug output
15574                 otherwise it is sometimes hard to find the
15575                 source code part if debug messages are translated
15576
15577 2001-09-14 [darko]
15578         
15579         * src/folderview.c
15580                 refresh target folder style after colour is changed
15581
15582 2001-09-13 [paul]
15583
15584         * configure.in
15585                 change to version 0.6.1claws3
15586
15587         * sync with sylpheed 0.6.1cvs6
15588
15589 2001-09-13 [darko]
15590         
15591         * src/folderview.c
15592                 fix target folder colourization to use user selected colour
15593
15594 2001-09-12 [darko]
15595         
15596         * src/summaryview.c
15597                 fix crash when message that is marked for copy/move is unmarked
15598
15599 2001-09-09 [paul]
15600
15601         * configure.in
15602                 change to version 0.6.1claws2
15603
15604         * sync with sylpheed 0.6.1cvs3
15605
15606 2001-09-09 [alfons]
15607         
15608         * src/folderview.c
15609                 fix bug with default font used for trash folder text
15610
15611 2001-09-06 [paul]
15612
15613         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15614                 updated translations
15615
15616         * configure.in
15617                 change to version 0.6.1claws1
15618
15619         * sync with sylpheed 0.6.1cvs2
15620
15621 2001-09-03 [paul]
15622
15623         * po/POTFILES.in
15624                 add Match's new addressbook
15625
15626         * po/de.po
15627                 updated translation submitted by Jens Oberender
15628
15629 2001-09-02 [paul]
15630
15631         * configure.in
15632                 change to 0.6.1claws
15633         * sync with sylpheed 0.6.1 release
15634
15635 2001-09-02 [paul]
15636
15637         * configure.in
15638                 change to 0.6.0claws2
15639
15640         * sync with sylpheed 0.6.0cvs4
15641
15642         * po/pt_BR.po
15643                 updated translation submitted by Fabio Junior Beneditto
15644
15645 2001-09-01 [match]
15646         * pixmaps/
15647                 interface.xpm
15648                 book.xpm
15649                 address.xpm
15650         * src/
15651                 Makefile.am
15652                 a ton of new files
15653
15654 2001-08-31 [paul]
15655
15656         * configure.in
15657                 change to version 0.6.0claws1
15658
15659         * sync with sylpheed 0.6.0cvs1
15660
15661         * po/es.po
15662                 updated translation submitted by Ricardo Mones Lastra
15663
15664         * po/POTFILES.in
15665                 add 'src/prefs_templates.c'
15666
15667         * src/compose.c, src/summaryview.c
15668                 fix segfault on 'Re_edit'               
15669
15670 2001-08-30 [alfons]
15671
15672         * configure.in, Makefile.am
15673         * tools/Makefile.am
15674                 add tools directory to source distribution
15675
15676 2001-08-30 [paul]
15677
15678         * configure.in
15679                 change to version 0.6.0claws
15680
15681         * sync with sylpheed 0.6.0 release
15682
15683 2001-08-30 [christoph]
15684
15685         * configure.in
15686                 removed autoconf version check
15687
15688 2001-08-30 [paul]
15689
15690         * src/account.c, src/compose.c, src/prefs_common.[ch]
15691         * src/procheader.[ch] src/utils.[ch]
15692                 Enhanced automatic account selection on replies
15693                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15694
15695         * configure.in
15696                 add LDAP and JPilot to the configuration results output.
15697
15698 2001-08-29 [christoph]
15699
15700         * src/summeryview.c
15701                 no bold font for ignored threads
15702
15703 2001-08-29 [paul]
15704
15705         * configure.in
15706                 change to version 0.5.3claws6
15707
15708         * sync with sylpheed 0.5.3cvs10
15709                 src/stringtable.[ch]: New Files
15710
15711         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15712         * src/pixmaps/sylpheed.xpm
15713                 add mini-icons to windows (by Alfons)
15714
15715 2001-08-27 [paul]
15716
15717         * src/mainwindow.c
15718                 new functions: next_labeled_cb(), prev_labeled_cb()
15719
15720         * src/summaryview.c
15721                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15722                 summary_select_next_labeled(), summary_select_prev_labeled()
15723
15724         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15725                 give claws blue folders and a blue trash can
15726
15727 2001-08-27 [paul]
15728
15729         * configure.in
15730                 change to version 0.5.3claws5
15731
15732         * sync with sylpheed 0.5.3cvs9
15733                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15734
15735 2001-08-24 [christoph]
15736
15737         * src/filesel.c
15738                 keep filename when browsing directories
15739                 (not working for user entered filename, but
15740                  for default name and selected filename from
15741                  file list)
15742         * src/mainwindow.c
15743                 fixed wrong spelling "Folllow-up"
15744         * src/mbox_folder.c
15745         * src/procmsg.c
15746         * src/summaryview.c
15747                 fixed new/unread message count with ignored
15748                 threads (2 commits, first didn't notice no
15749                 longer needed decreasing)
15750         * src/inc.c
15751                 readded scrolling of progress dialog
15752                 (lost in sync)
15753
15754 2001-08-24 [paul]
15755
15756         * configure.in
15757                 change to 0.5.3claws4
15758
15759         * sync with sylpheed 0.5.3cvs7
15760
15761 2001-08-24 [christoph]
15762
15763         * src/compose.c
15764                 set request return receipt when replying
15765                 if it is set is the folder prefs of the
15766                 message
15767         * src/inc.c
15768                 disable final error popup if popups are
15769                 disabled in config (again)
15770
15771 2001-08-23 [paul]
15772
15773         * configure.in
15774                 Change version number to 0.5.3claws3
15775
15776         * sync with sylpheed 0.5.3cvs5
15777
15778         * src/mimeview.c
15779                 double quote '%s' in 'gedit %s' to fix bug when
15780                 opening attachment with spaces in the name
15781
15782 2001-08-22 [alte]
15783         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15784           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15785                 initial message templates support
15786
15787
15788 2001-08-22 [paul]
15789
15790         * configure.in
15791                 change version number to 0.5.3claws2
15792
15793         * sync with sylpheed 0.5.3cvs4
15794
15795         * src/procmsg.h src/summaryview.c
15796                 re-implement (un)ignore thread
15797
15798 2001-08-21 [paul]
15799
15800         * src/summaryview.c
15801                 remove unnecessary code
15802         * src/compose.c
15803                 enable 'dynamic' signatures (submitted by
15804                 Eric Limpens <eric@hscg-internet.nl>)
15805
15806 2001-08-21 [paul]
15807
15808         clean up after sync with sylpheed 0.5.3 release
15809
15810         * src/folderview.c
15811                 fix re-introduced font mess, see Christoph's
15812                 entry 2001-06-24
15813
15814         * src/summaryview.c
15815                 remove prev_msgnum
15816                 use sylpheed's small font instead of
15817                 gtk default font for summary view
15818
15819
15820 2001-08-17 [paul]
15821
15822         * configure.in
15823                 add pl to ALL_LINGUAS - sync with main branch
15824
15825         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15826                 Updated. Translations by Jens Oberender, Ricardo Mones
15827                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15828
15829         * po/pl.po  ** NEW FILE **
15830                 sync with the main branch
15831
15832         * src/folderview.c
15833                 fix target folder colorizing and refresh problem
15834
15835
15836 2001-08-17 [christoph]
15837
15838         * src/mainwindow.c
15839                 claws uses 4 colors for target folder coloring.
15840                 arrays were not long enough and destroyed the
15841                 stack causing a segfault.
15842                 target folder colorizing does not work anymore
15843                 for me
15844
15845 2001-08-16 [paul]
15846
15847         * configure.in
15848                 change to version 0.5.3claws1
15849
15850         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15851           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15852           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15853
15854                 sync with sylpheed 0.5.3 release, but keep claws method of
15855                 configuring/saving fonts
15856
15857         * src/addressbook.[ch]
15858                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15859                 in line with a similar change in Hiroyuki's branch
15860
15861         * src/mainwindow.[ch]
15862                 disable main_window_set_thread_option()
15863         * src/prefs_folder_item.c
15864                 comment out &tmps_prefs.enable_thread,
15865         * src/mbox_folder.c, src/procmsg.[ch]
15866                 comment out MSG_IS_IGNORE_THREAD
15867         * src/summaryview.c
15868                 comment out summary_ignore_thread() and summary_unignore_thread()
15869                 comment out MSG_IS_IGNORE_THREAD
15870
15871                 use Hiroyuki's threading instead.
15872
15873
15874
15875 2001-08-15 [paul]
15876
15877         * src/account.c
15878                 use Hiroyuki's 0.5.3 column scheme but also
15879                 include the enable/disable button.
15880         * src/pixmaps/mark.xpm
15881                 add Hiroyuki's amended pixmap
15882
15883 2001-08-13 [christoph]
15884
15885         * src/account.c
15886                 receive at get all column showed wrong state for APOP
15887                 button should only work for POP3 and APOP accounts
15888         * src/prefs_account.c
15889                 added missing preprocessor statement for SSL
15890
15891 2001-08-12 [paul]
15892
15893         * src/account.[ch]
15894                 add 'receive at get all' column and enable/disable
15895                 button.
15896
15897 2001-08-06 [christoph]
15898
15899         * src/account.c
15900                 show usage of SSL in protocol column
15901
15902         * src/imap.c
15903         * src/inc.c
15904                 renamed ssl options
15905
15906         * src/prefs_account.[ch]
15907                 moved ssl options to a new page
15908
15909         * src/send.c
15910         * src/smtp.c
15911         * src/ssl.[ch]
15912                 renamed ssl options
15913                 added support for SMTP STARTTLS command
15914
15915 2001-08-05 [christoph]
15916
15917         * configure.in
15918                 debian autoconf needs version check to find
15919                 correct autoconf version. if the file is
15920                 named configure.in 2.13 is used, which does
15921                 not work with this configure.in script.
15922                 other solution would be to rename the script
15923                 to configure.ac as suggested in the autoconf
15924                 manual.
15925
15926         * src/inc.c
15927                 disable final error popup if popups are
15928                 diabled in config
15929
15930         * src/socket.c
15931                 bugfix in ssl_gets
15932                 fixes IMAP over SSL problem
15933
15934 2001-08-03 [paul]
15935
15936         * configure.in
15937                 change to 0.5.2claws1
15938
15939         * sync with sylpheed 0.5.2cvs1
15940
15941 2001-08-02 [alfons]
15942
15943         * configure.in
15944                 quick fix for ispell detection...
15945
15946 2001-08-01 [paul]
15947
15948         * configure.in
15949                 change to 0.5.1claws4
15950
15951         * sync with sylpheed 0.5.1cvs7
15952
15953 2001-07-31 [alfons]
15954
15955         * src/prefs_common.c, src/prefs_common.h, 
15956           src/gtkspell.c, src/gtkspell.h
15957                 add global spelling checker settings (compose tab) +
15958                 selection of dictionary 
15959           
15960         * configure.in  
15961                 guess valid ispell location
15962
15963 2001-07-31 [paul]
15964
15965         * po/POTFILES.in
15966                 removal of 'src/quote_fmt_parse.c'
15967         * po/de.po
15968                 Updated de.po
15969                 (submitted by Jens Oberender <didge@suse.de>)
15970
15971 2001-07-31 [darko]
15972
15973         * src/folder.[ch]
15974         * src/folderview.[ch]
15975         * src/mainwindow.c
15976         * src/mh.c
15977         * src/prefs_common.[ch]
15978         * src/summaryview.c
15979                 target folder colourization
15980
15981 2001-07-30 [paul]
15982
15983         more sync with Sylpheed 0.5.1cvs6 
15984
15985 2001-07-30 [darko]
15986
15987         * src/mh.c
15988         * src/prefs_folder_item.[hc]
15989         * src/summaryview.c
15990                 shared folders support with a GUI
15991
15992 2001-07-29 [paul]
15993
15994         0.5.1claws3
15995
15996         * sync with Sylpheed 0.5.1cvs6
15997
15998 2001-07-29 [paul]
15999
16000         * po/pt_BR.po
16001                 updated
16002                 (submitted by Fabio Junior Beneditto)
16003
16004 2001-07-28 [paul]
16005
16006         * src/procmime.c
16007         * AUTHORS
16008                 patch to correct bad image mime headers
16009                 (submitted by Don Quijote <dq@searchlores.org>)
16010
16011 2001-07-28 [paul]
16012
16013         * tools/gif2xface.pl   **NEW FILE**
16014         * tools/README
16015                 script to convert file.gif to file.xface for
16016                 use in a custom header.
16017                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16018
16019 2001-07-27 [alfons]
16020         
16021         * configure.in
16022                 change macros for detecting JPilot and LDAP
16023
16024 2001-07-27 [christoph]
16025
16026         * src/filtering.c
16027                 code cleanup (MIN / MAX warning, needed casting)
16028
16029 2001-07-27 [alfons]
16030
16031         * procheader.c
16032                 disallow setting flags when detecting certain headers
16033                 (X-Status, Status, Seen, X-Seen). 
16034         
16035         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16036
16037 2001-07-27 [christoph]
16038
16039         * src/prefs_filter.c
16040         * src/prefs_filtering.c
16041         * src/prefs_matcher.c
16042         * src/prefs_scoring.c
16043                 scroll list when moving rows up or down
16044
16045         * src/imap.c
16046         * src/imap.h
16047         * src/prefs_account.c
16048         * src/prefs_account.h
16049         * src/send.c
16050                 SMTP over SSL (untested, feedback requested)
16051                 IMAP over SSL
16052
16053         * src/ssl.c
16054                 code cleanup
16055
16056 2001-07-26 [alfons]
16057         
16058         * configure.in, acconfig.h
16059                 define CLAWS (need this for main / claws detection)
16060
16061 2001-07-25 [alfons]
16062
16063         * configure.in
16064                 Sylpheed 0.5.1claws2
16065                 
16066         * sync with Sylpheed 0.5.1cvs4
16067
16068 2001-07-25 [christoph]
16069
16070         * src/scoring.c
16071                 fixed segfault
16072                 item->prefs == NULL (don't know why)
16073
16074 2001-07-25 [alfons]
16075
16076         * configure.in
16077                 Sylpheed 0.5.1claws1
16078
16079         * sync with Sylpheed 0.5.1cvs1-3
16080
16081 2001-07-24 [christoph]
16082
16083         * src/folderview.c
16084         * src/prefs_folder_item.[ch]
16085                 added folderitem preferences dialog with
16086                 default To: and auto request return receipt
16087
16088         * src/compose.[ch]
16089         * src/menu.[ch]
16090                 changes to handle new folderitem preferences
16091
16092         * src/mainwindow.c
16093         * src/summaryview.c
16094                 call compose new mail with current folderitem
16095
16096 2001-07-24 [alfons]
16097
16098         Release Sylpheed 0.5.1claws
16099
16100         * configure.in
16101                 change to release version 0.5.1claws
16102
16103 2001-07-24 [christoph]
16104
16105         * src/summaryview.c
16106                 fixed segfault that happend when the selected
16107                 message was removed while retrieving new messages.
16108
16109         * po/es.po
16110                 updated translation
16111                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16112
16113 2001-07-22 [alfons]
16114
16115         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16116         this is a work in progress, for more information: http://nlpagan.net/sylman 
16117         
16118         * configure.in, src/mainwindow.c, manual/Makefile.am
16119                 add support for English manual
16120
16121         * AUTHORS
16122                 add authors of user manuals
16123
16124         * manual/en/sylpheed*.html
16125                 add English documentation
16126
16127 2001-07-22 [christoph]
16128
16129         * po/POTFILES.in
16130                 added src/ssl.c
16131         * src/ssl.c
16132                 changed a wrong debug message
16133
16134 2001-07-22 [alfons]
16135
16136         * po/nl.po
16137                 update Dutch translation
16138
16139         * src/prefs_filtering.c, 
16140           src/prefs_matcher.c
16141                 add more translatable strings           
16142
16143 2001-07-21 [alfons]
16144
16145         0.5.0claws7
16146
16147         * configure.in
16148                 change version
16149
16150         * src/inc.c, src/summaryview.[ch]
16151                 prevent update of mark file when filtering has done, by
16152                 using a variable; this affects two functions:
16153                         inc.c::inc_finished()
16154                         summaryview.c::summary_show()
16155
16156 2001-07-20 [alfons]
16157
16158         * src/filtering.[ch], src/prefs_filtering.c, 
16159           src/matcher.[ch]
16160                 add filtering action for label coloring 
16161
16162         * po/POTFILES.in
16163                 add labelcolors.c
16164
16165         * added src/labelcolors.c
16166         * added src/labelcolors.h
16167         * src/Makefile.am, src/summaryview.c
16168                 rearrange label coloring code
16169
16170         * src/procmsg.h
16171                 add more parentheses so label colouring works correctly
16172
16173         * src/filtering.c
16174                 don't really delete message, but move it to Trash
16175
16176         * src/prefs_matcher.c
16177                 add quote options to info dialog
16178
16179 2001-07-20 [christoph]
16180
16181         * src/Makefile.am
16182         * src/inc.c
16183         * src/main.[ch]
16184         * src/socket.h
16185         * src/ssl.[ch] (new)
16186                 moved ssl stuff to a seperate file
16187
16188 2001-07-20 [darko]
16189
16190         * src/summaryview.c
16191                 fix show sender using address book with no e-mail
16192                 address in From: field
16193
16194 2001-07-19 [alfons]
16195
16196         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16197                 fix messy handling of escaping... now at least the
16198                 execute command is useful. escape char is '\', we
16199                 accept \n and \r too. 
16200
16201                 Real life example:
16202                 
16203                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16204                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16205
16206 2001-07-18 [alfons]
16207
16208         0.5.0claws6
16209
16210         * src/summaryview.c
16211                 clean up
16212
16213         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16214           src/procmsg.[ch]
16215                 revise filtering; currently move, copy, marking have
16216                 been tested. if you like bleeding edge stuff, you
16217                 should definitely go for this version :)
16218
16219         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16220
16221 2001-07-17 [christoph]
16222
16223         * src/utils.c
16224                 timestamp log
16225
16226 2001-07-17 [alfons]
16227
16228         0.5.0claws5
16229
16230         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16231           bits in the mark file, without affecting either branch. Lots of
16232           files changed, also in claws branch.
16233
16234           UNTESTED: use of mbox folders
16235
16236         * src/summaryview.c
16237                 added mark all read; however this was a quick hack used for
16238                 cleaning up mess after initial merge with Hiroyuki
16239
16240         * configure.in
16241                 change claws version number back to 0.5.0claws5 to clear up 
16242                 confusion & pretension (recent release was technically 
16243                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16244
16245 2001-07-16 [alfons]
16246
16247         sync with Hiroyuki's 0.5.0cvs4
16248
16249 2001-07-16 [alfons]
16250
16251         0.5.1claws3
16252
16253         * src/filtering.[ch]
16254                 remove invalid updating of mark files for 
16255                 filter actions MATCHING_ACTION_MOVE and 
16256                 MATCHING_ACTION_DELETE; this should fix the
16257                 folder update bug
16258                 
16259         * src/procmsg.c
16260                 revert Christoph's stab at fixing the folder 
16261                 update bug
16262
16263         * po/POTFILES.in
16264                 add missing files with translatable strings
16265
16266         * src/summaryview.c
16267                 remove debug print
16268
16269 2001-07-15 [alfons]
16270
16271         * src/addr_compl.[ch], src/prefs_filtering.c
16272                 make "filtering pref dialog's destination entry" an
16273                 "address completable entry", if filter destination is 
16274                 an email address
16275
16276         0.5.1claws2
16277         
16278         sync with Hiroyuki's 0.5.0cvs2-3
16279
16280 2001-07-15 [christoph]
16281
16282         * src/procmsg.c
16283                 fixed folder stats update after incorporation
16284
16285 2001-07-15 [alfons]
16286
16287         * src/summaryview.c
16288                 * finish label colouring stuff (for now)
16289                 * fix incorrect colour bug (off by one) 
16290
16291 2001-07-14 [alfons]
16292
16293         * src/mainwindow.c
16294                 change text labels for news and mail message so there's
16295                 plenty of toolbar estate left
16296
16297         * configure.in
16298                 0.5.1claws1
16299
16300         * src/folderview.c
16301           src/folder.[ch]
16302                 sync with Hiroyuki's 0.5.0cvs1
16303
16304         * src/summaryview.c
16305                 more rewrite label colouring
16306
16307 2001-07-14 [alfons]
16308
16309         * src/summaryview.[ch]
16310                 * start rewrite label colouring 
16311                 * fix proper location "Add Sender To Addressbook" menu item
16312
16313 2001-07-13
16314
16315         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16316         (actually this is 0.5.0claws4)
16317
16318 2001-07-13 [alfons]
16319
16320         * po/pt_BR.po
16321                 * fix duplicate message
16322                 * add updated Portugese / Brazilian translation
16323                   submitted by Fabio Junior Beneditto
16324
16325 2001-07-12 [alfons]
16326
16327         * AUTHORS
16328                 add Jens
16329
16330         * po/nl.po
16331                 add updated Dutch translation
16332
16333         * po/de.po
16334                 add updated German translation submitted by Jens
16335
16336 2001-07-11 [alfons]
16337
16338         Prerelease before 0.5.0claws. Please test.
16339         This version is temporarily tagged as VERSION_0_5_0_TEST
16340
16341         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16342           src/prefs_scoring.c, src/prefs_matcher.c, 
16343           src/prefs_filtering.c, src/mbox.c, 
16344           src/main.c, src/inc.c, src/filtering.[ch]
16345                 revert new Hoa's new matcher (does not work yet)
16346
16347         * src/Makefile.am
16348                 clean up
16349
16350 2001-07-10
16351
16352         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16353
16354
16355 2001-07-10 [alfons]
16356
16357         * Makefile.am
16358                 add ChangeLog.claws to EXTRA_DIST
16359         * src/Makefile.am
16360                 add matcher_parser_parse.h to EXTRA_DIST
16361
16362 2001-07-10 [christoph]
16363
16364         * src/inc.c
16365                 add destination folder to table of
16366                 folders that need to be updated after
16367                 incorporation
16368
16369 2001-07-10 [alfons]
16370
16371         * folder.[ch]
16372           folderview.c
16373                 make collapse state of folders and folder items persistent, i.e.
16374                 if you collapse a folder tree, the next time sylpheed-claws starts 
16375                 up the folder tree remains collapsed.  
16376                 
16377 2001-07-10 [christoph]
16378
16379         * acconfig.h
16380         * configure.in
16381                 added --enable-ssl
16382         * src/md5.[ch]
16383                 renamed MD5_CTX to MD5_CTX_syl
16384                 conflicts with a struct in openssl
16385         * src/inc.c
16386         * src/main.[ch]
16387         * src/prefs_account.[ch]
16388         * src/socket.[ch]
16389                 SSL support for POP
16390         * src/mainwindow.c
16391                 fixed compose with current account
16392                 broken by new compose button stuff
16393
16394 2001-07-09 [hoa]
16395
16396         * AUTHORS
16397                 changed my email address
16398
16399         * src/matcher_parser_parse.y
16400                 clean the parser to remove conflicts
16401
16402 2001-07-09 [alfons]
16403
16404         * AUTHORS
16405                 add Match Grun
16406
16407         * configure.in
16408                 fix incorrect description of --enable-ldap parameter
16409
16410         * src/prefs_common.[ch]
16411           src/compose.c
16412                 add experimental option "smart wrapping" which makes the
16413                 compose editor auto wrap.
16414                 
16415                 | TODO: the problem with the buggy cursor handling is caused |
16416                 | by the GtkText. when deleting / backspacing text its       |
16417                 | wrapping algorithm does not take in account the previous   |
16418                 | line. should find a way to hack this in.                   |
16419                 | or should perhaps combine this with the word wrapping      |
16420                 | patch i wrote in january.                                  |
16421
16422         * src/about.c
16423                 show build parameters for LDAP and JPilot
16424
16425         * src/summaryview.c
16426                 revert Christoph's bugfix for selecting next unread message, 
16427                 because folder stats aren't updated correctly
16428
16429 2001-07-08 [hoa]
16430
16431         * src/filtering.c
16432         * src/mainwindow.c
16433         * src/matcher.c
16434         * src/matcher_parser_lex.l
16435         * src/matcher_parser_parse.y
16436         * src/prefs_filtering.c
16437         * src/prefs_scoring.c
16438         * src/scoring.c
16439                 bugfix of the config file parser
16440
16441 2001-07-08 [alfons]
16442
16443         * src/Makefile.am
16444                 added generated matcher sources to BUILT_SOURCES
16445
16446 2001-07-08 [hoa]
16447
16448         * src/Makefile.am
16449         * src/.cvsignore
16450                 added new config file parser
16451
16452         * src/scoring.[ch]
16453         * src/filtering.[ch]
16454         * src/matcher.[ch]
16455         * src/prefs_filtering.c
16456         * src/prefs_matcher.c
16457         * src/prefs_scoring.c
16458         * added src/matcher_parser.h
16459         * added src/matcher_parser_lex.h
16460         * added src/matcher_parser_lex.l
16461         * added src/matcher_parser_parse.y
16462                 lex & yacc config file parser
16463
16464         * src/mbox.c
16465         * src/inc.c
16466         * src/main.c
16467                 changes prefs_filtering into global_filtering           
16468
16469         * src/summaryview.c
16470                 build threads with subjects only if "Re: " is at the
16471                 beginning of the subject
16472
16473 2001-07-07 [paul]
16474
16475         0.5.0claws
16476
16477         sync with sylpheed 0.5.0
16478                 change of version number only
16479
16480 2001-07-06 [paul]
16481
16482         0.5.0claws5
16483
16484         sync with sylpheed 0.5.0pre5
16485
16486 2001-07-05 [paul]
16487
16488         sync with sylpheed 0.5.0pre4 release
16489                 /po and /manual/ja not sync'ed
16490
16491 2001-07-04 [paul]
16492
16493         more sync with sylpheed 0.5.0pre4
16494
16495 2001-07-03 [christoph]
16496
16497         * src/addressbook.c
16498                 fixed address book broken by address book
16499                 for VCard, JPilot, LDAP
16500
16501 2001-07-03 [alfons]
16502
16503         * src/matcher.c
16504         * src/textview.c
16505                 stopped memory leaks
16506
16507 2001-07-03 [paul]
16508
16509         more sync with sylpheed 0.5.0pre4
16510
16511 2001-07-02 [match]
16512
16513         * included address book patch for VCard, JPilot, LDAP
16514         * pref_common.c - fixed Font options on Display tab (cosmetic)
16515         * alertpanel.c - fixed truncated message
16516
16517 2001-07-02 [christoph]
16518
16519         * src/mbox_folder.c
16520         * src/procmsg.[ch]
16521         * src/summaryview.c
16522                 mark threads for ignoring
16523
16524 2001-07-02 [paul]
16525
16526         0.5.0claws4
16527
16528         * sync with sylpheed 0.5.0pre4
16529                 updated gettext to 0.10.38.
16530
16531 2001-07-01 [paul]
16532
16533         * src/ mainwindow.c
16534         * src/procmsg.h
16535         * src/summaryview.[ch]
16536                 new right-click option: Label.
16537                 substitute for 'Mark-->Mark/Unmark', colours the line.
16538                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16539
16540 2001-07-01 [christoph]
16541
16542         * src/folderview.c
16543                 fixed font for trash
16544         * src/summaryview.c
16545                 move ctree to unread message
16546
16547 2001-07-01 [paul]
16548
16549         * sync with sylpheed 0.5.0pre3 release
16550
16551 2001-06-30 [alfons]
16552
16553         * src/filesel.[ch]
16554         * src/compose.c
16555                 allow inserting / attaching multiple files in
16556                 the composer window
16557
16558 2001-06-30 [paul]
16559
16560         * src/codeconv.c
16561                 small change to Alfons' previous stuff so that it
16562                 actually makes
16563
16564 2001-06-30 [alfons]
16565
16566         * lots of files changed; first attempt to merge the changes
16567           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16568
16569 2001-06-30 [paul]
16570
16571         * po/pt_BR.po
16572                 updated and completed, translations by Fabio
16573                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16574
16575 2001-06-29 [alfons]
16576
16577         * src/compose.c
16578         * src/mimeproc.[ch]
16579                 allow selecting an attached files' mime type from a 
16580                 list of types.
16581
16582 2001-06-29 [paul]
16583
16584         * more sync with sylpheed 0.5.0pre3
16585
16586 2001-06-29 [paul]
16587
16588         * po/pt_BR.po
16589                 merge with sylpheed.pot and pt_BR.po provided by
16590                 Fabio Junior Beneditto.
16591
16592 2001-06-29 [darko]
16593
16594         * src/procmime.c
16595                 make MIME types case insensitive
16596
16597 2001-06-28 [alfons]
16598
16599         * po/nl.po
16600                 merge with sylpheed.pot and old nl.po; translations added.
16601
16602 2001-06-28 [paul]
16603
16604         * more sync with sylpheed 0.5.0pre3
16605
16606 2001-06-27 [alfons]
16607
16608         * src/summaryview.c
16609                 don't crash when removing parent node of messages
16610                 attracted by subject. this was caused by not deleting
16611                 the parent node from the subject line hash table.
16612
16613 2001-06-27 [alfons]
16614
16615         * src/summaryview.c
16616         * src/compose.[ch]
16617         * src/mainwindow.c
16618                 if there are multiple messages selected, allow forwarding
16619                 them as attachments.
16620
16621 2001-06-27 [paul]
16622
16623         * more sync with sylpheed 0.5.0pre3
16624
16625 2001-06-26 [paul]
16626
16627         0.5.0claws3
16628
16629         * sync with sylpheed 0.5.0pre3
16630
16631 2001-06-25 [paul]
16632
16633         * src/mainwindow.c
16634                 fixed 'compose news article' bug
16635                 from icon-and-text toolbar
16636
16637 2001-06-25 [paul]
16638
16639         * sync with sylpheed 0.5.0pre2 release
16640
16641 2001-06-24 [christoph]
16642
16643         * src/prefs_common.c
16644                 bug fix in font selection
16645         * src/folderview.c
16646                 use sylpheed's normal font instead of
16647                 gtk default font for folders without
16648                 new messages
16649
16650 2001-06-24 [alfons]
16651
16652         * src/mainwindow.[ch]
16653                 added composite compose mail / news button (an idea by Leandro
16654                 Pereira <leandro@linuxmag.com.br>)
16655
16656 2001-06-24 [paul]
16657
16658         Added instructions for ldif-to-xml.py
16659
16660         * tools/README
16661
16662 2001-06-23 [alfons]
16663
16664         Some minor things.
16665
16666         * src/pixmaps/stock_news_compose.xpm
16667                 added pixmap by Leandro
16668         * src/prefs_common.c
16669                 tested built-in spelling checker of GCC 3.0 :)
16670         * po/nl.po
16671                 merged dutch translation of sylpheed-main with
16672                 sylpheed.pot
16673
16674 2001-06-23 [paul]
16675
16676         Added tools directory and files.
16677
16678         * tools/filter_conv.pl
16679                 converts old filter system to new filtering system
16680         * tools/ldif-to-xml.py
16681                 converts netscape addressbook to sylpheed addressbook
16682         * tools/README
16683                 descriptions/instructions for above two files
16684
16685 2001-06-23 [christoph]
16686
16687         * src/inc.c
16688         * src/manage_window.[ch]
16689         * src/prefs_common.[ch]
16690                 mail retrieval dialog can be enabled, disabled
16691                 or hidden if non of sylpheed's windows is active
16692
16693 2001-06-22 [paul]
16694
16695         0.5.0claws2
16696
16697         * sync with sylpheed 0.5.0pre2
16698
16699 2001-06-21 [christoph]
16700
16701         * src/summaryview.c
16702                 show recipient on 'from' for all accounts
16703                 
16704         * src/inc.c
16705         * src/prefs_common.[ch]
16706                 disable error popup on mail receive errors
16707
16708 2001-06-21 [alfons]
16709
16710         * src/compose.c
16711                 made the ruler correctly appear and disappear.
16712
16713         * src/Makefile.am
16714                 removed Hoa's work-in-progress-stuff (interesting!) so 
16715                 claws compiles ok.
16716
16717 2001-06-20 [christoph]
16718
16719         * src/inc.c
16720         * src/progressdialog.c
16721                 added scrolled window for list in progressdialog
16722
16723 2001-06-20 [paul]
16724
16725         sync with sylpheed 0.5.0pre1 release
16726
16727 2001-06-20 [christoph]
16728
16729         * src/summeryview.c
16730                 make building threads by subject work when
16731                 thread view is enabled
16732                 
16733         * src/compose.c
16734         * src/prefs_common.[ch]
16735                 automatically select account for mail replys
16736
16737 2001-06-19 [sergey]
16738
16739         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16740         they are filled in from the account settings.
16741
16742 2001-06-19 [paul]
16743
16744         * more sync with sylpheed 0.5.0pre1
16745
16746 2001-06-18 [alfons]
16747
16748         * src/Makefile.am,
16749           src/procmime.c
16750                 added --sysconfdir to CPPFLAGS for pointing to the correct
16751                 location of mime.types. 
16752
16753                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16754                 or ./configure!
16755
16756 2001-06-18 [hoa]
16757
16758         * src/summaryview.c
16759                 fixed some bug when building threads
16760
16761 2001-06-18 [pau]l
16762
16763         * src/prefs_account.c
16764                 UI stuff: More changes to the English
16765
16766 2001-06-18 [paul]
16767
16768         * src/pixmaps/stock_news_compose.xpm: new file
16769         * src/Makefile.am
16770         * src/mainwindow.c
16771         * src/summaryview.c
16772                 Added new icon for Hoa's 'compose a news
16773                 message', plus minor improvements to the
16774                 English
16775
16776         * po/ja.po
16777         * ChangeLog
16778         * ChangeLog.jp
16779                 more sync with sylpheed 0.5.0pre1
16780
16781 2001-06-18 [hoa]
16782
16783         * src/compose.[ch]
16784         * src/mainwindow.c
16785                 Follow-up and reply to
16786
16787         * src/summaryview.[ch]
16788                 Build threads also with subjects
16789
16790 2001-06-17 [hoa]
16791
16792         * src/compose.c
16793                 forwarding use the current account.
16794
16795         * src/mainwindow.c
16796                 the "compose message" button has been replaced with
16797                 "new mail" and "new news" buttons
16798
16799         * src/prefs_common.[ch]
16800                 added a configuration option to use the forward button
16801                 as "forward as attachment"
16802                 changed reply and forward format description
16803
16804         * src/quote_fmt_lex.l
16805         * src/quote_fmt_parse.y
16806                 added message with no signature in format for reply
16807                 and forward.
16808
16809 2001-06-17 [paul]
16810
16811         Minor UI stuff
16812
16813         * src/mainwindow.c
16814         * src/summaryview.c
16815                 Improvements to the English
16816
16817         * src/prefs_common.c
16818                 Improvements to the English and some
16819                 clarity/continuity improvements in the
16820                 description of Quote symbols.
16821
16822 2001-06-17 [paul]
16823
16824         0.5.0claws1
16825
16826         * sync with sylpheed 0.5.0pre1
16827
16828 2001-06-17 [hoa]
16829
16830         * src/compose.c
16831                 Better interface for compose, displayed fields
16832                 are updated whenever we change account.
16833                 Newsgroups field is automatically filled.
16834
16835         * src/mainwindow.c
16836                 Newsgroups field is automatically filled.
16837
16838         * src/prefs_account.c
16839                 Some interface stuff when fields appear and
16840                 disappear.
16841
16842 2001-06-16 [paul]
16843
16844         0.4.99claws
16845
16846         * sync with sylpheed 0.4.99
16847
16848 2001-06-16 [sergey]
16849
16850         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16851         base64_decoder_free, base64_decoder_decode): new object and
16852         functions for decoding base64 streams.
16853         * src/procmime.c (procmime_decode_content): modified to use the
16854         new base64 decoder.
16855
16856 2001-06-15 [paul]
16857
16858         0.4.99claws10
16859
16860         * sync with sylpheed 0.4.99cvs11
16861
16862 2001-06-13 [paul]
16863
16864         0.4.99claws9
16865
16866         * sync with sylpheed 0.4.99cvs9
16867
16868 2001-06-13 [hoa]
16869
16870         * src/compose.c
16871         * src/prefs_account.c
16872
16873                 SMTP server can be defined in the news account
16874                 mime type of attachment are kept.
16875
16876         * src/summaryview.c
16877
16878                 now choose the highest important score between default
16879                 and important score of folder.
16880
16881 2001-06-09 [alfons]
16882         
16883         * src/prefs_common.c: 
16884
16885                 (prefs_quote_description_create): corrected description of 
16886                 quote format characters
16887
16888 2001-06-09 [paul]
16889
16890         0.4.99claws8
16891
16892         * sync with sylpheed 0.4.99cvs8
16893
16894 2001-06-08 [sergey]
16895
16896         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16897         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16898
16899 2001-06-08 [paul]
16900
16901         0.4.99claws7
16902
16903         * sync with sylpheed 0.4.99cvs7
16904
16905 2001-06-06 [sergey]
16906
16907         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16908         clashes with autogenerated header).
16909         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16910         * src/Makefile.am: added quote_fmt.h.
16911         * src/.cvsignore: added lex/yacc autogenerated files
16912         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16913
16914 2001-06-06 [paul]
16915
16916         0.4.99claws6
16917
16918         * sync with sylpheed 0.4.99cvs6
16919
16920 2001-06-06 [hoa]
16921
16922         * added src/quote_fmt_parse.h
16923         * src/compose.c
16924                 removed warnings
16925
16926         * src/prefs.[ch]
16927                 don't modify readonly configuration files
16928
16929         * src/prefs_account.c
16930         * src/prefs_common.c
16931         * src/prefs_customheader.c
16932         * src/prefs_display_header.c
16933         * src/prefs_filter.c
16934         * src/prefs_filtering.c
16935         * src/prefs_scoring.c
16936                 don't open dialog box when configuration files
16937                 are readonly
16938
16939 2001-06-05 [sergey]
16940
16941         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16942
16943         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16944         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16945         BUILT_SOURCES to make all files rebuild properly.
16946
16947         * src/compose.c: removed #include "quote_fmt.tab.h".
16948
16949         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16950         CHARACTER value in yylval.
16951
16952         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16953         receive CHARACTER value by documented means (yylval).
16954
16955         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16956
16957 2001-06-05 [hoa]
16958
16959         * src/Makefile.am
16960                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16961
16962         * src/filtering.c
16963         * src/matcher.c
16964         * src/matcher.h
16965         * src/prefs_filtering.c
16966                 now keep the configuration for execute action
16967
16968         * src/mbox_folder.c
16969                 fixed a warning
16970
16971 2001-06-05 [paul]
16972
16973         * sync with sylpheed 0.4.99cvs5
16974
16975 2001-06-05 [hoa]
16976
16977         * src/Makefile.am
16978                 added quote_fmt.[ch]
16979
16980         * added src/quote_fmt.y
16981         * added src/quote_fmt.l
16982         * added src/quote_fmt.tab.h
16983         * added src/quote_fmt.tab.c
16984         * added src/lex.quote_fmt.c
16985                 parsing configuration for replying
16986                 and forwarding
16987
16988         * src/prefs_common.[ch]
16989                 added configuration UI for replying
16990                 and forwarding
16991
16992         * src/compose.c
16993                 using configuration for replying
16994                 and forwarding
16995
16996 2001-06-04 [hoa]
16997
16998         * src/filtering.c
16999         * src/matcher.c
17000         * src/matcher.h
17001         * src/prefs_filtering.c
17002         * src/prefs_matcher.c
17003         * src/prefs_matcher.h
17004                 action "run a command" for filtering
17005                 and matching with a command.
17006                 fixed the "whole message" matching
17007
17008         * src/mbox_folder.c
17009                 changed temporary filename for security
17010
17011         * src/messageview.c
17012                 queue the notification if it fails to send.
17013
17014         * src/prefs_common.c
17015         * src/prefs_folder_item.c
17016                 changed the default important score             
17017
17018         * src/prefs_scoring.c
17019         * src/scoring.c
17020                 hide kill score input when the folder is not
17021                 a newsgroup
17022
17023 2001-06-03 [alfons]
17024
17025         * src/prefs_common.c:
17026
17027                 (prefs_font_select): pass font name in font entry box to font
17028                 selection dialog.
17029
17030 2001-06-03 [sergey]
17031
17032         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17033
17034 2001-06-03 [paul]
17035
17036         * sync with sylpheed 0.4.99cvs4
17037
17038 2001-06-03 [alfons]
17039
17040         * src/headerwindow.c:
17041
17042                 (headerwindow_show_cb): use the selected summary view item, not
17043                 the displayed item.
17044
17045 2001-06-02 [alfons]
17046
17047         * src/headerwindow.c:
17048
17049                 (headerwindow_show_cb): always try to show msginfo
17050
17051 2001-06-02 [hoa]
17052
17053         * src/compose.c
17054                 keep attached parts when reediting or forwarding.
17055
17056 2001-06-01 [hoa]
17057
17058         * src/folderview.c
17059         * src/prefs_folder_item.[ch]
17060         * src/prefs_scoring.[ch]
17061         * src/scoring.[ch]
17062         * src/summaryview.[ch]
17063         * src/main.c
17064         * src/mainwindow.c
17065         * src/prefs_common.[ch]
17066                 support for folder scoring
17067                 kill score and important score for messages
17068         
17069         * src/prefs_account.c
17070                 some display bug fixed for local account
17071                 preferences
17072
17073 2001-05-31 [alfons]
17074
17075         * src/summaryview.c:
17076
17077                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17078                 sender to address book menu item is disabled.
17079
17080 2001-05-30 [hoa]
17081
17082         * src/filtering.[ch]
17083         * src/summaryview.c
17084                 handling summary menu / filter messages
17085
17086         * src/folder.[ch]
17087                 add some stuff
17088
17089         * src/foldersel.c
17090                 imap folders now appears in list
17091
17092         * src/mbox_folder.c
17093                 doesn't crash if destination mail is not writeable
17094
17095 2001-05-29 [hoa]
17096
17097         * src/compose.c
17098                 removed some warnings
17099
17100         * src/filtering.c
17101         * src/folder.[ch]
17102         * src/prefs_filtering.c
17103                 global string to identify any folders           
17104                 removed some debug info
17105                 filtering to mbox folders is now possible
17106
17107         * src/mainwindow.c
17108                 removed some warnings
17109
17110         * src/mbox_folder.c
17111                 permission on files are changed to read/write for user only,
17112                 nothing for other.
17113                 creation of subfolder is handled better.
17114
17115 2001-05-28 [alfons]
17116
17117         Verified the sync for src/prefs_common.[ch] and
17118         src/prefs_account.[ch]. I believe there were some
17119         minor indentation differences.
17120
17121 2001-05-28 [paul]
17122
17123         0.4.99claws3
17124
17125         * sync with 0.4.99cvs3
17126
17127 2001-05-28 [hoa]
17128
17129         * src/compose.c
17130                 handling flags for mbox format
17131
17132         * src/filtering.c
17133                 use of mark file only for MH format
17134                 handling flags for mbox format
17135                 filtering cannot yet move or copy mails to mbox folders.
17136
17137         * src/folder.[ch]
17138                 changed move_msg, copy_msg,
17139                 move_msgs_with_dest, copy_msgs_with_dest functions
17140                 uses only folder->copy_msg() function
17141                 uses folder->finished_copy() to handle the destination
17142                 folder at the end of the copy or move operation.
17143
17144         * src/foldersel.c
17145                 included mbox directories.
17146
17147         * src/folderview.[ch]
17148         * src/mainwindow.c
17149                 handle folders operation for mbox format
17150
17151         * src/mbox.c
17152                 disable conversion of "From " header
17153
17154         * src/mbox_folder.[ch]
17155                 completion of mbox format handling
17156
17157         * src/mh.c
17158                 changed mh_copy_msg() function and
17159                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17160                 mh_copy_msgs_with_dest()
17161
17162         * src/prefs_filtering.c
17163                 removed some warnings
17164
17165         * src/prefs_matcher.c
17166                 default boolean operation is AND
17167
17168         * src/procheader.c
17169                 handling flags for mbox format
17170                 handling of "From " header
17171
17172         * src/procmsg.[ch]
17173                 removed data field
17174                 added MSG_REALLY_DELETED flags to handle deletion of
17175                 messages in mbox format.
17176
17177         * src/summaryview.c
17178                 handling flags for mbox format
17179                 disable the MSG_DELETED flags when messages
17180                 are deleted in mbox format
17181
17182         * src/textview.c
17183                 "From " headers display fixed.
17184
17185 2001-05-27 [alfons]
17186
17187         * src/textview.c:
17188                 
17189                 (get_email_part): skip quoted email addresses, like in e.g.
17190                 "'alfons@proteus.demon.nl'".
17191
17192 2001-05-26 [alfons]
17193
17194         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17195         and fixing the persistence troubles when using separate windows.
17196
17197         * src/mainwindow.c:
17198         
17199             Added #define SEPARATE_ACTION used in the gtk item factory for 
17200             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17201                 use gtk_item_factory_get_widget_by_action() to get the items.
17202                 
17203             Removed separate_widget_cb from the gtk item factory data   
17204           
17205             (mainwindow_create): connect separate_widget_cb() to check
17206             menu item "toggled" signal. also passing a MainWindow pointer
17207                 as object data for both check menu items.
17208                 
17209             (separate_widget_cb): definition of separate_widget_cb() to match
17210             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17211                 window using gtk_object_get_data(). The type of window separation 
17212                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17213         
17214         * src/prefs_filtering.c,
17215           src/prefs_matcher.c: added horizontal scrollbars
17216
17217 2001-05-25 [darko]
17218
17219         * src/headerview.c
17220                 fix segfault with invalid bold font
17221         * src/summaryview.c
17222                 correctly display summary stats after row is marked
17223
17224 2001-05-23 [sergey]
17225
17226         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17227         encodings with libjconv.
17228
17229 2001-05-23 [hoa]
17230
17231         * src/Makefile.am
17232                 added mbox_folder.[ch]
17233         * src/defs.h
17234                 mbox temporary folder
17235         * src/folder.[ch]
17236         * added src/mbox_folder.[ch]
17237         * src/folderview.c
17238         * src/procheader.[ch]
17239                 added mbox support
17240         * src/mbox.c
17241                 bugfix for file incorporation filtering
17242         * src/imap.c
17243                 enable creation of MBOX
17244         * src/prefs_display_header.c
17245                 enable use of headers like "From "
17246                 something that should be fixed :
17247                         displaying of such headers add an extra space
17248         * src/prefs_folder_item.c
17249                 don't create folders because it is not necessary
17250         * src/procmsg.h
17251                 added data field to MsgInfo for mbox internal use
17252         * src/summaryview.c
17253                 added some support for mbox
17254         * src/utils.[ch]
17255                 added get_mbox_cache_dir() function
17256
17257 2001-05-23 [hiroyuki]
17258
17259         * src/headerwindow.c
17260           src/inc.c
17261           src/main.c
17262           src/mh.c
17263           src/nntp.c
17264           src/procmsg.h
17265           src/session.h
17266           src/socket.[ch]
17267           src/summaryview.c
17268           src/textview.c
17269           src/automaton.c
17270           src/folderview.c: more sync with 0.4.99cvs2.
17271
17272         * src/headerwindow.c: reverted.
17273
17274 2001-05-22 [paul]
17275
17276         0.4.99claws2
17277
17278         * sync with sylpheed 0.4.99cvs2
17279                 * src/news.[ch]
17280                 * src/nntp.[ch]
17281                 * INSTALL
17282                 * INSTALL.jp
17283
17284 2001-05-22 [alfons]
17285
17286         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17287
17288 2001-05-21 [alfons]
17289
17290         Minor things:
17291
17292         * configure.in: if gnome-config not found, "no" is displayed
17293         
17294         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17295
17296         * src/textview.c: now also possible to add mail addresses by right
17297           clicking in the text view
17298
17299         * src/codeconv.c: merged patch which fixes endless loop when encountering
17300           invalid wide characters; from Alte <010@imis.ru>  
17301
17302 2001-05-20 [alfons]
17303
17304         Added installation of gnome specific things:
17305
17306         * Makefile.am: gnome conditional
17307
17308         * configure.in: check for installed gnome
17309
17310         * added sylpheed.png, sylpheed.desktop
17311
17312 2001-05-20 [sergey]
17313
17314         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17315
17316         * src/mainwindow.h (main_window_toolbar_create): created a button
17317         for "Reply to all".
17318         (main_window_set_toolbar_sensitive): enable/disable the new button
17319         appropriately.
17320         (toolbar_reply_to_author_cb): handle the new button.
17321
17322         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17323         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17324         failure).
17325
17326 2001-05-19 [sergey]
17327
17328         * src/compose.h (ComposeReplyMode): new modes
17329         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17330         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17331
17332         * src/compose.c
17333         (compose_send): move some code into a new function:
17334         (compose_current_mail_account): new function.
17335         (compose_reply): new argument to_author, all callers changed; if
17336         to_author==TRUE and account->protocol==A_NNTP, find and use an
17337         appropriate mail account for replying.
17338         (compose_reply_set_entry): new argument to_author; ignore
17339         compose->replyto if to_author==TRUE.
17340
17341         * src/mainwindow.c: new command "Message/Reply to author".
17342         (main_window_set_menu_sensitive): enable/disable it.
17343         (reply_cb): handle it.
17344
17345         * src/summaryview.c: new command "Reply to author".
17346         (summary_set_menu_sensitive): enable/disable it.
17347         (summary_reply_cb): handle it.
17348
17349         * src/account.c (account_find_mail_from_address): new function.
17350
17351 2001-05-18 [paul]
17352
17353         0.4.99claws1
17354
17355         * sync with sylpheed 0.4.99cvs1
17356
17357 2001-05-18 [hoa]
17358
17359         * src/compose.[ch]
17360         * src/filtering.c
17361         * src/summaryview.c
17362                 new filtering action : forward and forward as attachment
17363
17364         * src/main.c
17365                 no need for $DISPLAY when we run sylpheed --help
17366                 call to parse_cmd_opt() is moved
17367
17368         * src/mainwindow.[ch]
17369                 execute button is hidden when immediate execute
17370                 is chosen
17371
17372         * src/mh.c
17373         * src/news.c
17374         * src/prefs_folder_item.c
17375         * src/procmsg.c
17376                 better handling of missing directories
17377
17378         * src/summaryview.c
17379                 reedit is enabled in outbox
17380                 reedit is enabled in queue
17381
17382 2001-05-17 [hoa]
17383
17384         * src/filtering.c
17385         * src/matcher.[ch]
17386         * src/prefs_filtering.c
17387                 changed attachement into attachment
17388
17389 2001-05-17 [alfons]
17390
17391         0.4.67claws4    
17392
17393         * sync with sylpheed 0.4.67cvs9
17394         * sync with sylpheed 0.4.67cvs7-8
17395
17396 2001-05-17 [hoa]
17397
17398         * src/Makefile.am
17399                 added prefs_filtering.c
17400
17401         * src/filtering.[ch]
17402         * src/matcher.[ch]
17403                 removed action : forward_news and forward_news_as_attachement
17404                 (forward and forward_as_attachement can be used instead)
17405
17406         * src/mainwindow.c
17407                 added menu option to access filtering configuration
17408
17409         * src/prefs_account.c
17410                 changed mail_command default to /usr/sbin/sendmail
17411
17412         * added src/prefs_filtering.[ch]
17413                 dialog box for filtering configuration
17414
17415         * src/prefs_matcher.c
17416                 added function prefs_matcher_get_criteria_from_matching()
17417
17418         * src/prefs_scoring.c
17419                 reset the dialog when register or substitute is clicked
17420
17421 2001-05-15 [hoa]
17422
17423         * src/Makefile.am
17424                 added filtering.[ch]
17425         * src/inc.c
17426                 using filering.[ch] instead of filter.[ch]
17427         * src/main.c
17428                 reading new filtering configuration
17429         * src/matcher.[ch]
17430                 added some filtering actions
17431                 and fixed a bug for headers and mail body matching
17432         * src/mbox.c
17433                 using filering.[ch] instead of filter.[ch]
17434         * src/mh.c
17435                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17436         * src/summaryview.c
17437                 some fixes for filtering
17438
17439 2001-05-14 [hiroyuki]
17440
17441         * src/send.c: fixed some weird indentations.
17442           send_message_with_command(): call pclose() only if p != NULL.
17443         * src/textview.c: get_email_part(): modified the code for readability.
17444
17445 2001-05-14 [hiroyuki]
17446
17447         * src/md5global.h
17448           src/md5ify.c
17449           src/md5ify.h: removed from the cvs.
17450
17451 2001-05-13 [sergey]
17452
17453         * src/main.c: include rfc2015.h to avoid compiler warnings.
17454         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17455         the panel is already on screen.
17456         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17457         closing the alert window by ESC as "No".
17458         * src/prefs_common.c (prefs_interface_create): moved return
17459         receipt check button to the correct place.
17460
17461 2001-03-13 [alfons]
17462
17463         * src/prefs_common.c: 
17464                 moved return receipt check button to the Send tab. (prefs_send_create)
17465                 removed the date format ui related globals. (prefs_display_create)
17466
17467         0.4.67claws3
17468         
17469         * sync with sylpheed 0.4.67cvs5-6
17470
17471 2001-05-13 [paul]
17472
17473         * added Alfons' font selection patch
17474
17475         * src/defs.h
17476         * src/headerwindow.c
17477         * src/prefs_common.c
17478         * src/prefs_common.h
17479
17480 2001-05-13 [hoa]
17481         * src/defs.h
17482                 changed version of cache
17483         * src/matcher.[ch]
17484         * src/prefs_matcher.c
17485                 added additionnal matching criteria
17486         * src/procheader.c
17487         * src/procmsg.[ch]
17488         * src/news.c
17489                 added references in MsgInfo
17490
17491 2001-05-12 [hoa]
17492
17493         * src/defs.h
17494                 prepared some things for new filtering
17495         * src/matcher.[ch]
17496                 added some matching properties
17497                 inreplyto need to be enhanced
17498                 prepared some things for new filtering
17499         * src/messageview.c
17500                 added Return-Receipt-To handling
17501         * src/prefs_folder_item.c
17502                 changed default value to TRUE
17503         * src/prefs_matcher.c
17504                 added some matching properties
17505         * src/prefs_scoring.[ch]
17506                 the scoring dialog is finished
17507         * src/procheader.c
17508                 added Return-Receipt-To handling
17509                 Reference need to be added
17510         * src/procmsg.[ch]
17511                 added Return-Receipt-To handling
17512                 added threadscore to get a better score sorting when
17513                 threads are enabled
17514         * src/summaryview.c
17515                 suppressed a bug when we sort the list
17516                 when no folder is opened.
17517                 better score sorting when threads are enabled
17518
17519 2001-05-12 [alfons]
17520
17521         * reverted previous patch because of potential errors 
17522
17523         0.4.67claws2
17524         
17525         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17526                 applied "toggle mail-retrieval dialog window" patch submitted 
17527                 by Eric Limpens <eric@qnt.net>
17528
17529         * sync with sylpheed 0.4.67cvs4
17530
17531 2001-05-12 [sergey]
17532
17533         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17534         some picky compilers.
17535         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17536         * src/grouplist_dialog.c: include alertpanel.h.
17537         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17538         fix compile warning.
17539         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17540         #include "defs.h" before others to prevent the warning of `MIN'
17541         and `MAX' redefinition.
17542
17543 2001-05-11 [hoa]
17544
17545         * src/main.c
17546         * src/messageview.c
17547         * src/prefs_account.c
17548         * src/prefs_display_header.c
17549                 removed warning
17550         * src/Makefile.am
17551                 added prefs_scoring.[ch]
17552         * src/grouplist_dialog.c
17553                 display an error dialog box if the group list
17554                 cannot be fetched.
17555         * src/mainwindow.[ch]
17556                 added main_window_set_thread_option() function
17557                 scoring dialog box enabled
17558         * src/matcher.[ch]
17559                 added flags matching unread /new / marked
17560                 / deleted / replied / forwarded
17561         * src/news.c
17562                 newsgroups are now finally in newscache
17563         * src/prefs_matcher.[ch]
17564                 finished preferences for matching dialog
17565         * added src/prefs_scoring.[ch]
17566                 scoring dialog box completed
17567         * src/scoring.[ch]
17568                 conversion to string : added scoringprop_to_string()
17569                 write config for preferences :
17570                 added prefs_scoring_write_config()
17571         * src/summaryview.c
17572                 threads can be enabled/disabled independently
17573                 for each folder
17574
17575 2001-05-10 [alfons]
17576
17577         0.4.67claws1
17578         
17579         * AUTHORS: 
17580                 thought it would be nice to have a list of all
17581                 contributors (used Changelog as a reference)
17582         
17583         * configure.in: 
17584                 messed up version numbering...
17585
17586         0.4.66claws1
17587
17588         * sync with sylpheed 0.4.67cvs1-3
17589
17590 2001-05-10 [darko]
17591
17592         * src/prefs_common.c:
17593                 better UI for strftime format, double clicking
17594                 on format now inserts the format in text entry
17595                 replaced close button with standard OK/Cancel
17596                 moved date format button to the right of the
17597                 text entry field
17598
17599 2001-05-09 [alfons]
17600
17601         * src/gtkstext.c:
17602                 Ctrl-Home / Ctrl-End have proper cursor navigation
17603
17604 2001-05-09 [hoa]
17605
17606         * src/prefs_matcher.c
17607                 finished UI to define matching properties
17608                 added ok and cancel button
17609         * src/prefs_filter.c
17610                 added ok and cancel button
17611         * src/news.c
17612                 fixed some bug in xhdr parsing
17613
17614 2001-05-08 [alfons]
17615
17616         * src/textview.c: 
17617                 fixed a bug in textview_show_header(), which displayed two colons (':');
17618                 cleaned up some warnings
17619
17620 2001-05-08 [hoa]
17621
17622         * src/Makefile.am
17623                 added prefs_matcher.[ch]
17624                 compilation with -W -Wall
17625         * src/alertpanel.c
17626                 ungrab the mouse events if grabbed - does it
17627                 fix the bug for disposition notification ?
17628         * src/mainwindow.c
17629                 added a menu option to open the matching dialog.
17630         * src/matcher.[ch]
17631                 added matcherprop_to_string() and matcherlist_to_string()
17632                 fixed some bugs, changed the name of some options
17633                 age_sup and age_inf becomes age_greater and age_lower,
17634                 body and messageheaders becomes body_part and headers_part,
17635                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17636         * src/prefs_display_header.c
17637         * src/prefs_headers.c
17638                 fixed a bug that accidentally destroyed dialogs
17639                 when closed them with delete_event
17640                 Added *_deleted() which handle delete_event signal correctly.
17641         * src/prefs_folder_item.[ch]
17642                 added "enable_thread" field for future customization
17643         * added src/prefs_matcher.[ch]
17644                 sample of the UI to define matching properties
17645         * src/procheader.c
17646                 using procheader_headername_equal instead of str*cmp functions
17647                 using procheader_parse_header() function
17648         * src/scoring.c
17649                 using MATCHING_XXX instead of SCORING_XXX
17650         * src/summaryview.c
17651                 display the sender of the news even if this is ourself
17652                 when this is a news message.
17653         * src/textview.c
17654                 using headername_equal() instead of str*cmp functions
17655
17656 2001-05-08 [alfons]
17657
17658         0.4.66claws
17659
17660         * sync with sylpheed 0.4.66
17661         * src/gtkstext.c: trace logs added 
17662
17663 2001-05-08 [sergey]
17664
17665         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17666         signature check popup.
17667         * src/rfc2015.c (check_signature): show signature check popup only
17668         if it is enabled in preferences.
17669
17670 2001-05-07 [alfons]
17671
17672         0.4.66claws4
17673         
17674         * sync with sylpheed 0.4.66cvs6
17675
17676 2001-05-07 [darko]
17677
17678         * src/prefs_common.[ch]: added option to enable/disable
17679           looking up sender name in address book for summary pane
17680         * src/summaryview.c: look up sender in the address book
17681           by using Alfons' address completion code
17682
17683 2001-05-07 [hiroyuki]
17684
17685         * src/inc.h
17686           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17687           member of Pop3State.
17688         * src/news.c: brought #include "defs.h" before #include <glib.h>
17689           to prevent the warning of `MIN' and `MAX' redefinition.
17690
17691 2001-05-06 [hoa]
17692
17693         * removed src/headers_display.[ch]
17694         * removed src/prefs_display_headers.[ch]
17695         * src/inc.c
17696                 use a temporary file in the user directory for mbox import
17697         * src/news.c
17698                 added XHDR support to get "To" and "Cc" headers
17699                 (in order to match news with to or cc field for
17700                 scoring)
17701                 added function news_parse_xhdr() to get XHDR response
17702         * src/nntp.[ch]
17703                 added function nntp_xhdr()
17704         * src/matcher.c
17705                 fetch the message if necessary
17706
17707 2001-05-06 [alfons]
17708
17709         0.4.66claws3
17710
17711         * sync with sylpheed 0.4.66cvs3-5
17712
17713 2001-05-06 [hoa]
17714
17715         * src/utils.[ch]
17716                 added function itos_buf() to enable use of several buffers
17717         * src/summaryview.c
17718                 use of itos_buf() instead of itos() in summary list
17719                 to fix the broken display of message number.
17720
17721 2001-05-06 [alfons]
17722
17723         * src/gtkstext.c: bug in cursor up navigation fixed,
17724                 fixed another unsigned / signed comparison (we're getting there :-)
17725
17726 2001-05-06 [hoa]
17727
17728         * src/Makefile.am
17729                 added scoring.c scoring.h
17730                 prefs_folder_item.c prefs_folder_item.h
17731                 matcher.c matcher.h
17732         * src/defs.h
17733                 added FOLDERITEM_RC SCORING_RC
17734         * src/folder.[ch]
17735                 added prefs field in FolderItem :
17736                 properties for each folder (PrefsFolderItem),
17737                 sorting type and mode were added as the first properties.
17738         * src/main.c
17739                 read config for scoring
17740         * added src/matcher.[ch]
17741                 gives functions to parse configuration file to do
17742                 matching on mails with a list of conditions.
17743         * src/mainwindow.c
17744                 add option to sort by score
17745         * src/prefs_common.[ch]
17746                 added preference option to show score and for
17747                 the score column size
17748         * added src/prefs_folder_item.[ch]
17749                 properties for each folder (PrefsFolderItem),
17750                 sorting type and mode were added as the first properties.
17751         * src/procheader.[ch]
17752                 added procheader_parse_header()
17753                 added procheader_header_free()
17754                 added procheader_headername_equal()
17755                 and made modification to use them.
17756         * src/procmsg.[ch]
17757                 added score field to MsgInfo structure
17758         * added src/scoring.[ch]
17759                 gives functions to parse configuration file to do
17760                 scoring on mails with a list of conditions.
17761         * src/summaryview.[ch]
17762                 save the sorting type and mode for the folder
17763                 added column to display the score of the mail
17764                 added function summary_score_clicked()
17765                 sorting type and mode are restored to the folder
17766                 when it is reopen
17767         * src/textview.c
17768                 use procheader_parse_header(), procheader_headername_equal()
17769                 removed memory leak in text_scan_header when freeing headers
17770         * src/filter.c
17771                 changed the function to match names of headers
17772                 using procheader_headername_equal()
17773
17774         Scoring functions are implemented, an interface is needed
17775         to configure that.
17776
17777 2001-05-04 [alfons]
17778
17779         * src/gtkstext.c: 
17780                 hopefully fixed the row up navigation bug,
17781                 removed adding back / forward lines to cache
17782
17783 2001-05-04 [sergey]
17784
17785         * src/prefs_display_headers.c: user interface changes:
17786         (prefs_display_headers_create): remove unused "Show" check button;
17787         allow reordering of headers by dragging.
17788         (prefs_display_headers_write_config): remove unused variables.
17789         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17790         of lists (not needed with the new UI).
17791         (prefs_display_headers_set_list): scan lists starting from row 0,
17792         not 1 (do not skip "(New)").
17793         (prefs_display_headers_find_header): new function.
17794         (prefs_display_headers_clist_set_row): do not allow duplicates.
17795         (prefs_display_headers_delete_cb): do not skip row 0; treat
17796         closing the alert window by ESC as "No".
17797         (prefs_display_headers_up): do not protect row 0.
17798         (prefs_display_headers_down): do not protect row 0.
17799
17800 2001-05-04 [sergey]
17801
17802         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17803         functions.
17804
17805         * src/summaryview.c
17806         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17807         summary_select_next_marked, summary_select_prev_marked): new
17808         functions.
17809
17810 2001-05-03 [sergey]
17811
17812         * src/news.c: fixed a bug when no article can be fetched after
17813         server timeout if the connection was restored by news_post():
17814         (news_select_group): new function.
17815         (news_fetch_msg): call news_select_group() before fetching
17816         article.
17817         (news_get_uncached_articles): set session->group after successful
17818         GROUP command.
17819
17820 2001-05-03 [hoa]
17821
17822         * src/defs.h
17823         * src/procmsg.[ch]
17824         * src/procheader.c
17825                  changed version of cache, added cc field
17826
17827         * src/prefs_display_headers.c
17828                 the interface was changed
17829
17830         * src/prefs_headers.c
17831                 added cancel button
17832
17833 2001-05-03 [alfons]
17834
17835         * completed sync of sylpheed cvs2
17836         * src/gtkstext.c: updated row up / down cursor navigation
17837         * src/textview.c: re-edited, prepared for fixing the email address
17838                 scanner.
17839
17840 2001-05-03 [darko]
17841
17842         * src/prefs_common.c: use alfons' strftime ui code
17843         entry_datefmt and datefmt_sample widgets have to be
17844         global in this module because of this change
17845
17846 2001-05-03 [hoa]
17847
17848         * src/messageview.c
17849         * src/prefs_common.[ch] added option to activate the return receipt
17850                 feature.
17851
17852 2001-05-02 [alfons]
17853
17854         * src/gtkstext.c: fix for row up/down cursor navigation. 
17855
17856         0.4.66claws2
17857         
17858         * sync with 0.4.66cvs2
17859
17860 2001-05-02 [paul]
17861
17862         added add-sender-to-addressbook patch
17863
17864         * src/addressbook.c
17865         * src/addressbook.h
17866         * src/summaryview.c
17867
17868 2001-05-02 [sergey]
17869
17870         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17871         G_ALERTDISABLE.
17872
17873         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17874         all existing callers changed to pass FALSE; create a check button
17875         to disable the message.
17876         (alertpanel_message_with_disable): new function.
17877         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17878         (alertpanel_button_toggled): new function.
17879         (alertpanel_button_clicked, alertpanel_close): set value using
17880         G_ALERT_VALUE_MASK.
17881
17882         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17883
17884         * src/prefs_common.c (prefs_privacy_create): new check button
17885         checkbtn_gpgme_warning.
17886
17887         * src/main.c (main): moved preferences reading before gpgme
17888         initialization; check prefs_common.gpgme_warning before giving the
17889         GnuPG warning and set it to FALSE if the user wants to disable the
17890         warning.
17891
17892 2001-05-02 [hiroyuki]
17893
17894         * src/prefs_display_headers.c: modified the layout and some labels.
17895
17896 2001-05-02 [sergey]
17897
17898         * src/prefs_account.c (prefs_account_fix_size): new function.
17899         (prefs_account_create): call prefs_account_fix_size(); use
17900         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17901         size when the window is shown for the first time).
17902         (prefs_account_basic_create): changed layout of serv_table; moved
17903         localmbox_entry above smtpserv_entry (logically it replaces
17904         POP3/IMAP server).
17905         (prefs_account_protocol_activated): set sensitivity of
17906         nntpauth_chkbtn according to the protocol (in addition to
17907         hide/show); commented out gtk_table_set_row_spacing() calls.
17908         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17909         not sensitive (fixes a bug with disabled username/password boxes
17910         when editing POP3 account after NNTP with authentication).
17911
17912 2001-05-02 [hoa]
17913
17914         * src/account.c
17915         * src/inc.c
17916         * src/prefs_account.[ch]
17917         * src/send.c
17918                 removed local account without SMTP server
17919                 added option to use mail command instead of a connexion
17920                 to SMTP server when a local account is used
17921         * src/prefs_headers.c
17922                 fixed a bug
17923         * src/news.c
17924                 fixed a bug when connexion immediately closed
17925
17926 2001-05-01 [alfons]
17927
17928         0.4.66claws1
17929         
17930         * sync with 0.4.65
17931
17932 2001-05-01 [sergey]
17933
17934         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17935         widget nntpauth_chkbtn.
17936         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17937         visibility.
17938         (prefs_account_nntpauth_toggled): new function.
17939
17940         * src/news.c (news_session_new_for_folder): use NNTP
17941         authentication only if ac->use_nntp_auth is set.
17942
17943 2001-05-01 [hoa]
17944
17945         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17946         * src/prefs_display_headers.c changed the UI
17947         * src/prefs_headers.c changed account_name to account_id
17948         * src/compose.c using customheader.h
17949
17950 2001-05-01 [hiroyuki]
17951
17952         * src/esmtp.c
17953           src/news.c
17954           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17955           unsynched.
17956
17957 2001-05-01 [hoa]
17958
17959         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17960         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17961                 for displaying of headers
17962         * src/grouplist_dialog.[ch] minor changes to remove warnings
17963         * src/prefs_display_headers.[ch] dialog to choose the
17964         headers to display in the mail viewer.
17965         * src/headers.h correction of #define
17966         * src/headers_display.[ch] configuration for displaying of headers.
17967         * src/main.c read config of displaying of headers
17968         * src/prefs_common.c add a button to access the config dialog
17969                 for displaying of headers
17970         * src/prefs_display_headers.[ch] dialog for configuration for
17971                 displaying of the headers.
17972         * src/prefs_headers.c cleaning of code
17973         * src/procheader.c comments added to code
17974         * src/textview.c changes to reorder the headers depending
17975                 on the config for displaying of headers
17976
17977 2001-04-30 [alfons]
17978
17979         0.4.65claws7
17980
17981         * sync with 0.4.65cvs12
17982
17983         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17984
17985 2001-04-30 [sergey]
17986
17987         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17988
17989         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17990         is set to force reconnection after authentication failure.
17991         (nntp_gen_command): set sock->auth_failed on authentication
17992         failure, or if sock->userid and sock->passwd are not set.
17993
17994         * src/news.c (news_session_new_for_folder): set userid=NULL if
17995         password dialog is cancelled.
17996
17997 2001-04-30 [sergey]
17998
17999         * src/nntp.h (NNTPSockInfo): new type.
18000
18001         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18002         SockInfo.
18003         (nntp_open_auth, nntp_close): new functions.
18004         (nntp_gen_command): new function to handle authentication; all
18005         NNTP command functions updated to use it.
18006         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18007         (nntp_list): removed old useless code.
18008
18009         * src/news.h (NNTPSession): new field nntp_sock.
18010
18011         * src/news.c: all functions updated to use NNTPSockInfo instead of
18012         SockInfo.
18013         (news_session_new): new arguments (userid, passwd); made static;
18014         use nntp_open_auth() if needed.
18015         (news_session_destroy): use nntp_close() instead of sock_close().
18016         (news_query_password): changed arguments.
18017         (news_session_new_for_folder): new function.
18018         (news_session_get): use news_session_new_for_folder().
18019         (news_authenticate): deleted.
18020         (news_get_uncached_articles): removed old authentication code.
18021
18022 2001-04-30 [sergey]
18023
18024         * src/news.c: reverted my previous changes (need to do NNTP
18025         authentication in a cleaner way).
18026         
18027 2001-04-29 [sergey]
18028
18029         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18030         news_nntp_post, news_nntp_mode): new functions (wrappers with
18031         authentication support).
18032         (news_get_article_cmd, news_get_article, news_get_header): new
18033         argument "folder"; all callers changed.
18034         (news_get_article_cmd): added authentication support.
18035         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18036         (news_post): use news_nntp_post() instead of nntp_post().
18037         (news_get_uncached_articles): use news_nntp_group() instead of
18038         nntp_group() and news_nntp_xover() instead of nntp_xover();
18039         removed old authentication code.
18040         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18041
18042         * src/nntp.c (nntp_list): return real error code instead of
18043         hardcoded NN_ERROR.
18044
18045 2001-04-29 [sergey]
18046
18047         * configure.in: fixed wint_t typedef detection again
18048
18049 2001-04-28 [hoa]
18050
18051         * src/prefs_account.[ch], added A_LOCAL_CMD
18052                 (send mail with mail command)
18053         * src/send.c added function send_message_with_command()
18054         * src/inc.c made a more secure get_spool() function with
18055                 mktemp() but maybe mkstemp() or something more
18056                 secure can be used.
18057
18058 2001-04-28 [alfons]
18059
18060         * src/textview.c, colorization of email addresses in headers
18061
18062         0.4.65claws6
18063
18064         * bug sync with sylpheed
18065         * prefs_common.c: created date format ui for darko
18066         * sync with 0.4.65cvs11
18067         * configure.in: corrected to have the new gpg checks
18068
18069 2001-04-27 [alfons]
18070
18071         * completed sync with 0.4.65cvs10
18072         * minor debug things added to gtkstext.c
18073
18074 2001-04-27 [darko]
18075
18076         * configure.in: remove check for availability of
18077           strftime() as advised by Hiroyuki
18078         * src/prefs_common.[ch], src/procheader.c:
18079           synch strftime() code with Hiroyki's main branch
18080
18081 2001-04-26 [sergey]
18082
18083         * src/news.c: news_query_password(), news_authenticate(): new
18084           functions.
18085           news_get_uncached_articles(): added NNTP authentication
18086           handling.
18087         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18088           new functions.
18089         * src/prefs_account.c: prefs_account_protocol_activated():
18090           enable userid and password fields for NNTP.
18091
18092 2001-04-26
18093
18094         * configure.in: check for availability of strftime()
18095           [darko]
18096         * src/prefs_common.[ch], src/procheader.c: use
18097           strftime() for displaying date in summary pane if it
18098           is available
18099
18100 2001-04-25
18101
18102         * more .cvsignore cleanups [alfons]
18103
18104 2001-04-25
18105
18106         * ac/sv-check-type.m4: new autoconf macro.
18107         * configure.in: fixed wint_t typedef detection (did not work
18108           with gcc-2.96).
18109
18110 2001-04-25
18111
18112         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18113           [hiroyuki]
18114
18115 2001-04-24
18116         * modified gtkstext.c : buggy cursor navigation fixed, 
18117           and font descent also taken in account when drawing
18118           cursor. [alfons]
18119
18120 2001-04-24 [hoa]
18121         * added comments in src/news.c src/nntp.c
18122         * added src/prefs_headers.[ch]
18123         * added src/headers.[ch]
18124         * modified compose.c to activate custom headers
18125                 added function is_in_custom_headers
18126         * modified prefs_account.[ch]
18127                 added function prefs_account_customhdr_edit
18128         * modified src/defs.h :
18129                 added HEADERS_RC : name of the config file
18130                 for the custom headers
18131
18132 2001-04-24
18133
18134     0.4.65claws5
18135
18136         * configure.in
18137           src/gtkstext.[ch]
18138           src/compose.c
18139           src/Makefile.am
18140           
18141           added gtkstext with configure.in patch by Hiroyuki which
18142           should fix the XIM detection [alfons]
18143
18144         * more clean up of cvs [alfons]
18145
18146                  * removed all Makefile.in files to attic.
18147
18148                  * updated all .cvsignores to really ignore things that could
18149                    be unintentionally committed by a recursive commit.
18150
18151 2001-04-23 [hoa]
18152         * added src/grouplist_dialog.[ch]
18153         * changed src/folderview.c to call grouplist_dialog instead
18154                 of inputdialog
18155         * src/news.c :
18156                 added functions news_reset_group_list
18157                 and news_get_group_list
18158         * src/nntp.c :
18159                 added function nntp_list
18160         * src/defs.h :
18161                 added GROUPLIST_FILE : name of the newsgroup list cache file
18162
18163 2001-04-21
18164
18165         * added option to warn about queued messages on exit [sergey]:
18166
18167           * src/compose.c: compose_queue(): call folder_item_scan()
18168             and folderview_update_item() after queueing.
18169           * src/folderview.c: folderview_update_node(): draw the queue
18170             folder in bold font if there are queued messages.
18171           * src/mainwindow.c: queued_messages(): new function.
18172             app_exit_cb(): display warning if there are queued messages
18173             if warn_queued_on_exit is set.
18174           * prefs_common.[ch]: add warn_queued_on_exit option.
18175
18176         * enhanced GnuPG key selection support [sergey]:
18177
18178           * src/select-keys.c: updated to newer version from Win32
18179             branch with support for selecting arbitrary keys.
18180           * src/prefs_account.c: added the Privacy tab to the account
18181             options window.
18182             prefs_account_privacy_create(),
18183             prefs_account_sign_key_set_data_from_radiobtn(),
18184             prefs_account_sign_key_set_radiobtn(): new functions.
18185           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18186           * src/rfc2015.c: set_signers(): new function.
18187             pgp_sign(): add the account parameter, call set_signers().
18188             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18189           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18190           * src/compose.c: pass the current account to rfc2015_sign().
18191
18192         * tag name claws added to prevent confusion with main branch [alfons]
18193
18194         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18195
18196         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18197
18198         * sync with recent sylpheed cvs. Untested though. [alfons]
18199